Quote:
Originally Posted by ahsanmostafa
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