cleanup console print out and tag as 1.00

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head 1.00
Robert Nelson 14 years ago
parent 71a1cbb673
commit 417c4f29a6

@ -30,6 +30,8 @@ unset BETA_KERNEL
unset USB_ROOTFS unset USB_ROOTFS
unset PRINTK unset PRINTK
SCRIPT_VERSION="1.00"
MIRROR="http://rcn-ee.net/deb/" MIRROR="http://rcn-ee.net/deb/"
DIST=squeeze DIST=squeeze
@ -869,6 +871,7 @@ case "$UBOOT_TYPE" in
DO_UBOOT=1 DO_UBOOT=1
#with the crane, we need the beta kernel and serial-more #with the crane, we need the beta kernel and serial-more
BETA_KERNEL=1
SERIAL_MODE=1 SERIAL_MODE=1
;; ;;
@ -907,17 +910,18 @@ function check_distro {
} }
function usage { function usage {
echo "usage: $(basename $0) --mmc /dev/sdd" echo "usage: $(basename $0) --mmc /dev/sdX --uboot <dev board>"
cat <<EOF cat <<EOF
Bugs: email "bugs at rcn-ee.com" Script Version $SCRIPT_VERSION
Bugs email: "bugs at rcn-ee.com"
required options: required options:
--mmc </dev/sdX> --mmc </dev/sdX>
Unformated MMC Card Unformated MMC Card
--uboot <dev board> --uboot <dev board>
beagle - <Bx, C2/C3/C4, xMA, xMB> beagle - <Bx, Cx, xM A/B/C>
panda - <dvi or serial> panda - <dvi or serial>
touchbook - <serial only> touchbook - <serial only>
@ -925,23 +929,22 @@ required options:
Debian: Debian:
squeeze <default> squeeze <default>
Ubuntu Ubuntu
maverick <works with all BeagleBoard's> maverick
--firmware --firmware
Add distro firmware Add distro firmware
Optional: Optional:
--dvi-mode
<default>
--serial-mode --serial-mode
<dvi is default, this overides>
--usb-rootfs --usb-rootfs
<root=/dev/sda1> <root=/dev/sda1>
Additional/Optional options: Debug:
-h --help --earlyprintk
this help <enables earlyprintk over serial>
EOF EOF
exit exit
} }
@ -982,9 +985,6 @@ while [ ! -z "$1" ]; do
--firmware) --firmware)
FIRMWARE=1 FIRMWARE=1
;; ;;
--dvi-mode)
unset SERIAL_MODE
;;
--serial-mode) --serial-mode)
SERIAL_MODE=1 SERIAL_MODE=1
;; ;;

Loading…
Cancel
Save