Example 5. Sample Command File for Booting From 8-Bit SCI Boot

/*---------------------------------------------------------------------*/ /* Hex converter command file. */ /*---------------------------------------------------------------------*/ test.out /* Input file */ -ascii /* Select ASCII format */ --map=test.map /* Specify the map file */ --outfile=test_sci8.hex /* Hex utility out file */ --sci8 /* Specify the SCI 8-bit boot format */ SECTIONS { .text: paddr=BOOT .cinit: paddr=BOOT }

The command file in Example 5 generates the out file in Figure 12-8.

Figure 12-8 Sample Hex Converter Out File for Booting From 8-Bit SCI Boothexout8sci_pru513.gif