cleanup: docs

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/10/merge
Robert Nelson 13 years ago
parent a80d3df7f4
commit 2b0c0dab6f

@ -8,52 +8,53 @@ Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
--uboot <dev board> --uboot <dev board>
(omap) TI:
beagle_cx - <BeagleBoard C4/C5> beagle_bx - <BeagleBoard Ax/Bx>
beagle_xm - <BeagleBoard xMA/B/C> beagle_cx - <BeagleBoard Cx>
bone - <BeagleBone Ax> beagle_xm - <BeagleBoard xMA/B/C>
igepv2 - <serial mode only> bone - <BeagleBone Ax>
panda - <PandaBoard Ax> igepv2 - <serial mode only>
panda_es - <PandaBoard ES> panda - <PandaBoard Ax>
panda_es - <PandaBoard ES>
(freescale) Freescale:
mx53loco mx51evk - <i.MX51 "Babbage" Development Board>
mx53loco - <i.MX53 Quick Start Development Board>
mx51evk_dtb - <i.MX51 "Babbage" Development Board>
mx53loco_dtb - <i.MX53 Quick Start Development Board>
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
squeeze <default> squeeze <default>
wheezy-armel <alpha quailty, serial-mode only> wheezy-armel <beta: may fail during install>
wheezy-armhf <alpha quailty, serial-mode only> wheezy-armhf <beta: may fail during install>
Ubuntu Ubuntu:
maverick (10.10 - End Of Life: April 2012) maverick (10.10 - End Of Life: April 2012)
natty (11.04 - End Of Life: October 2012) natty (11.04 - End Of Life: October 2012)
oneiric (11.10 - End Of Life: April 2013) oneiric (11.10 - End Of Life: April 2013)
precise-armel (12.04) precise-armel (12.04)
precise-armhf (12.04) precise-armhf (12.04)
quantal-armhf (12.10 <alpha>) quantal-armhf (12.10 <beta>)
--addon <additional peripheral device> --addon <additional peripheral device>
pico pico
ulcd <beagle xm> ulcd <beagle xm>
--firmware --firmware
Add distro firmware <include all firmwares from linux-firmware git repo>
--serial-mode --serial-mode
<force the Installer to use the serial port over the dvi/video outputs> <use the serial to run the netinstall (video ouputs will remain blank till final reboot)>
--svideo-ntsc --svideo-ntsc
force ntsc mode for svideo <force ntsc mode for S-Video>
--svideo-pal --svideo-pal
force pal mode for svideo <force pal mode for S-Video>
Additional Options: Additional Options:
-h --help -h --help
this help
--probe-mmc --probe-mmc
List all partitions: sudo ./mk_mmc.sh --probe-mmc <list all partitions: sudo ./mk_mmc.sh --probe-mmc>
Debug:

