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 b913360a9e
wheezy: 7.8
10 years ago
hwpack add: am57xx-beagle-x15: serial mode only, while i figure out the usb modules... 10 years ago
lib wheezy: 7.8 10 years ago
.gitignore mx53loco: stick with fat16 for boot partition 14 years ago
INSTALL.Debian deb: dropping armel, i dont have any testers setup for this anymore 10 years ago
README distro: add vivid, very very alpha... 10 years ago
TODO todo: add a couple wishes 11 years ago
mk_mmc.sh distro: add vivid, very very alpha... 10 years ago
test.Debian docs: update debian test 12 years ago
test.Ubuntu trusty is pretty stable 11 years ago

README

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

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>
        A10-OLinuXino-Lime
        A20-OLinuXino-Lime
        A20-OLinuXino-Lime2
        am335x-boneblack
        am335x-bone-serial
        am335x-bone-video
        am57xx-beagle-x15
        imx51-babbage
        imx53-qsb
        imx53-qsrb
        imx6dl-udoo
        imx6q-sabrelite
        imx6q-sabresd
        imx6q-udoo
        omap3-beagle
        omap3-beagle-xm
        omap4-panda
        omap4-panda-a4
        omap4-panda-es
        omap4-panda-es-b3
        omap5-uevm
        tegra124-jetson-tk1
        wandboard-solo
        wandboard-dual-revb1
        wandboard-dual-revc1
        wandboard-quad-revb1
        wandboard-quad-revc1

Optional:
--distro <distro>
        Debian:
                wheezy-armhf <default>
                jessie (beta)
        Ubuntu:
                trusty (14.04) (EOL: April 2019)
                utopic (14.10) (EOL: April 2015)
                vivid (14.10) (beta)

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

--serial-mode
        <run the installer over the serial port>

Additional Options:
        -h --help

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