Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
readme.md 2.31 KiB
Newer Older
Scripts to support customized image generation for many arm systems
BeagleBoard branch:
------------

    git clone https://github.com/beagleboard/image-builder.git

Images:

    ./beagleboard.org_image.sh
    http://beagleboard.org/source

Flasher:
Robert Nelson's avatar
Robert Nelson committed
    sudo ./setup_sdcard.sh --img-4gb BBB-eMMC-flasher-debian-7.X-201Y-MM-DD \
    --dtb beaglebone --beagleboard.org-production --boot_label BEAGLEBONE \
    --rootfs_label eMMC-Flasher --enable-systemd --bbb-flasher \
    --bbb-old-bootloader-in-emmc
Robert Nelson's avatar
Robert Nelson committed
    xz -z -8 -v BBB-eMMC-flasher-debian-7.X-201Y-MM-DD-4gb.img
Robert Nelson's avatar
Robert Nelson committed
2GB, microSD:

Robert Nelson's avatar
Robert Nelson committed
    sudo ./setup_sdcard.sh --img-2gb bone-debian-7.X-201Y-MM-DD --dtb beaglebone \
    --beagleboard.org-production --boot_label BEAGLEBONE --enable-systemd \
    --bbb-old-bootloader-in-emmc
Robert Nelson's avatar
Robert Nelson committed

Robert Nelson's avatar
Robert Nelson committed
    xz -z -8 -v bone-debian-7.X-201Y-MM-DD-2gb.img
Robert Nelson's avatar
Robert Nelson committed
Bug Tracker:

    http://bugs.elinux.org/projects/debian-image-releases

Release Process:

Robert Nelson's avatar
Robert Nelson committed
    bb.org-v201Y.MM.DD
    git tag -a bb.org-v201Y.MM.DD -m 'bb.org-v201Y.MM.DD'
Robert Nelson's avatar
Robert Nelson committed
    git push origin --tags

Master branch:
Robert Nelson's avatar
Robert Nelson committed
------------

    git clone https://github.com/RobertCNelson/omap-image-builder
Robert Nelson's avatar
Robert Nelson committed
eewiki.net: Debian Stable (armel) minfs:
Robert Nelson's avatar
Robert Nelson committed

    ./RootStock-NG.sh -c eewiki_minfs_debian_stable_armel
Robert Nelson's avatar
Robert Nelson committed

eewiki.net: Debian Stable (armhf) minfs:

    ./RootStock-NG.sh -c eewiki_minfs_debian_stable_armhf
Robert Nelson's avatar
Robert Nelson committed

eewiki.net: Ubuntu Stable (armhf) minfs:

    ./RootStock-NG.sh -c eewiki_minfs_ubuntu_stable_armhf
Robert Nelson's avatar
Robert Nelson committed

eewiki.net: Debian Stable (armel) barefs:
    ./RootStock-NG.sh -c eewiki_bare_debian_stable_armel
Robert Nelson's avatar
Robert Nelson committed

eewiki.net: Debian Stable (armhf) barefs:

    ./RootStock-NG.sh -c eewiki_bare_debian_stable_armhf
Robert Nelson's avatar
Robert Nelson committed
elinux.org: Debian Images:
Robert Nelson's avatar
Robert Nelson committed
    ./RootStock-NG.sh -c rcn-ee_console_debian_stable_armhf
    ./RootStock-NG.sh -c rcn-ee_console_debian_testing_armhf
    http://elinux.org/BeagleBoardDebian#Demo_Image

Robert Nelson's avatar
Robert Nelson committed
elinux.org: Ubuntu Images:

    ./RootStock-NG.sh -c rcn-ee_console_ubuntu_stable_armhf
    http://elinux.org/BeagleBoardUbuntu#Demo_Image

Robert Nelson's avatar
Robert Nelson committed
Release Process:

    vYEAR.MONTH
Robert Nelson's avatar
Robert Nelson committed
    git tag -a v201y.mm -m 'v201y.mm'
Robert Nelson's avatar
Robert Nelson committed
    git push origin --tags

Robert Nelson's avatar
Robert Nelson committed
------------
Robert Nelson's avatar
Robert Nelson committed

    git clone -b config-hooks https://github.com/cdsteinkuehler/omap-image-builder
Robert Nelson's avatar
Robert Nelson committed

    http://bb-lcnc.blogspot.com/p/machinekit_16.html
Maintainer hints (aka me):
Robert Nelson's avatar
Robert Nelson committed

    git pull --no-edit https://github.com/cdsteinkuehler/omap-image-builder MachineKit