From 3c274305d212850cbf4ba07023b74b54811f4795 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 23 Nov 2011 14:24:18 -0600 Subject: [PATCH] readme: sync the 3 versions Signed-off-by: Robert Nelson --- INSTALL.Debian | 35 ++++++++++++++++++++++++----------- README | 27 +++++++++++++-------------- mk_mmc.sh | 27 +++++++++++++-------------- 3 files changed, 50 insertions(+), 39 deletions(-) diff --git a/INSTALL.Debian b/INSTALL.Debian index 43eed94..94a9964 100644 --- a/INSTALL.Debian +++ b/INSTALL.Debian @@ -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. 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 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 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 --distro arguments. In my case, I did this; @@ -42,30 +42,43 @@ usually lives under /sbin/ Required Options: --mmc - Unformated MMC Card --uboot - beagle_bx - - beagle - - panda - - touchbook - + (omap) + beagle_bx - + beagle - + bone - + igepv2 - + panda - + (freescale) + mx53loco + +Optional: --distro Debian: squeeze Ubuntu maverick natty + oneiric + +--addon + pico + ulcd -Optional: --firmware Add distro firmware --serial-mode - + + +Additional Options: +-h --help + this help ---usb-rootfs - +--probe-mmc + List all partitions: sudo ./mk_mmc.sh --probe-mmc Debug: --earlyprintk diff --git a/README b/README index 2a0ed62..efc116c 100644 --- a/README +++ b/README @@ -6,14 +6,6 @@ Bugs email: "bugs at rcn-ee.com" Required Options: --mmc - Unformated MMC Card - -Additional/Optional options: --h --help - this help - ---probe-mmc - List all partitions --uboot (omap) @@ -26,10 +18,7 @@ Additional/Optional options: (freescale) mx53loco ---addon - pico - ulcd - +Optional: --distro Debian: squeeze @@ -38,12 +27,22 @@ Additional/Optional options: natty oneiric -Optional: +--addon + pico + ulcd + --firmware Add distro firmware --serial-mode - + + +Additional Options: +-h --help + this help + +--probe-mmc + List all partitions: sudo ./mk_mmc.sh --probe-mmc Debug: --earlyprintk diff --git a/mk_mmc.sh b/mk_mmc.sh index 1af2104..4c4379b 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1386,14 +1386,6 @@ Bugs email: "bugs at rcn-ee.com" Required Options: --mmc - Unformated MMC Card - -Additional/Optional options: --h --help - this help - ---probe-mmc - List all partitions --uboot (omap) @@ -1406,10 +1398,7 @@ Additional/Optional options: (freescale) mx53loco ---addon - pico - ulcd - +Optional: --distro Debian: squeeze @@ -1418,12 +1407,22 @@ Additional/Optional options: natty oneiric -Optional: +--addon + pico + ulcd + --firmware Add distro firmware --serial-mode - + + +Additional Options: +-h --help + this help + +--probe-mmc + List all partitions: sudo ./mk_mmc.sh --probe-mmc Debug: --earlyprintk