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 c940eb4059
fix: --uboot/--dtb error detection
12 years ago
hwpack dtb: u-boot: use generic option for when bootloader help identify device 12 years ago
lib regression: its zreladdr in SOC.sh 12 years ago
.gitignore
INSTALL.Debian
README bone: serial and video options 12 years ago
TODO
mk_mmc.sh fix: --uboot/--dtb error detection 12 years ago
test.Debian
test.Ubuntu test.Ubuntu: add bigger note about delay... 12 years ago

README

git clone git://github.com/RobertCNelson/netinstall.git
cd netinstall
sudo ./mk_mmc.sh --mmc /dev/sdX --uboot <dev board> --distro <distro> --firmware
or
sudo ./mk_mmc.sh --mmc /dev/sdX --dtb <dev board> --distro <distro> --firmware

To List all Options: use: sudo ./mk_mmc.sh --mmc /dev/sdX --dtb all

Bugs email: "bugs at rcn-ee.com"

Required Options:
--mmc </dev/sdX>

--uboot <dev board>
        TI:
                beagle_bx - <BeagleBoard Ax/Bx>
                beagle_cx - <BeagleBoard Cx>
                beagle_xm - <BeagleBoard xMA/B/C>
                bone-serial - <BeagleBone Ax>
                bone-video - <BeagleBone Ax + Video Cape>
                igepv2 - <serial mode only>
                panda - <PandaBoard Ax>
                panda_es - <PandaBoard ES>
        Freescale:
                mx51evk - <i.MX51 "Babbage" Development Board>
                mx53loco - <i.MX53 Quick Start Development Board>
                mx6qsabrelite - <http://boundarydevices.com/products/sabre-lite-imx6-sbc/>

Optional:
--distro <distro>
        Debian:
                squeeze <default> (armv4)
                wheezy-armhf <beta: may fail during install> (armv7-a)
        Ubuntu:
                oneiric (11.10 - End Of Life: April 2013) (armv7-a)
                precise-armhf (12.04) (armv7-a)
                quantal (12.10) (armv7-a)
                raring (13.04) (armv7-a) <BROKEN SEE: https://bugs.launchpad.net/bugs/1161912>

--addon <additional peripheral device>
        pico

--firmware
        <include all firmwares from linux-firmware git repo>

--serial-mode
        <use the serial to run the netinstall (video ouputs will remain blank till final reboot)>

--svideo-ntsc
        <force ntsc mode for S-Video>

--svideo-pal
        <force pal mode for S-Video>

Additional Options:
        -h --help

--probe-mmc
        <list all partitions: sudo ./mk_mmc.sh --probe-mmc>