SK-TDA4VM: NOR Flash booting failed

Part Number: SK-TDA4VM

Dear Sir


I have purchased a SK-TDA4VM(PART NO:J721EXSKG01EVM) development platform.

The Hardware version is PROC112A1.

I tried booting system through "NOR Flash".  So I programed the files in the SD card that came with the purchase into NOR Flash.

The programming method is through uboot, as described below

=> sf probe
=> fatload mmc 1 0x84000000 tiboot3.bin
=> sf update 0x84000000 0x0 0x468DC
=> fatload mmc 1 0x84000000 tispl.bin
=> sf update 0x84000000 0x80000 0xEF388
=> fatload mmc 1 0x84000000 u-boot.img
=> sf update 0x84000000 0x280000 0x1353F4
=> fatload mmc 1 0x84000000 sysfw.itb
=> sf update 0x84000000 0x6C0000 0x41ABE

After the above operations, I switched SW1 BOOTMODE to xSPI-1S, and after testing, the system can boot from NOR Flash.

Because the default NOR Flash on the platform is Infineon S28HS512TGABHM010.
But my goal is to use MXIC MX25UM256 and MICRON MT35XU256. So I replaced the Infineon S28HS512TGABHM010 with the MICRON MT35XU256.

After the replacement was completed, I tried booting through MICRON MT35XU256, but the boot failed and the UART printed out the following information.

Could you let me know how to fix this problem? Which SDK file does the Flash ID belong to? Which code should I modify?

Thanks.