I tried
http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat
and this doesn't work for me.
I have a 1GB card, and as soon as I make W95 FAT32 boot partition smaller than *complete* card, x-loader isn't started any more.
Disk /dev/sdd: 1019 MB, 1019215872 bytes
255 heads, 63 sectors/track, 123 cylinders
Units = cylinders 16065 × 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 123 987966 c W95 FAT32 (LBA)
works (note: end == total number of cylinders) while
Disk /dev/sdd: 1019 MB, 1019215872 bytes
255 heads, 63 sectors/track, 123 cylinders
Units = cylinders of 16065 × 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 120 963868+ c W95 FAT32 (LBA)
doesn't work (end != total number of cylinders).
Any idea?
Thanks
Dirk