WM Block Transfer Library (WBT) Sample Demo

Location

$NitroSDK/build/demos/wbt

Compilation

Move to the $NitroSDK/build/demos/wbt and enter

% make

 Executable (..nef, .srl) files will be generated in

$NitroSDK/build/demos/wbt/sample_name/bin/platform/target/

 For example:

$NitroSDK/build/demos/wbt/wbt-1/bin/ARM9-TEG/Release/

 

Execution

Navigate to the $NitroSDK/build/demos/wbt/sample_name/bin/platform/target/ directory and perform one of the following:

Description

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: Refer to the sample in demos/fs/arc-1 when changing so that wireless child's own file system is offered, not the parents own file system. Refer to the sample in demos/mb/multiboot-model when changing so that communication is with a downloaded program, not among same program.

Emulator

The WBT library does not work in ensata.

See Also

WBT Function List

Revision History

10/06/2004 Added a part of the description regarding wbt-fs sample
09/29/2004 Initial version.