Difference between revisions of "User:B-flat"

From Gumstix User Wiki
Jump to: navigation, search
(New page: 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 recipe...)
 
(Introduction)
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Hi,
+
==Introduction==
  
I am working on settin up my Verdex Pro 400-Bt with LCD to run java.
+
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 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.
+
I'll use this page to share my experiencs on successes and obstacles I find. Feedback always appreciated.
  
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.
+
Building the image and kernel is not yet successful!!
 +
[[buildingImage|Building the Image]]
  
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).
+
[[booting|Booting from the SD card]]
However, the boot sequence hands at I2C dev ... something.
+
 
 +
[[javaAwt|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. [http://www.nabble.com/Re%3A-Build-error-dbus-native-1.0.1-p23905434.html| This solution might do the trick.]

Latest revision as of 05: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.