Hi,
I had making the SD Card for booting my board.
It is show in Serial port debug screen:
Reading Boot Sector...
Loading u-boot .bin from MMC.
It is loading for a long time but no response. The hardware is using OMAP3530 chip. The Hardware is working for Linus system. Now we change it to Android platform.
Source code for TI_Android_GingerBread_2_3_Sources.
I follow the user guide
To build boot loader (u-boot)
• Change directory to u-boot-omap3
$ cd u-boot-omap3
• Do the following to build u-boot for AM37x / DM3730 EVM
$ make CROSS_COMPILE=arm-eabi- distclean
$ make CROSS_COMPILE=arm-eabi- omap3_evm_config
$ make CROSS_COMPILE=arm-eabi-
I don't know why. Does anybody know?
Best Regards