Part Number: AM3358
I would like to ask support about an issue I have using the AM3358BZCZ100 on a custom board. 2313.schematic.pdf
have compiled the u-boot using u-boot-2018.01 from the TI EVM SDK.
I used the compiler that comes with the SDK.
I configured the board to be a board_is_bone_lt() and prevent reading the eeprom from the link below:
e2e.ti.com/.../876780
I use an SD card on the MMC0 port on the CPU.
U-Boot is giving me the following output to my computer, and then it hangs. After a minute it retries and give the same output again.
U-Boot SPL 2018.01-00558-gcd25eb3-dirty (Jan 15 2019 - 23:46:41)
Trying to boot from MMC1
*** Warning - bad CRC, using default environment
Do I need to configure the default boot MMC0 somewhere?