Well, what you CAN do with the gp2x out of the box:
- Enable USB Network Support
- Enable Samba and Telnet
- Connect the gp2x via the Mini-USB Cable to the PC
- Install the RNDIS driver once (for WinXP (can be found in the Misc Section of the Archive)) and setup a network for that device on your PC
- Use the explorer to connect via Samba to the gp2x filesystem
When you've done this, you can:
- Code on your PC and compile directly onto the SD Card of your gp2x while it is running
- Either run the compiled program on your gp2x using the menu or
- Telnet into your gp2x, run the program from there and see see console debug output
Cool, eh?