I want to boot a small customized program from EEPROM 0x50 (like POST) to configure some peripherals, such as SRIO, for 2nd stage booting.
However problem is encountered when I convert my app.out to a BIN file using post_romparse.bat in the POST project.
Error info can found as follows.
BTW, I just rename app.out to post_evm6678l.out and put it into tools\post\evmc6678l\bin and run the batch file.
Can anyone give some advice anything goes wrong?
Is it because my app.out is too big and can not fit into EEPROM 0x50?
Translating to ASCII-Hex format...
"post_evm6678l.out" ==> vecs (BOOT LOAD)
"post_evm6678l.out" ==> .text (BOOT LOAD)
warning: boot table falls in unconfigured memory at 010400h
"post_evm6678l.out" ==> .cinit (BOOT LOAD)
warning: boot table falls in unconfigured memory at 010400h
"post_evm6678l.out" ==> .const (BOOT LOAD)
warning: boot table falls in unconfigured memory at 010400h
..\..\..\boot_loader\ibl\src\util\bconvert\bconvert64x: Unspecified error, line 667
Generating I2C ROM data ...
Thanks.
Boll