Renesas FLASH Development Toolkit 3.07 Computer Hardware User Manual


 
51
4.5.5
BlankCheck
Description = check if the device is blank
Arguments:
“userboot” Optional Tells FDT to check the user boot area of flash (if supported)
“stoponwritten” Optional Stop processing the script if the device is not blank
“stoponblank” Optional Stop processing the script if the device is blank
Example:
BlankCheck
BlankCheck userboot|stoponwritten
4.5.6
Upload
Description = upload data from the device
Arguments:
<filename> Required File to write the upload out to – will be created or overwritten if
necessary. If not needed, specify “none”
<start address> Required Start address in Hex to start the upload from
<length> Required Number of bytes (in Hex) to upload
“noabsolute” Optional Don’t upload an absolute image
“userboot” Optional Upload from the user boot area or the data area (if supported)
Example:
upload none|0|0x6000
upload c:\upload\uploadtest.mot|0x100|0x200|userboot|noabsolute
4.5.7
Checksum
Description = perform a checksum on a device
Arguments:
“device” Required Checksum the device
Example:
Checksum device