IWR1443 EVM 3.0版本

Other Parts Discussed in Thread: AWR1642

在烧录固件的时候,好像不用再烧录BSS(RadarSS)文件了,这是为什么呀?

如果是因为新版EVM中已经提前将BSS烧进去了,那么它被存储在哪里了,还是SFlash里吗?

还有就是在烧录固件的时候,可以烧录MetaImage1、MetaImage2、MetaImage3、MetaImage4四个镜像文件,那么他们是被分别烧录到具有固定偏移量的SFlash里面吗?

  • 你好,

    新版本的软件把bss patch/mss bin打包成一个meta image bin用于烧写。

    多个metaimage的烧写地址,是rom代码里支持当第一个meta image没有找到(例如flash内容损坏),可以跳到后面的备份image,仍然可以正常工作。
    在AWR1642 bootloader flow文档(SWRA551)里可以看到下面的信息:
    Fallback images: the bootloader supports loading of images from the following locations as a fallback
    mechanism if one of the images is corrupted in the SDF. The locations of the images are:
    – META IMG1(SDF offset – 0x0)
    – META IMG2(SDF offset – 0x80000)
    – META IMG3(SDF offset – 0x100000)
    – META IMG4(SDF offset – 0x180000)