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 43d51b4a8b
add initial trusty support, ubuntu keeping up the tradition, two new bugs in flash-kernel: https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1304022
11 years ago
hwpack
lib add initial trusty support, ubuntu keeping up the tradition, two new bugs in flash-kernel: https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1304022 11 years ago
.gitignore
INSTALL.Debian
README add initial trusty support, ubuntu keeping up the tradition, two new bugs in flash-kernel: https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1304022 11 years ago
TODO
mk_mmc.sh add initial trusty support, ubuntu keeping up the tradition, two new bugs in flash-kernel: https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/1304022 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
                imx6q-sabrelite
                imx6q-sabresd
                wandboard-solo
                wandboard-dual
                wandboard-quad
        TI based:
                am335x-bone-serial
                am335x-bone-video
                am335x-boneblack
                omap3-beagle (serial only)
                omap3-beagle-xm
                omap4-panda (serial only)
                omap4-panda-a4 (serial only)
                omap4-panda-es (serial only)

Optional:
--distro <distro>
        Debian:
                wheezy-armel
                wheezy-armhf <default> (armv7-a)
                jessie-armhf (armv7-a) (alpha)
        Ubuntu:
                oneiric (11.10) (armv7-a) (EOL: May 2013)
                precise-armhf (12.04) (armv7-a) (EOL: April 2017)
                quantal (12.10) (armv7-a) (EOL: April 2014)
                raring (13.04) (armv7-a) (EOL: January 2014)
                saucy (13.10) (armv7-a) (EOL: July 2014)
                trusty (14.04) (armv7-a) (EOL: xyz 20xy)

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

Additional Options:
        -h --help

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