Boot Commands
10-17
DEFINITION
void BootFlash(void)
When the application is called, two parameters are passed to the application from
the nonvolatile memory group ‘BootParams.’ The parameters are seen by the
application as shown below:
Application(unsigned char Device,
unsigned char Number)
There are no arguments for this command. The nonvolatile configuration is mod-
ified with the NVRAM commands
nvdisplay
and
nvupdate
.
Also refer to the function
BootUp
10.4.5 bootserial
bootserial
is an autoboot device that allows you to boot an application pro-
gram from a serial port.
DEFINITION
void BootSerial(void)
It determines the format of the download and the entry execution address of the
downloaded application from the “LoadAddress” and “DevType” fields in the
nonvolatile memory group ‘BootParams.’ The “DevType” field selects one of the
download formats specified below:
The nonvolatile configuration is modified with the NVRAM commands
nvdis-
play
and
nvupdate
.
When the application is called, three parameters are passed to the application
from the nonvolatile memory boot configuration section. The parameters are
seen by the application as shown below:
Application(unsigned char Number,
unsigned long RomSize,
unsigned long RomBase)
These parameters allow multiple boards using the same facility to receive differ-
ent configuration information from the monitor.
Also refer to the function
BootUp
Table 10-2. Device Download Formats
Device Type
Download Format
INT_MCS86 0
Intel MCS-86 Hexadecimal Format
MOT_EXORMAT 1
Motorola Exormax Format (S0-S3,S7-S9 Records)
HK_BINARY 2
Artesyn Binary Format
Содержание BajaPPC-750
Страница 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 7: ......
Страница 16: ...0002M621 15 ix Register Map 9 1 Counter Timer Status CTSR 9 2 Register Map 9 2 Counter Timer Mode CTMR 9 4...
Страница 19: ...xii BajaPPC 750 Contents...
Страница 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Страница 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Страница 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Страница 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Страница 207: ...10 68 BajaPPC 750 Monitor May 2002...