I have successfully partitioned and formatted an SD card such that the OMAP 3530 boots from it. However, I'm interested in knowing what the requirements are regarding the geometry (cylinder/head/sector) for the SD card. I know the methods described in the beagle board link (http://code.google.com/p/beagleboard/wiki/LinuxBootDiskFormat) and the DaVinci link (http://wiki.davincidsp.com/index.php?title=MMC_Boot_Format) both force HEAD=255 and SECTOR=63 (CYLINDER is based on total disk size, HEAD, and SECTOR). Is there any documentation that describes these settings as required? I'd like to use alternative values if possible, but obviously still need to end up with a "geometry" that the OMAP 3530 recognizes.
Thanks.