Hello,
I am having a problem booting over UART with the BeagleBone Black. The card slot is failing, so unless you hold the card in just right it doesn't work. So I am trying to use UART. I am using the latest version of the CCS, Starterware, etc. I compiled the boot out of the /build/armv7a/cgt_ccs/am335x/beaglebone/bootloader. I built the Release UART version, which makes the boot.out, boot.bin, and boot_ti.bin, listed in the 'binary' section of StarterWare.
I renamed the boot.bin to MLO and copied it to the directory where we will be transfering from using XModem. Next I copied in one of our binary builds. (This is a working build, called 'main.bin' that works just fine when we boot off of SD card, and use our own MLO).
I can transfer the MLO over to the board just fine using UART. It says StarterWare CCCCC.....
Then I transfer the main.bin over. It transfers fine, and then says "Jumping to StarterWare Application" .
There it hangs, and nothing more happens.
I have tried building and loading the "application name" _ti.bin files that I have renamed to "app". That makes no difference. They transfer just fine and then it hangs when jumping to the application.
What am I missing?
Thanks,