Part Number: AM5728
Hi I have a AM5728 Industrial development kit, TMDXIDK5728.
I want to understand the u-boot process and initialization process, for that I have downloaded the u-boot source code and arm toolchain but not understanding the process to begin with. I mean the board configuration files. If somebody have done some work in this then please do share the knowledge. I just want to get started with u-boot compilation and debugging steps first .
I have managed to compile u-boot for kit, copied the u-boot.img on 1st partition on SD card and connected the SD card to borad, but couldn't see anything comming up on terminal board like no u-boot menu.
I have used "gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" toolchain and u-boot from github repository with commit "36bdcf7f3b17ec6d8cec782e7f1d5b0b8014300a".
What mistake am I doing, as per my understanding I should be able to see the u-boot prompt atleast.