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_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>
Freescale:
(freescale) mx51evk - <i.MX51 "Babbage" Development Board>
mx53loco 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,7 +1709,7 @@ 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>
@ -1717,8 +1717,11 @@ function check_uboot_type {
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:
----------------------------- -----------------------------
--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>)
----------------------------- -----------------------------
__EOF__ __EOF__
exit exit
@ -1810,8 +1814,8 @@ 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"
@ -1820,57 +1824,57 @@ 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_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>
Freescale:
(freescale) mx51evk - <i.MX51 "Babbage" Development Board>
mx53loco 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: __EOF__
EOF
exit exit
} }

Loading…
Cancel
Save