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.

[Keystone Bootloader] MAD段错误



Hi all

之前单core boot的问题已经解决,使用亮灯程序测试MAD。

 步骤:

 1、编译了两个*.out文件,分别点亮不同的LED。

 2、使用mcsdk下面默认的配置文件,仅是用生成的out文件替换了原有的两个exe作为输入。

 3、按照User Guide的说明调用maptools进行镜像的生成操作,结果过程中报了以下错误:

 Info: Incompatible permissions for segment: 6  application: app1 in partition: ddr-code
Info: Incompatible permissions for segment: 8  application: app1 in partition: ddr-code
Info: Incompatible permissions for segment: 6  application: app2 in partition: ddr-code
Info: Incompatible permissions for segment: 8  application: app2 in partition: ddr-code
ERROR: Unassigned segment found: app1 :seg-idx: 2
ERROR: Unassigned segment found: app1 :seg-idx: 7
ERROR: Unassigned segment found: app2 :seg-idx: 2
ERROR: Unassigned segment found: app2 :seg-idx: 7

请问是怎么回事呢?需要对配置文件作怎样的修改?

谢谢!

 

Eric