Hi,
We tried Angstrom GUI version on pico-SAM9G45 with the INNOLUX FGD700C4001 7" TFT but it did not work correctly in graphical terms.
However, we were able to login remotely and the machine seemed to be running correctly.
From what I've read in the Wiki, for the 7" LCD we need to compile a new kernel. However, the instructions here:
http://arm.mini-box.com/index.php?title=Kernel_changes_for_custom_hardware#How_to_compile_kernel_for_a_7.22_touchscreen
seem to apply only to Android. Is this correct?
I'm using the picopc-2.6.32 branch:
[jmss@poe kernel]$ git branch -a
* minibox-picopc-2.6.32
minibox-picopc-android-3.1
remotes/origin/HEAD -> origin/minibox-picopc-android-3.1
remotes/origin/minibox-picopc-2.6.32
remotes/origin/minibox-picopc-2.6.32-gingerbread
remotes/origin/minibox-picopc-3.1
remotes/origin/minibox-picopc-3.1-testing
remotes/origin/minibox-picopc-android-3.1
remotes/origin/minibox-picopc-android-3.1-testing
remotes/origin/minibox-sprinkler-android-3.1
but I don't see "kernel/arch/arm/mach-at91/board-picosam9g45.c" or any occurrence of "PICOSAM9G45_BIG_DISPLAY" in the kernel tree.
Can someone help?
Thanks.
--
You received this message because you are subscribed to the Google Groups "pico-SAM9G45 Mini-Box.com ARM embedded system board" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pico-SAM9G45...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Those modifications should work outside Android too. Use the 3.1 branch that's what's on Angstrom anyway.If you need to stick to 2.6.32 for some reason, edit arch/arm/at91/board-sam9g45.c and replace definitions of LCD parameters with the ones here:for Feigeda/FGD display.
"PICOSAM9G45_BIG_DISPLAY" in any file from the kernel tree. I must me doing something wrong...
Will image 4.0.3 alpha 1 - based on kernel version 3.1 (2012-08-02) work out-of-the box with the 7" display?
Thanks and best regards.
And how do I calibrate the INNOLUX 7" Touch Screen on 2.3 ? (Just took Kernel from android 4 and worked, but screen needs calibration)
I am now trying to compile an Angstrom image.
Following the instructions at the wiki brought me to this error in the final steps:
After Running :MACHINE=picosam9 ./oebb.sh bitbake virtual/kernel
or
MACHINE=picosam9 ./oebb.sh bitbake console-image
Produces this at the end:
ERROR: No recipes available for:
/home/linux-pc/setup-scripts/sources/meta-handheld/recipes-core/udev/udev_164.bbappend
/home/linux-pc/setup-scripts/sources/meta-intel/meta-fri2/recipes-core/tiny-init/tiny-init.bbappend
ERROR: Command execution failed: Exited with 1
How do I fix that ?