$TwlSDK/build/demos.TWL/nandApp
Move to the $TwlSDK/build/demos.TWL/nandApp
directory and enter the following.
% make
Compilation starts, and a TAD file in NAND application format is created in
$TwlSDK/build/demos.TWL/nandApp/(sample_name)/bin/(platform)/(target)/
For example:
$TwlSDK/build/demos.TWL/nandApp/simple/bin/ARM9-TS.LTD/Release/simple.tad
is the file used to import the simple
demo.
Perform either of the following procedures:
$TwlSDK/bin/ARM9-TS/Release/TwlNmenu.srl
to import and then run a TAD file that is stored on an SD Card.
Name | Directories | Operation |
---|---|---|
simple |
demos.TWL |
A sample demonstrating how to create a simple NAND application using a ROM archive. |
backup |
demos.TWL |
A sample demonstrating the use of the save data region of a NAND application. |
other_backup |
demos.TWL |
A sample demonstrating the use of the save data region of another NAND application. |
sharedFont |
demos.TWL |
A sample demonstrating how to load the system's internal fonts. |
SubBanner |
demos.TWL |
A sample demonstrating the use of sub-banners. |
These demos do not work properly with Ensata.
2008/09/16 Added sharedFont
. Updated the content to match the current implementation.
2008/07/11 Added SubBanner
.
2007/12/01 Initial version.
CONFIDENTIAL