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 9389bd5422
cleanup: combine these into one cat
12 years ago
hwpack cleanup: reorder 12 years ago
lib bootz: use one define: conf_uboot_CONFIG_CMD_BOOTZ 12 years ago
.gitignore
INSTALL.Debian Update instructions to match repo name 12 years ago
README drop: igepv2: need to spend some time to (find it)&(fix it) 12 years ago
TODO ubuntu: move flash-kernel.conf to chroot script 12 years ago
mk_mmc.sh cleanup: combine these into one cat 12 years ago
test.Debian docs: update debian test 12 years ago
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>
                bone-serial - <BeagleBone Ax>
                bone-video - <BeagleBone Ax + Video Cape>

--dtb <dev board>
        Freescale:
                imx51-babbage
                imx53-qsb
                imx6q-sabrelite
                imx6q-sabresd
        TI:
                omap3-beagle-xm
                omap4-panda
                omap4-panda-a4
                omap4-panda-es
        Wandboard:
                wandboard-solo
                wandboard-dl

Optional:
--distro <distro>
        Debian:
                squeeze (armv4)
                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>