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.

Flashing the EVM 时出现“Serial Flash not detected”,怎么解决?



processors.wiki.ti.com/.../Flashing_OMAP-L137_Bootloaders

按照步骤在Flashing the EVM部分

First burn the DSP AIS image.
Load spiflash_writer_ccsv3.out or nand_writer_ccsv3.out (File->Load Program) and run the program (Debug->Run).

Debug->Run后出现“Serial Flash not detected“的问题,怎么解决?

  • 转到OMAP137的相应论坛求助

  • 解决方法:


    以下是TI --Shine Zhang回复

    ...it seems that your spiwriter.out is old, please download the SPI programmer from below website, it supports 0x4016 Winbond ID...

    http://support.spectrumdigital.com/boards/evmomapl137/revg/

    #define WINBOND_ID_W25X16 0x3015
    #define WINBOND_ID_W25X32 0x3016
    #define WINBOND_ID_W25Q32 0x4016//这应该是新添加的,前几天我下的压缩包里还没这个宏
    #define WINBOND_ID_W25X64 0x3017

    重新下载SPI programmer安步骤操作即可。