Part Number: AM5728
Hello,
I have a custom AM5728 board with a 2GB EMMC that worked fine when booting from U-boot 2017.1. The custom board also does not have an EEPROM.
I'm in the process of upgrading to U-boot to 2019.01, and I receive this error during an EMMC boot:
U-Boot SPL 2019.01-g332c5765ff-dirty (May 14 2020 - 23:21:12 -0700)
DRA752-GP ES2.0
Card did not respond to voltage select!
Firmware loading failed
Trying to boot from MMC2_2
Loading Environment from FAT... Card did not respond to voltage select!
Loading Environment from MMC... *** Warning - bad CRC, using default environment
** Partition 1 not valid on device 1 **
spl_register_fat_device: fat register err - -1
spl_load_image_fat_buf: error reading image u-boot.img, err - -1
Loading Environment from FAT... Card did not respond to voltage select!
Loading Environment from MMC... *** Warning - bad CRC, using default environment
spl: no partition table found
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
I have verified the MLO and uboot-img works when booting from an SD card. However after copying the uboot files from SD card to EMMC(/run/media/mmcblk1p1) and power cycling without the SD card, I see the above error.
I am using the ti-processor-sdk-linux-am57xx-evm-06.02.00.81 SDK.