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.

AM625: spi nor flash read in u-boot

Part Number: AM625

Hi :

   We use sf probe and sf read command to read addr , len = 0x4;

              The data which read in memory is error.

              And we use the logic analyzer to get the signal, the addr which sent is 0xEEEEEEEE.

   But if we read the length more than 8 bytes;

              The data which read in memory is right.

              And the address send is 0x100000.

    The same proble we also found in linux, we descript it in this link

    https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1559994/am625-spi-nor-flash-driver/6029431?tisearch=e2e-sitesearch&keymatch=%25252520user%2525253A658153#

    You told us to disable STIG mode and it works.

    Should we also disable STIG mode in u-boot?

    Thanks.