readme: sync the 3 versions

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent f44699150f
commit 3c274305d2

@ -20,7 +20,7 @@ install the correct distro onto the SD card;
You'll need to customize this of course based on your particular needs. You'll need to customize this of course based on your particular needs.
For example, your SD card might be on a different partition, you can use For example, your SD card might be on a different partition, you can use
$ ls -l /dev/disk/by-path/ $ sudo ./mk_mmc.sh --probe-mmc
to determine where exactly your SD card is located. Under Debian systems it to determine where exactly your SD card is located. Under Debian systems it
can often be here; can often be here;
@ -30,7 +30,7 @@ can often be here;
In this case you'd run the mk_mmc.sh shell script with this location In this case you'd run the mk_mmc.sh shell script with this location
for the --mmc flag, like this; for the --mmc flag, like this;
$ ./mk_mmc.sh --mmc /dev/sdb/ $ sudo ./mk_mmc.sh --mmc /dev/sdb/
You'll need to also provide the correct argument to the --uboot and the You'll need to also provide the correct argument to the --uboot and the
--distro arguments. In my case, I did this; --distro arguments. In my case, I did this;
@ -42,30 +42,43 @@ usually lives under /sbin/
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
Unformated MMC Card
--uboot <dev board> --uboot <dev board>
beagle_bx - <Ax/Bx Models> (omap)
beagle - <Cx, xM A/B/C> beagle_bx - <BeagleBoard Ax/Bx>
panda - <dvi or serial> beagle - <BeagleBoard Cx, xMA/B/C>
touchbook - <serial only> bone - <BeagleBone Ax>
igepv2 - <serial mode only>
panda - <PandaBoard Ax>
(freescale)
mx53loco
Optional:
--distro <distro> --distro <distro>
Debian: Debian:
squeeze <default> squeeze <default>
Ubuntu Ubuntu
maverick maverick
natty natty
oneiric
--addon <device>
pico
ulcd <beagle xm>
Optional:
--firmware --firmware
Add distro firmware Add distro firmware
--serial-mode --serial-mode
<dvi is default, this overides> <DVI Mode is default, this overrides it for Serial Mode>
Additional Options:
-h --help
this help
--usb-rootfs --probe-mmc
<root=/dev/sda1> List all partitions: sudo ./mk_mmc.sh --probe-mmc
Debug: Debug:
--earlyprintk --earlyprintk

@ -6,14 +6,6 @@ Bugs email: "bugs at rcn-ee.com"
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
Unformated MMC Card
Additional/Optional options:
-h --help
this help
--probe-mmc
List all partitions
--uboot <dev board> --uboot <dev board>
(omap) (omap)
@ -26,10 +18,7 @@ Additional/Optional options:
(freescale) (freescale)
mx53loco mx53loco
--addon <device> Optional:
pico
ulcd <beagle xm>
--distro <distro> --distro <distro>
Debian: Debian:
squeeze <default> squeeze <default>
@ -38,12 +27,22 @@ Additional/Optional options:
natty natty
oneiric oneiric
Optional: --addon <device>
pico
ulcd <beagle xm>
--firmware --firmware
Add distro firmware Add distro firmware
--serial-mode --serial-mode
<dvi is default, this overides> <DVI Mode is default, this overrides it for Serial Mode>
Additional Options:
-h --help
this help
--probe-mmc
List all partitions: sudo ./mk_mmc.sh --probe-mmc
Debug: Debug:
--earlyprintk --earlyprintk

@ -1386,14 +1386,6 @@ Bugs email: "bugs at rcn-ee.com"
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
Unformated MMC Card
Additional/Optional options:
-h --help
this help
--probe-mmc
List all partitions
--uboot <dev board> --uboot <dev board>
(omap) (omap)
@ -1406,10 +1398,7 @@ Additional/Optional options:
(freescale) (freescale)
mx53loco mx53loco
--addon <device> Optional:
pico
ulcd <beagle xm>
--distro <distro> --distro <distro>
Debian: Debian:
squeeze <default> squeeze <default>
@ -1418,12 +1407,22 @@ Additional/Optional options:
natty natty
oneiric oneiric
Optional: --addon <device>
pico
ulcd <beagle xm>
--firmware --firmware
Add distro firmware Add distro firmware
--serial-mode --serial-mode
<dvi is default, this overides> <DVI Mode is default, this overrides it for Serial Mode>
Additional Options:
-h --help
this help
--probe-mmc
List all partitions: sudo ./mk_mmc.sh --probe-mmc
Debug: Debug:
--earlyprintk --earlyprintk

Loading…
Cancel
Save