From 4267d34be016bb5aaa41b3c3c9c87eda4d79d618 Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Fri, 21 Feb 2014 13:14:26 -0800 Subject: [PATCH] updated doc references of --uboot to --dtb The --uboot option has been replaced by the --dtb option (See mk_mmc.sh line 1348 for more info). All documentation related references to --uboot have been replaced with --dtb. The code for generating an error if --uboot is used in mk_mmc.sh has been left in place. --- INSTALL.Debian | 4 ++-- mk_mmc.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.Debian b/INSTALL.Debian index 5b7f34f..50ba267 100644 --- a/INSTALL.Debian +++ b/INSTALL.Debian @@ -15,7 +15,7 @@ $ cd netinstall The following command is an example of what you have to do to install the correct distro onto the SD card; -./mk_mmc.sh --mmc /dev/sdX --uboot --distro --firmware +./mk_mmc.sh --mmc /dev/sdX --dtb --distro --firmware 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 @@ -32,7 +32,7 @@ for the --mmc flag, like this; $ sudo ./mk_mmc.sh --mmc /dev/sdb/ -You'll need to also provide the correct argument to the --uboot and the +You'll need to also provide the correct argument to the --dtb and the --distro arguments. In my case, I did this; $ sudo ./mk_mmc.sh --mmc /dev/sdb/ --dtb omap3-beagle-xm --distro wheezy-armhf diff --git a/mk_mmc.sh b/mk_mmc.sh index 19576a4..f5dabe2 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1539,7 +1539,7 @@ check_distro () { } usage () { - echo "usage: sudo $(basename $0) --mmc /dev/sdX --uboot " + echo "usage: sudo $(basename $0) --mmc /dev/sdX --dtb " #tabed to match cat <<-__EOF__ Script Version git: ${GIT_VERSION}