@ -1709,16 +1709,19 @@ function check_uboot_type {
ERROR: This script does not currently recognize the selected: [--uboot ${UBOOT_TYPE}] option.. ERROR: This script does not currently recognize the selected: [--uboot ${UBOOT_TYPE}] option..
Please rerun $(basename $0) with a valid [--uboot <device>] option from the list below: Please rerun $(basename $0) with a valid [--uboot <device>] option from the list below:
----------------------------- -----------------------------
-Supported TI Devices:------- TI:
beagle_bx - <BeagleBoard Ax/Bx> beagle_bx - <BeagleBoard Ax/Bx>
beagle_cx - <BeagleBoard Cx> beagle_cx - <BeagleBoard Cx>
beagle_xm - <BeagleBoard xMA/B/C> beagle_xm - <BeagleBoard xMA/B/C>
bone - <BeagleBone Ax> bone - <BeagleBone Ax>
igepv2 - <serial mode only> igepv2 - <serial mode only>
panda - <PandaBoard Ax> panda - <PandaBoard Ax>
panda_es - <PandaBoard ES> panda_es - <PandaBoard ES>
-Supported Freescale Devices: Freescale:
mx53loco - <Quick Start Board> mx51evk - <i.MX51 "Babbage" Development Board>
mx53loco - <i.MX53 Quick Start Development Board>
mx51evk_dtb - <i.MX51 "Babbage" Development Board>
mx53loco_dtb - <i.MX53 Quick Start Development Board>
----------------------------- -----------------------------
__EOF__ __EOF__
exit exit
@ -1788,17 +1791,18 @@ function check_distro {
ERROR: This script does not currently recognize the selected: [--distro ${DISTRO_TYPE}] option.. ERROR: This script does not currently recognize the selected: [--distro ${DISTRO_TYPE}] option..
Please rerun $(basename $0) with a valid [--distro <distro>] option from the list below: Please rerun $(basename $0) with a valid [--distro <distro>] option from the list below:
----------------------------- -----------------------------
Debian: --distro <distro>
squeeze <default> Debian:
wheezy-armel <alpha quailty, serial-mode only> squeeze <default>
wheezy-armhf <alpha quailty, serial-mode only> wheezy-armel <beta: may fail during install>
Ubuntu: wheezy-armhf <beta: may fail during install>
maverick (10.10 - End Of Life: April 2012) Ubuntu:
natty (11.04 - End Of Life: October 2012) maverick (10.10 - End Of Life: April 2012)
oneiric (11.10 - End Of Life: April 2013) natty (11.04 - End Of Life: October 2012)
precise-armel (12.04) oneiric (11.10 - End Of Life: April 2013)
precise-armhf (12.04) precise-armel (12.04)
quantal-armhf (12.10 <alpha>) precise-armhf (12.04)
quantal-armhf (12.10 <beta>)
----------------------------- -----------------------------
__EOF__ __EOF__
exit exit
@ -1809,69 +1813,69 @@ function check_distro {
} }
function usage { function usage {
echo "usage: sudo $(basename $0) --mmc /dev/sdX --uboot <dev board>" echo "usage: sudo $(basename $0) --mmc /dev/sdX --uboot <dev board>"
cat <<EOF #tabed to match
cat <<-__EOF__
Script Version git: ${GIT_VERSION} Script Version git: ${GIT_VERSION}
----------------------------- -----------------------------
Bugs email: "bugs at rcn-ee.com" Bugs email: "bugs at rcn-ee.com"
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
--uboot <dev board> --uboot <dev board>
(omap) TI:
beagle_cx - <BeagleBoard C4/C5> beagle_bx - <BeagleBoard Ax/Bx>
beagle_xm - <BeagleBoard xMA/B/C> beagle_cx - <BeagleBoard Cx>
bone - <BeagleBone Ax> beagle_xm - <BeagleBoard xMA/B/C>
igepv2 - <serial mode only> bone - <BeagleBone Ax>
panda - <PandaBoard Ax> igepv2 - <serial mode only>
panda_es - <PandaBoard ES> panda - <PandaBoard Ax>
panda_es - <PandaBoard ES>
(freescale) Freescale:
mx53loco mx51evk - <i.MX51 "Babbage" Development Board>
mx53loco - <i.MX53 Quick Start Development Board>
Optional: mx51evk_dtb - <i.MX51 "Babbage" Development Board>
--distro <distro> mx53loco_dtb - <i.MX53 Quick Start Development Board>
Debian:
squeeze <default> Optional:
wheezy-armel <alpha quailty, serial-mode only> --distro <distro>
wheezy-armhf <alpha quailty, serial-mode only> Debian:
Ubuntu squeeze <default>
maverick (10.10 - End Of Life: April 2012) wheezy-armel <beta: may fail during install>
natty (11.04 - End Of Life: October 2012) wheezy-armhf <beta: may fail during install>
oneiric (11.10 - End Of Life: April 2013) Ubuntu:
precise-armel (12.04) maverick (10.10 - End Of Life: April 2012)
precise-armhf (12.04) natty (11.04 - End Of Life: October 2012)
quantal-armhf (12.10 <alpha>) oneiric (11.10 - End Of Life: April 2013)
precise-armel (12.04)
--addon <additional peripheral device> precise-armhf (12.04)
pico quantal-armhf (12.10 <beta>)
ulcd <beagle xm>
--addon <additional peripheral device>
--firmware pico
Add distro firmware ulcd <beagle xm>
--serial-mode --firmware
<force the Installer to use the serial port over the dvi/video outputs> <include all firmwares from linux-firmware git repo>
--svideo-ntsc --serial-mode
force ntsc mode for svideo <use the serial to run the netinstall (video ouputs will remain blank till final reboot)>
--svideo-pal --svideo-ntsc
force pal mode for svideo <force ntsc mode for S-Video>
Additional Options: --svideo-pal
-h --help <force pal mode for S-Video>
this help
Additional Options:
--probe-mmc -h --help
List all partitions: sudo ./mk_mmc.sh --probe-mmc
--probe-mmc
Debug: <list all partitions: sudo ./mk_mmc.sh --probe-mmc>
EOF __EOF__
exit exit
} }
function checkparm { function checkparm {

Loading…
Cancel
Save