Peter Rasmussen schrieb:
Is it just using fdisk on it similar to a HD?
Yes!
Is specifying which image/partition to boot then just adjusting the
partition device in the description that is on:
http://wiki.openmoko.org/wiki/Booting_from_SD
The second boot-menu entry on my Neo looks like this:
menu_5=Boot from SD 2: setenv bootargs root=/dev/mmcblk0p2 rootdelay=9
console=ttySAC0,115200 console=tty0 ${mtdparts}; mmcinit; ext2load mmc
0:2 0x32000000 /boot/${sd_image_name}; bootm 0x32000000
Don't forget to escape the $ and ; characters, when typing the setenv.
Cheers, Marc