|
|
(24 intermediate revisions by 3 users not shown) |
Line 5: |
Line 5: |
| I'll use this page to share my experiencs on successes and obstacles I find. Feedback always appreciated. | | I'll use this page to share my experiencs on successes and obstacles I find. Feedback always appreciated. |
| | | |
− | ==My Build system==
| + | Building the image and kernel is not yet successful!! |
− | I am running a VM-ware player image with Gentoo Linux placed on a USB hostpowered disc. This does not give highest possible performance, but it allows for a lot of mobility and portability. Peripherals like a (micro)SD-card reader adapter for USB works fine, but the built-in one in my laptop is not available within the VM-ware player.
| + | [[buildingImage|Building the Image]] |
| | | |
− | On my Gentoo linux I set-up the build environment according to the instructions for the [http://www.gumstix.net/Software/view/Software-Overo/Setting-up-a-build-environment/111.html overo build system].
| + | [[booting|Booting from the SD card]] |
| | | |
− | The reason for choosing the open-embedded as for Overo is that the Verdex buildsystem has not been updated for approx. a year now and I wanted the latest recipes to get e.g. Open JDK.
| + | [[javaAwt|Getting Java and AWT to work]] |
| | | |
− | == Building an Rootfs image and a kernel== | + | ==Coming challenges== |
| + | Setting up a bluetooth PAN from verdex to my gentoo to easily deploy new builds of my java application |
| | | |
− | First I checked out a copy of ([http://www.gumstix.net/Software/view/Getting-started/Setting-up-a-build-environment/111.html instructions])the Verdex build system.
| + | setting up a continuous integration environment |
| | | |
− | Then, I copied the com.gumstix.verdex\packages\images\* to user.collection in my copy verdex pro related recipes that is not part of the OE.
| + | ==Bugs that I have encountered == |
| | | |
− | [code] # cp -r ~/ | + | Bitbake failed due to DBus problem. [http://www.nabble.com/Re%3A-Build-error-dbus-native-1.0.1-p23905434.html| This solution might do the trick.] |
− | 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.
| + | |
Latest revision as of 04:43, 21 July 2009
Introduction
I am working on settin up my Verdex Pro 400-Bt with LCD to run java with the touch screen and a simple graphical gui.
I'll use this page to share my experiencs on successes and obstacles I find. Feedback always appreciated.
Building the image and kernel is not yet successful!!
Building the Image
Booting from the SD card
Getting Java and AWT to work
Coming challenges
Setting up a bluetooth PAN from verdex to my gentoo to easily deploy new builds of my java application
setting up a continuous integration environment
Bugs that I have encountered
Bitbake failed due to DBus problem. This solution might do the trick.