finish replacing --uboot with --dtb

pull/22/head
Robert Nelson 11 years ago
parent 1f11b57ba0
commit befe7c8355

@ -1,7 +1,5 @@
git clone git://github.com/RobertCNelson/netinstall.git git clone git://github.com/RobertCNelson/netinstall.git
cd netinstall cd netinstall
sudo ./mk_mmc.sh --mmc /dev/sdX --uboot <dev board> --distro <distro> --firmware
or
sudo ./mk_mmc.sh --mmc /dev/sdX --dtb <dev board> --distro <distro> --firmware sudo ./mk_mmc.sh --mmc /dev/sdX --dtb <dev board> --distro <distro> --firmware
To List all Options: use: sudo ./mk_mmc.sh --mmc /dev/sdX --dtb all To List all Options: use: sudo ./mk_mmc.sh --mmc /dev/sdX --dtb all
@ -11,11 +9,6 @@ Bugs email: "bugs at rcn-ee.com"
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
--uboot <dev board>
TI:
beagle_bx - <BeagleBoard Ax/Bx>
beagle_cx - <BeagleBoard Cx>
--dtb <dev board> --dtb <dev board>
Freescale: Freescale:
imx51-babbage imx51-babbage
@ -26,6 +19,7 @@ Required Options:
am335x-bone-serial am335x-bone-serial
am335x-bone-video am335x-bone-video
am335x-boneblack am335x-boneblack
omap3-beagle
omap3-beagle-xm omap3-beagle-xm
omap4-panda omap4-panda
omap4-panda-a4 omap4-panda-a4

@ -1414,19 +1414,7 @@ check_mmc () {
} }
uboot_dtb_error () { uboot_dtb_error () {
echo "old: --uboot (board file)" echo "OR: new: --dtb (device tree)"
cat <<-__EOF__
-----------------------------
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:
-----------------------------
TI:
beagle_bx - <BeagleBoard Ax/Bx>
beagle_cx - <BeagleBoard Cx>
-----------------------------
__EOF__
echo "OR: new: --dtb (device tree) (it's the future)"
cat <<-__EOF__ cat <<-__EOF__
----------------------------- -----------------------------
@ -1785,6 +1773,7 @@ usage () {
am335x-bone-serial am335x-bone-serial
am335x-bone-video am335x-bone-video
am335x-boneblack am335x-boneblack
omap3-beagle
omap3-beagle-xm omap3-beagle-xm
omap4-panda omap4-panda
omap4-panda-a4 omap4-panda-a4

Loading…
Cancel
Save