Difference between revisions of "User:B-flat"

From Gumstix User Wiki
Jump to: navigation, search
(Introduction)
 
(4 intermediate revisions by the same user 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.
  
 +
Building the image and kernel is not yet successful!!
 
[[buildingImage|Building the Image]]
 
[[buildingImage|Building the Image]]
  
 
[[booting|Booting from the SD card]]
 
[[booting|Booting from the SD card]]
  
[[java|Getting Java and AWT to work]]
+
[[javaAwt|Getting Java and AWT to work]]
 
+
  
 
==Coming challenges==
 
==Coming challenges==
 
Setting up a bluetooth PAN from verdex to my gentoo to easily deploy new builds of my java application
 
Setting up a bluetooth PAN from verdex to my gentoo to easily deploy new builds of my java application
  
setting up working java that have GUI and uses the touch screen.
+
setting up a continuous integration environment
  
finding and building a lib for java serial
+
==Bugs that I have encountered ==
  
setting up a continuous integration environment
+
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.