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 39e10821ad
3.12.x has been moved to the STABLE armv7 repo
11 years ago
hwpack 3.12.x has been moved to the STABLE armv7 repo 11 years ago
lib distro: update saucy to: 20101020ubuntu271 11 years ago
.gitignore mx53loco: stick with fat16 for boot partition 14 years ago
INSTALL.Debian distro: drop squeeze 12 years ago
README ubuntu: changed its eol policy, this makes 12.10/13.04 interesting, so just document the dates 11 years ago
TODO ubuntu: move flash-kernel.conf to chroot script 13 years ago
mk_mmc.sh imx: drop HAS_IMX_BLOB, KMS is used for all targets now 11 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 --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
                omap3-beagle-xm
                omap4-panda
                omap4-panda-a4
                omap4-panda-es

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

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