Hi,
Made an SD card using the new 06.06 Sitara SDK which booted the BBB just fine. I tried copying the SD card to flash like this:
- The second partition on eMMC was ext4, I redid it as ext3.
- compiled rsync (building software is pretty easy with the SDK)
- rsync'ed the boot and rootfs SD card partitions over to the corresponding eMMC partions
doing an "ls" looked like the files were copied.
But when I booted, I just got the "CCCCC" on the console that tells me that MLO u-boot didn't get picked up.
Do you have an example of how it really should be done?
Jimmy