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 b3c97b3b03
distro: wheezy with the netinstall bump, remove serial only limitation from wheezy-armel and wheezy-armhf; tested on beagle xmc
12 years ago
scripts distro: wheezy with the netinstall bump, remove serial only limitation from wheezy-armel and wheezy-armhf; tested on beagle xmc 12 years ago
.gitignore
INSTALL.Debian
README distro: add early alpha support for quantal-armhf 13 years ago
TODO no reason to have two extra folders cus/debug, unify on backup 13 years ago
mk_mmc.sh distro: wheezy with the netinstall bump, remove serial only limitation from wheezy-armel and wheezy-armhf; tested on beagle xmc 12 years ago
test.Debian_Squeeze add more ot the default test install instructions 13 years ago
test.Ubuntu

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>
        wheezy-armel <alpha quailty, serial-mode only>
        wheezy-armhf <alpha quailty, serial-mode only>
    Ubuntu
      maverick (10.10 - End Of Life: April 2012)
      natty (11.04 - End Of Life: October 2012)
      oneiric (11.10 - End Of Life: April 2013)
      precise-armel (12.04)
      precise-armhf (12.04)
        quantal-armhf (12.10 <alpha>)

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

--firmware
    Add distro firmware

--serial-mode
    <force the Installer to use the serial port over the dvi/video outputs>

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