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.
33 lines
590 B
33 lines
590 B
git://github.com/RobertCNelson/netinstall-omap.git
|
|
cd netinstall-omap
|
|
./mk_mmc.sh --mmc /dev/sdX --uboot <dev board> --distro <distro> --firmware
|
|
|
|
Required Options:
|
|
--mmc </dev/sdX>
|
|
Unformated MMC Card
|
|
|
|
--uboot <dev board>
|
|
beagle - <Bx, Cx, xM A/B/C>
|
|
panda - <dvi or serial>
|
|
touchbook - <serial only>
|
|
|
|
--distro <distro>
|
|
Debian:
|
|
squeeze <default>
|
|
Ubuntu
|
|
maverick
|
|
|
|
Optional:
|
|
--firmware
|
|
Add distro firmware
|
|
|
|
--serial-mode
|
|
<dvi is default, this overides>
|
|
|
|
--usb-rootfs
|
|
<root=/dev/sda1>
|
|
|
|
Debug:
|
|
--earlyprintk
|
|
<enables earlyprintk over serial>
|