User:B-flat

From Gumstix User Wiki
Revision as of 07:42, 18 April 2009 by B-flat (Talk | contribs)

Jump to: navigation, search

Hi,

I am working on settin up my Verdex Pro 400-Bt with LCD to run java.

I have chosen to use the open embedded repository as described for the Overo Board and copied some gumstix recipes from the svn repository to make it work.

baking gumstix-basic-image I ran into problems with No GNU_HASH fount in elf for the i2c and pxaregs recipes. Thanks to help from the gumstix-users mailing list I managed to get around it. Basically both the i2c and the pxaregs recipes compiled the source code directly in the i2c.bb and pxaregs.bb files but didn't use the LDFLAGS at all. So I added ${LDFLAGS} to the end of the line in the respective recipes and then the baking went fine.

Currently, I boot the gumstix from a 2GB micro SD card. (found out that 4GB SDHC is not supported by the U-boot config, for booting, but when booted its no problem). However, the boot sequence hands at I2C dev ... something.

I'll use this page to share my experiencs on successes and obstacles I find.