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.

TDA4VM: The uboot can not recognize nor flash.

Part Number: TDA4VM

Dear experts

I used Hlos boot to start the system from NOR flash.
So I compiled  tiboot3.bin using the following command ,under Path: pdk_jacinto_08_04_00_21/packages/ti/build 
    make  BOARD=j721e_evm CORE=mcu1_0  sbl_ospi_img_hlos -j64

cp  pdk_jacinto_08_04_00_21/packages/ti/boot/sbl/binary/j721e_evm/ospi/bin/sbl_ospi_img_hlos_mcu1_0_release.tiimage  as tiboot3.bin 
When I used burner xds560 burn the img to norflash, the system has comes to the u-boot, but it gets stuck, as follows:
The Uboot does not recognize NOR flash, Please help check it.
I compiled uboot.img using the following command 

make ARCH=arm CROSS_COMPILE=aarch64-none-linux-gnu- j721e_evm_a72_defconfig
make ARCH=arm CROSS_COMPILE=aarch64-none-linux-gnu-