
On Thu, Oct 22, 2015 at 12:12:32PM +0100, Lad, Prabhakar wrote:
Hi Tom,
I was trying the latest master branch for ti8148 evm to boot from SD card, following are the steps which I followed:
1: make ARCH=arm CROSS_COMPILE=arm-cortex_a8-linux-gnueabi- clean distclean 2: make ARCH=arm CROSS_COMPILE=arm-cortex_a8-linux-gnueabi- ti814x_evm_config 3: make ARCH=arm CROSS_COMPILE=arm-cortex_a8-linux-gnueabi-
Copy the MLO and u-boot.bin to SD card boot partition which is bootable, I see no prints coming from the 1st stage bootlaoder, cant debug it as I don’t have access to JTAG.
Any pointers is this code tested ?
First, you need to use u-boot.img not u-boot.bin. Second, which PG do you have on the board? We only have support for PG1.0 today and not PG2.0 as Matt did the initial bring-up and only has a PG1.0 board. The code should be easily ported from the old PSP tree to support PG2.0 however.