$NitroSDK/build/demos/wbt
Move to the $NitroSDK/build/demos/wbt directory and enter:
% make
The executable files (.nef, .srl) are generated in
$NitroSDK/build/demos/wbt/sample_name/bin/platform/target/
For example
$NitroSDK/build/demos/wbt/wbt-1/bin/ARM9-TEG/Release/
Navigate to the
$NitroSDK/build/demos/wbt/sample_name/bin/platform/target/
directory and perform one of the following:
*.nlf with IS-NITRO-DEBUGGER.*.srl with IS-NITRO-DEBUGGER.wbt-1 |
A simple sample demonstrating the basic functions of WBT library. |
wbt-fs |
A sample that uses the WBT library function to feed file system from parent to child. When started as child, switches the ROM archive loaded by default in own file system to wireless format and reloads. This makes it possible to use the file in the same way as normal interface except during read time. In this sample, the entire wireless file system features are gathered as WFS library format. This program is a sample demo that assumes a multiboot child. However, the following processing is omitted in order to shorten the contents of the demonstration. Refer to the separate sample demos regarding the following:
|
The WBT library does not work in ensata.
10/06/2004 Added a part of the description regarding wbt-fs sample
09/29/2004 Initial version.