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 e43e44ec1b
wandboard: now that mainline video works, drop v3.0.35 tree for dual/quad boards
11 years ago
hwpack wandboard: now that mainline video works, drop v3.0.35 tree for dual/quad boards 11 years ago
lib boot partition: no reason to limit vfat/ext2, ext3/ext4 could also be used 11 years ago
.gitignore
INSTALL.Debian
README wandboard: now that mainline video works, drop v3.0.35 tree for dual/quad boards 11 years ago
TODO
mk_mmc.sh wandboard: now that mainline video works, drop v3.0.35 tree for dual/quad boards 11 years ago
test.Debian
test.Ubuntu

README

git clone git://github.com/RobertCNelson/netinstall.git
cd netinstall
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>

--dtb <dev board>
        Freescale based:
                imx51-babbage
                imx53-qsb
                imx6dl-wandboard
                imx6q-sabrelite
                imx6q-sabresd
                imx6q-wandboard
        TI based:
                am335x-bone-serial
                am335x-bone-video
                am335x-boneblack
                omap3-beagle
                omap3-beagle-xm
                omap4-panda
                omap4-panda-a4
                omap4-panda-es
        Wandboard:
                wandboard-solo

Optional:
--distro <distro>
        Debian:
                wheezy-armel
                wheezy-armhf <default> (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)

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