$NitroSDK/build/demos/card
Move to the $NitroSDK/build/demos/card directory and input
% make
This will generate executable (.nef, .srl) files under
$NitroSDK/build/demos/card/sample_name/bin/platform/target/
For example
$NitroSDK/build/demos/card/card-1/bin/ARM9-TEG/Release/
Move to the $NitroSDK/build/demos/card/sample_name/bin/platform/target/ directory and do one of the following.
*.nef, *.srl.*.srl.*.nlf files and run.*.srl.card-1 |
This is a very simple sample that shows how to use the CARD library to access a backup device. |
ctrdg/pullout-1 |
This sample is included in cartridge demo ($NitroSDK/build/demos/ctrdg). Detects removal of card and cartridge. |
10/06/2004 Added description regarding ctrdg/pullout-1 demo
09/10/2004 Initial Version