Netinstall for debian based OS on Pandaboards
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.
 
 
Go to file
Robert Nelson 040a1c057f
seperate out the old original Ax/Bx boards, as the latest u-boot has a new mmc feature that breaks them
14 years ago
scripts boot.scr to uEnv.txt compatibility 14 years ago
.gitignore
README add natty to readme 14 years ago
TODO docs: LATEST kernel enabled, also thinking of some kinda of debug.log 14 years ago
mk_mmc.sh seperate out the old original Ax/Bx boards, as the latest u-boot has a new mmc feature that breaks them 14 years ago

README

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
      natty <beta>

Optional:
--firmware
    Add distro firmware

--serial-mode
    <dvi is default, this overides>

--usb-rootfs
    <root=/dev/sda1>

Debug:
--earlyprintk
    <enables earlyprintk over serial>