Difference between revisions of "User:B-flat"
From Gumstix User Wiki
(→Introduction) |
|||
(25 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==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 | + | 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!! | |
+ | [[buildingImage|Building the Image]] | ||
− | + | [[booting|Booting from the SD card]] | |
− | + | ||
− | + | [[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 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
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.