I finally managed to get the apu2c2 to boot off a SD card. As I only use
syslinux once in a blue moon I forgot about mbr.bin. Neither fdisk nor
syslinux sets up the Master Boot Record so mbr.bin needs to be copied to the
first disk sector using dd.

The other thing to change is /dev/sda1. Linux doesn't render SD cards as
virtual scsi devices (/dev/sd*). Instead they are mapped as mmc devices -
/dev/mmcblk0 with the partitions as /dev/mmcblk0p1 etc. So occurrences of
/dev/sda1 in leaf.cfg and syslinux/syslinux.cfg need to be changed to
/dev/mmcblk0p1. With those changes Leaf boots fine from a SD card on the apu2c2.

John


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to