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 33369c35a5
mx6q_sabrelite: first pass with factory bootloader, but it looks like we will have to update it (no device tree support)
12 years ago
scripts bug: restore bootloader on mx5x hardware if ubuntu ovewrites it 12 years ago
.gitignore mx53loco: stick with fat16 for boot partition 14 years ago
INSTALL.Debian Update instructions to match repo name 12 years ago
README mx6q_sabrelite: first pass with factory bootloader, but it looks like we will have to update it (no device tree support) 12 years ago
TODO no reason to have two extra folders cus/debug, unify on backup 13 years ago
mk_mmc.sh mx6q_sabrelite: first pass with factory bootloader, but it looks like we will have to update it (no device tree support) 12 years ago
test.Debian_Squeeze add more ot the default test install instructions 13 years ago
test.Ubuntu add test parmeters 13 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

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 - <BeagleBone Ax>
                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>
                mx51evk_dtb - <i.MX51 "Babbage" Development Board>
                mx53loco_dtb - <i.MX53 Quick Start Development Board>
                mx6q_sabrelite - <http://boundarydevices.com/products/sabre-lite-imx6-sbc/>

Optional:
--distro <distro>
        Debian:
                squeeze <default>
                wheezy-armel <beta: may fail during install>
                wheezy-armhf <beta: may fail during install>
        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 <beta>)

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

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