parent
a58937c1f4
commit
3923a09ff1
@ -1,18 +1,31 @@
|
|||||||
git://github.com/RobertCNelson/netinstall-omap.git
|
git://github.com/RobertCNelson/netinstall-omap.git
|
||||||
cd netinstall-omap
|
cd netinstall-omap
|
||||||
./mk_mmc.sh --mmc /dev/sdX --uboot device --distro os --firmware
|
./mk_mmc.sh --mmc /dev/sdX --uboot <dev board> --distro <distro> --firmware
|
||||||
|
|
||||||
Options:
|
--mmc </dev/sdX>
|
||||||
--uboot device
|
Unformated MMC Card
|
||||||
beagle
|
|
||||||
panda
|
|
||||||
|
|
||||||
--distro os
|
--uboot <dev board>
|
||||||
lucid (only Bx/Cx boards)
|
beagle - <Bx, C2/C3/C4, xMA, xMB>
|
||||||
maverick (untested)
|
panda - <--beta>
|
||||||
squeeze (tested, all Beagle, Panda's etc..)
|
|
||||||
|
|
||||||
--firmware : install firmware for WiFi devices
|
--distro <distro>
|
||||||
|
Debian:
|
||||||
|
squeeze <default>
|
||||||
|
Ubuntu
|
||||||
|
lucid <Bx and Cx boards only>
|
||||||
|
maverick <testing>
|
||||||
|
|
||||||
--serial-mode : force NetInstall to use Serial Port
|
--firmware
|
||||||
|
Add distro firmware
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
--dvi-mode
|
||||||
|
<default>
|
||||||
|
|
||||||
|
--serial-mode
|
||||||
|
force NetInstall to use Serial Port
|
||||||
|
|
||||||
|
--usb-rootfs
|
||||||
|
<root=/dev/sda1>
|
||||||
|
|
||||||
|
Loading…
Reference in new issue