Other Parts Discussed in Thread: DRA829, TDA4VM, DRA821
Hi Ti
There's question that Customer wants to clarify.
- Bootloader does not work with default build. tiboot3.bin, tispl.bin, u-boot.img
- How to make HACK to ignore board check via EEPROM.
Bootloader does not work when using the default built binary although pre-builts image can boot up.
Customer board show the log below. No further log is observed.
=============================================================
2021 - 07 - 13, 2:42pm ********
U-Boot SPL 2020.01-g2781231a33 (Apr 10 2021 - 13:46:58 +0000)
SYSFW ABI: 3.1 (firmware rev 0x0015 '21.1.1--v2021.01a (Terrific Lla')
Reading on-board EEPROM at 0x50 failed 1
Timeout during frequency handshake
### ERROR ### Please RESET the board ###
=============================================================
To build u-boot, we just tried "make u-boot" in top directory of SDK installed.
There was no error during build. Then We copied tiboot3.bin from R5 , tispl.bin and u-boot.img from A72.
We just replaced above three files in bootable SD card which boots OK with prebuilt images.
We're trying to replace tispl.bin and u-boot.img files only after rebuilt u-boot. System could not boot up if tiboot3.bin is also replaced.
Could you please clarify why default boot binaries don't work?
BTW, Regarding Log above which captured from Custom board without EEPROM, It seems be failed from do_board_detect() in evm.c
Could you please provide Hack code to avoid stuck? Customer removed EEPROM for their custom board.
They need code changes if EEPROM read code can produce the boot fail issue from custom board without EEPROM.
Thanks.
Regards,
Jack

