Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ProgramFlashCmd Class Reference

command class to load data into the device's flash memory. More...

#include <cmdline.h>

Inheritance diagram for ProgramFlashCmd:

Inheritance graph
[legend]
Collaboration diagram for ProgramFlashCmd:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual char * getName ()
 the name of the command that will be compared with user input.

virtual char * getBrief ()
 a brief description of the command (1 line).

virtual char * getDescr ()
 a long help about the command.

virtual int exec (int argc, char *argv[])

Detailed Description

command class to load data into the device's flash memory.

Definition at line 175 of file cmdline.h.


Member Function Documentation

int ProgramFlashCmd::exec int    argc,
char *    argv[]
[virtual]
 

Program the flash by uploading the program "flash.bin". The data to flash is sent to SDRAM, and it's the PXA itself that take care of programming.

The remote call is done in the script named "enp.lnj", which stands for: erase and program linked jelie script.

Implements Command.

Definition at line 338 of file cmdline.cpp.

References CmdLine::exec(), and getDescr().


The documentation for this class was generated from the following files:
Generated on Fri May 16 13:01:51 2003 for Jelie by doxygen1.2.15