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 0ef53bd102
ubuntu: also cleanup the 2 header packages
13 years ago
scripts ubuntu: also cleanup the 2 header packages 13 years ago
.gitignore mx53loco: stick with fat16 for boot partition 14 years ago
INSTALL.Debian readme: sync the 3 versions 13 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 netinstall: final custom script, make sure to backup and install custom bootloaders at end of install, also make sure that the script knows about new u-boot.img files 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>

--uboot <dev board>
    (omap)
    beagle_cx - <BeagleBoard C4/C5>
    beagle_xm - <BeagleBoard xMA/B/C>
    bone - <BeagleBone Ax>
    igepv2 - <serial mode only>
    panda - <PandaBoard Ax>
    panda_es - <PandaBoard ES>

    (freescale)
    mx53loco

Optional:
--distro <distro>
    Debian:
      squeeze <default>
    Ubuntu
      maverick (10.10)
      natty (11.04)
      oneiric (11.10)
      precise-armel (12.04)
      precise-armhf (12.04)

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

--firmware
    Add distro firmware

--serial-mode
    <DVI Mode is default, this overrides it for Serial Mode>

--svideo-ntsc
    force ntsc mode for svideo

--svideo-pal
    force pal mode for svideo

Additional Options:
-h --help
    this help

--probe-mmc
    List all partitions: sudo ./mk_mmc.sh --probe-mmc

Debug:
--earlyprintk
    <enables earlyprintk over serial>