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.

TMDSIDK5749

Hello!

I used  ti-processor-sdk-linux-rt-am57xx-evm-bin-06.03.00.106 to boot TMDSIDK5749 

Every is work fine.

But I used u-boot-2019.01+gitAUTOINC+333c3e72d3-g333c3e72d3 to build MLO and uboot.

Compile option: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=am57xx_evm

#
# Environment
#
CONFIG_ENV_IS_IN_FAT=y
CONFIG_ENV_IS_IN_MMC=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_ENV_FAT_FILE="uboot.env"
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
CONFIG_SPL_ENV_IS_IN_MMC=y
CONFIG_SPL_ENV_IS_IN_FAT=y
CONFIG_NET=y

Boot log:

 

U-Boot SPL 2019.01-g31b89e620c-dirty (Jul 15 2022 - 10:10:56 +0800)
DRA762-GP ES1.0 ABZ package
no pinctrl state for default mode
Trying to boot from MMC1
no pinctrl state for default mode
Loading Environment from FAT... *** Warning - bad CRC, using default environment

Loading Environment from MMC... *** Warning - bad CRC, using default environment

spl_load_image_fat_buf: error reading image u-boot.img, err - -2
Loading Environment from FAT... *** Warning - bad CRC, using default environment

Loading Environment from MMC... *** Warning - bad CRC, using default environment

spl_load_image_ext_buf: ext4fs mount err - 0

How to resolve it?