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 c0607e1cf7
intoduce support for the freescale mx53loco board, just u-boot and correct partition layout at this point, still need to generate a working *.deb
14 years ago
scripts cmd: the 2.6.39 kernel does a good job of selecting the correct cpufreq, so the 800mhz limiation isnt needed anymore 14 years ago
.gitignore add gitignore 14 years ago
INSTALL.Debian Deeper explication of how to install Debian Squeeze on the Beagle. 14 years ago
README natty: a day or two before release, so lets drop beta from readme too 14 years ago
TODO docs: LATEST kernel enabled, also thinking of some kinda of debug.log 14 years ago
mk_mmc.sh intoduce support for the freescale mx53loco board, just u-boot and correct partition layout at this point, still need to generate a working *.deb 14 years ago

README

git clone 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 - <Ax/Bx Models>
    beagle - <Cx, xM A/B/C>
    panda - <dvi or serial>
    touchbook - <serial only>

--distro <distro>
    Debian:
      squeeze <default>
    Ubuntu
      maverick
      natty

Optional:
--firmware
    Add distro firmware

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

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

Debug:
--earlyprintk
    <enables earlyprintk over serial>