![]() |
![]()
| ![]() |
![]()
NAMEsrec_brecord - Freescale MC68EZ328 Dragonball bootstrap record format DESCRIPTIONThis data format is understood by Freescale MC68EZ328 Dragonball series processors on their internal UART. LinesEach line contains hexadecimal data, each byte represented by two hexadecimal nybbles in upper case. Characters not in this set, but larger than 0x30 (e.g. lower case) will be ignored, less than 0x30 (e.g. CR or LF) are considered record terminators. Comments are problematic; don't try this at home. FieldsEach line contains a 4‐byte address (big endian), a 1‐byte length‐and‐mode, and then data bytes as dictated by the length. There is no checksum. A zero length record is an execution start address record, non‐zero length records are data.
The length‐and‐mode byte is formatted as follows:
Size MultiplierIn general, binary data will expand in sized by at least 2.35 times when represented with this format. EXAMPLEHere is an example b‐record format file. It contains the data “Hello, World” to be loaded at address 0.
000000000D48656C6C6F2C20576F726C640A
SEE ALSOhttp://www.freescale.com/files/32bit/doc/ref_manual/MC68VZ328UM.pdf COPYRIGHTsrec_cat version 1.64
The srec_cat program comes with ABSOLUTELY NO WARRANTY; for
details use the 'srec_cat -VERSion License' command. This is free
software and you are welcome to redistribute it under certain conditions;
for details use the 'srec_cat -VERSion License' command.
MAINTAINER
|