NTR/TWL SDK: TGDS1.65
master: Development branch. Use TGDS1.65: branch for stable features.
This is the ToolchainGenericDS Woopsi template project:
-
Compile Toolchain: To compile this project you will need to follow the steps at https://bitbucket.org/Coto88/toolchaingenericds : Then simply extract the project somewhere.
-
Compile this project: Open msys, through msys commands head to the directory your extracted this project. Then write: make clean make
After compiling, run the example in NDS.
Project Specific description: A Woopsi UI + TGDS SDK template for UI control handling on the NintendoDS. Draw the pop up windows across the screen or scroll other windows to test touchscreen. Also plays WAV/AD-PCM (Intel) files from the directory!
- Downloads a PDF file from the server, requires prior setup connection to a NTR mode Access Point having internet access.
- Downloads a MP3 file containing a neat bass demo. (thanks to http://www.largesound.com/ashborytour/sound/ musician(s) in there)
Remoteboot Also, it's recommended to use the remoteboot feature. It allows to send the current TGDS Project over wifi removing the necessity to take out the SD card repeteadly and thus, causing it to wear out and to break the SD slot of your unit.
Usage:
-
Make sure the wifi settings in the NintendoDS are properly set up, so you're already able to connect to internet from it.
-
Get a copy of ToolchainGenericDS-multiboot: https://bitbucket.org/Coto88/ToolchainGenericDS-multiboot/get/TGDS1.65.zip Follow the instructions there and get either the TWL or NTR version. Make sure you update the computer IP address used to build TGDS Projects, in the file: toolchaingenericds-multiboot-config.txt of said repository before moving it into SD card.
For example if you're running NTR mode (say, a DS Lite), you'll need ToolchainGenericDS-multiboot.nds, tgds_multiboot_payload_ntr.bin and toolchaingenericds-multiboot-config.txt (update here, the computer's IP you use to build TGDS Projects) then move all of them to root SD card directory.
- Build the TGDS Project as you'd normally would, and run these commands from the shell.
- Then if you're on NTR mode:
- Or if you're on TWL mode:
- And finally boot ToolchainGenericDS-multiboot, and press (X), wait a few seconds and TGDS Project should boot remotely. After that, everytime you want to remoteboot a TGDS Project, repeat the last 2 steps. ;-)
/release folder has the latest binary precompiled for your convenience.
Latest stable release: https://bitbucket.org/Coto88/ToolchainGenericDS-filedownload/get/TGDS1.65.zip
Note: UI Controls experimental.
Coto