update readme

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 11 years ago
parent fe3623b008
commit 395334f3a4

@ -35,7 +35,7 @@ $ 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 --uboot and the
--distro arguments. In my case, I did this; --distro arguments. In my case, I did this;
$ sudo ./mk_mmc.sh --mmc /dev/sdb/ --uboot beagle_xm --distro wheezy-armhf $ sudo ./mk_mmc.sh --mmc /dev/sdb/ --dtb omap3-beagle-xm --distro wheezy-armhf
You'll need to be root because the script is going to call fdisk which You'll need to be root because the script is going to call fdisk which
usually lives under /sbin/ usually lives under /sbin/
@ -43,25 +43,36 @@ usually lives under /sbin/
Required Options: Required Options:
--mmc </dev/sdX> --mmc </dev/sdX>
--uboot <dev board> --dtb <dev board>
(omap) Freescale based:
beagle_bx - <BeagleBoard Ax/Bx> imx51-babbage
beagle - <BeagleBoard Cx, xMA/B/C> imx53-qsb
bone - <BeagleBone Ax> imx6q-sabrelite
igepv2 - <serial mode only> imx6q-sabresd
panda - <PandaBoard Ax> wandboard-solo
wandboard-dual
(freescale) wandboard-quad
mx53loco TI based:
am335x-bone-serial
am335x-bone-video
am335x-boneblack
omap3-beagle
omap3-beagle-xm
omap4-panda
omap4-panda-a4
omap4-panda-es
Optional: Optional:
--distro <distro> --distro <distro>
Debian: Debian:
wheezy-armhf <default> wheezy-armel
Ubuntu wheezy-armhf <default> (armv7-a)
maverick Ubuntu:
natty oneiric (11.10) (armv7-a) (EOL: May 2013)
oneiric precise-armhf (12.04) (armv7-a) (EOL: April 2017)
quantal (12.10) (armv7-a) (EOL: April 2014)
raring (13.04) (armv7-a) (EOL: January 2014)
saucy (13.10) (armv7-a) (EOL: July 2014)
--firmware --firmware
Add distro firmware Add distro firmware
@ -76,6 +87,3 @@ Additional Options:
--probe-mmc --probe-mmc
List all partitions: sudo ./mk_mmc.sh --probe-mmc List all partitions: sudo ./mk_mmc.sh --probe-mmc
Debug:
--earlyprintk
<enables earlyprintk over serial>

Loading…
Cancel
Save