I am trying to make a bootable Linux SD for the AM1808EVM. I have the "How to Make 3 Partition SD Card" document and am following the instructions for a 2 partition card. The script to create a 2 partition card with "boot" and "rootfs" works fine. The script to untar the rootfs image (sudo tar -xzvf ~/ti-sdk-am180x-evm-05.02.00.00/filesystem/tisdk-rootfs-am180x-evm.tar.gz) also appears to work.
I then copy the uImage-am180x-evm.bin from the psp/prebuilt-images directory to the boot partition on the SD, and rename it to just uImage. When I try to boot from this card I get the following error
Booting with TI UBL
Device OPP (456MHz, 1.3V)SD/MMC Boot failed.
Just looking at both the shipped SD and the one I create with a file browser I see no difference, but I am obviously missing something. Any advice is welcome.
TIA