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 f44699150f
update Readme
13 years ago
scripts boot partition: dont need old uImage.net 13 years ago
.gitignore mx53loco: stick with fat16 for boot partition 14 years ago
INSTALL.Debian Deeper explication of how to install Debian Squeeze on the Beagle. 14 years ago
README update Readme 13 years ago
TODO docs: LATEST kernel enabled, also thinking of some kinda of debug.log 14 years ago
mk_mmc.sh obsolete: --usb-rootfs is now autodetected at install 13 years ago
test.Ubuntu add test parmeters 13 years ago

README

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>
    Unformated MMC Card

Additional/Optional options:
-h --help
    this help

--probe-mmc
    List all partitions

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

--addon <device>
    pico
    ulcd <beagle xm>

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

Optional:
--firmware
    Add distro firmware

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

Debug:
--earlyprintk
    <enables earlyprintk over serial>