You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netinstall/README

50 lines
904 B

git clone git://github.com/RobertCNelson/netinstall-omap.git
cd netinstall-omap
sudo ./mk_mmc.sh --mmc /dev/sdX --uboot <dev board> --distro <distro> --firmware
Bugs email: "bugs at rcn-ee.com"
Required Options:
--mmc </dev/sdX>
--uboot <dev board>
(omap)
beagle_bx - <BeagleBoard Ax/Bx>
beagle - <BeagleBoard Cx, xMA/B/C>
bone - <BeagleBone Ax>
igepv2 - <serial mode only>
panda - <PandaBoard Ax>
(freescale)
mx53loco
Optional:
--distro <distro>
Debian:
squeeze <default>
Ubuntu
maverick
natty
oneiric
--addon <device>
pico
ulcd <beagle xm>
--firmware
Add distro firmware
--serial-mode
<DVI Mode is default, this overrides it for Serial Mode>
Additional Options:
-h --help
this help
--probe-mmc
List all partitions: sudo ./mk_mmc.sh --probe-mmc
Debug:
--earlyprintk
<enables earlyprintk over serial>