This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c6678 spi nor flash boot

您好:

我们用的EVM板子是6678的, 想通过SPI NORFLASH直接加载. 我们根据SPI boot的例程的步骤对CCSv5.5生成的.out文件进行操作.第一步能通过hex6x的工具成功转换为btbl的格式.到了第二步要用b2i2c工具转换成.btbl.i2c格式的时候,b2i2c提示"Max input array size exceeded".我们用的.out文件大小为5,607KB,生成的.btbl文件大小为1757KB.

    问题:b2i2c工具对于文件输入大小限制可否自行修改?如不能,该如何操作呢?

谢谢

注:我换成较小的.out 文件是可以成功boot 的