Hi,
I'm trying to make gpioLEDblink.c work in SD card. I'm using MLO image in the binary/.../bootloader which is dated as Aug/6/2012. I compiled gpioLEDblink, then renamed it to 'app'. All these were done in Ubuntu guest in VirtualBox, then I copied both of them to the Windows host machine to use "TI_SDCard_boot_utility_v1_0.exe". It formats my SD card whenever I click the "Proceed" button. But, anyway, it seems to make the SD card partition bootable and copied MLO and app to the card.
Then I inserted the microSD to beaglebone, then connected USB cable to power on (I don't use adapter). I opend Putty to see messages from the serial connection. But it only prints "CCCCCCCCCC", which, I read somewhere, means UART booting sequence, waiting for boot image from the host.
I also tested my own boot_ti.bin image built in CCSv5 in ubuntu. I used Debug_MMCSD configuration for compilation. Then, I copied boot_ti.bin to Windows, renamed it to MLO then used the "TI_SDCard....." to load it with app to microSD card. No luck. I saw the same 'CCCCCCCCCCCCCCCCC' over and over again.
Could you give me some clue?
Thank you.