Hi Team,
Using the C6657 custom board, the customer wants to boot using SPI nor flash, nor flash using the S25FS512 from Cypress, read and write have been tested without problem. Programs are single-core with sys/BIOS and do not place program or data sections into DDR. The map is configured as follows, which are placed primarily in LL2 and MSMC.
The resulting .out file has reached more than 7M and the 8838.SPI_Bootloader has the following tools:
After modifying the .out file to simple.out, at run time it will prompt "When converting .btbl to .i2c, the input data is too large to convert":
The customer is trying to modify romparse.h as follows:
#Define MAX_data_LEN_32bit (changing 32768 to 327680)
#Define NUM_boot_Param_tables (changing 8 to 80)
When rebuilding romparse.exe: MinGW is installed, the romparse.h file is modified, and the following error occurs after the make command is executed in the romparse directory:
Could you please help check this case? Thanks.
Best Regards,
Cherry