Hello!
I am doing my way with Ethernet boot of C6670. I am following steps described for 'simple' example in MCSDK. Makefile there performs following steps:
- hex6x simple.rmd
- ../Utilities/bconvert64x -le simple.btbl simple.le.btbl
- ../Utilities/bootpacket simple.le.btbl simple.eth
Source code of bconvert64x utility explains that it performs endian conversion on boot table. I want to ask, can we obtain same result, if specify '-order M' option to hex6x?
And one more question. In produced boot table file there are two initial lines. The first one contains nonprintable character with value of 0x02 (looks like smiling face). Second line looks like
$A0400,
bconvert64xutility does skip these lines. What is their meaning?
Thank you.