#include <cmdline.h>
Inheritance diagram for ProgramFlashCmd:
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[]) |
Definition at line 175 of file cmdline.h.
|
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(). |