View Single Post
Old 10-26-2009, 06:46 PM   #3
pub
Junior Member
pub began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Oct 2009
Device: kindle2
Quote:
Originally Posted by ahsanmostafa View Post
Hi All,

Would you please suggest what development kit and what knowledge is required to start development from the scratch ?
1) Get USB networking working so you can ssh into the kindle (see the thread on this forum).

2) You'll need a Linux box. Download Scratchbox (http://scratchbox.org/) and install it enough to get the "cs2007q3-glibc2.5-arm6" compiler.

3) cross-compile your code using the cs2007* compiler and transfer
the file to your kindle via ssh

4) ssh into your kindle and execute the program.

cheers
pub is offline   Reply With Quote