Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit fe65b521 authored by Robert Nelson's avatar Robert Nelson
Browse files

publish: add lxqt-2gb eMMC flasher image


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 877a39e7
No related merge requests found
...@@ -17,12 +17,14 @@ fi ...@@ -17,12 +17,14 @@ fi
./RootStock-NG.sh -c bb.org-console-debian-stable ./RootStock-NG.sh -c bb.org-console-debian-stable
./RootStock-NG.sh -c machinekit-debian-wheezy ./RootStock-NG.sh -c machinekit-debian-wheezy
./RootStock-NG.sh -c bb.org-debian-next-4gb-v3.14 ./RootStock-NG.sh -c bb.org-debian-next-4gb-v3.14
./RootStock-NG.sh -c bb.org-debian-next-2gb-v3.14
debian_lxde_stable="debian-7.8-lxde-armhf-${time}" debian_lxde_stable="debian-7.8-lxde-armhf-${time}"
debian_lxde_4gb_stable="debian-7.8-lxde-4gb-armhf-${time}" debian_lxde_4gb_stable="debian-7.8-lxde-4gb-armhf-${time}"
debian_console_stable="debian-7.8-console-armhf-${time}" debian_console_stable="debian-7.8-console-armhf-${time}"
debian_machinekit_wheezy="debian-7.8-machinekit-armhf-${time}" debian_machinekit_wheezy="debian-7.8-machinekit-armhf-${time}"
debian_lxqt_4gb_next="debian-jessie-lxqt-4gb-armhf-${time}" debian_lxqt_4gb_next="debian-jessie-lxqt-4gb-armhf-${time}"
debian_lxqt_2gb_next="debian-jessie-lxqt-4gb-armhf-${time}"
archive="xz -z -8 -v" archive="xz -z -8 -v"
...@@ -132,7 +134,7 @@ base_rootfs="${debian_machinekit_wheezy}" ; blend="machinekit" ; extract_base_ro ...@@ -132,7 +134,7 @@ base_rootfs="${debian_machinekit_wheezy}" ; blend="machinekit" ; extract_base_ro
options="--img-4gb bone-\${base_rootfs} ${beaglebone} --enable-systemd" ; generate_img options="--img-4gb bone-\${base_rootfs} ${beaglebone} --enable-systemd" ; generate_img
###lxqt image ###lxqt-4gb image
base_rootfs="${debian_lxqt_4gb_next}" ; blend="lxqt-4gb" ; extract_base_rootfs base_rootfs="${debian_lxqt_4gb_next}" ; blend="lxqt-4gb" ; extract_base_rootfs
options="--img-4gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --bbb-flasher" ; generate_img options="--img-4gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --bbb-flasher" ; generate_img
...@@ -140,6 +142,11 @@ options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img ...@@ -140,6 +142,11 @@ options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img
options="--img-4gb bbx15-\${base_rootfs} ${am57xx_beagle_x15}" ; generate_img options="--img-4gb bbx15-\${base_rootfs} ${am57xx_beagle_x15}" ; generate_img
options="--img-4gb omap5-uevm-\${base_rootfs} ${omap5_uevm}" ; generate_img options="--img-4gb omap5-uevm-\${base_rootfs} ${omap5_uevm}" ; generate_img
###lxqt-2gb image
base_rootfs="${debian_lxqt_2gb_next}" ; blend="lxqt-2gb" ; extract_base_rootfs
options="--img-2gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --bbb-flasher" ; generate_img
###archive *.tar ###archive *.tar
base_rootfs="${debian_lxde_4gb_stable}" ; blend="lxde-4gb" ; archive_base_rootfs base_rootfs="${debian_lxde_4gb_stable}" ; blend="lxde-4gb" ; archive_base_rootfs
base_rootfs="${debian_lxde_stable}" ; blend="lxde" ; archive_base_rootfs base_rootfs="${debian_lxde_stable}" ; blend="lxde" ; archive_base_rootfs
...@@ -171,6 +178,9 @@ wfile="bone-${debian_lxqt_4gb_next}-4gb.img" ; archive_img ...@@ -171,6 +178,9 @@ wfile="bone-${debian_lxqt_4gb_next}-4gb.img" ; archive_img
wfile="bbx15-${debian_lxqt_4gb_next}-4gb.img" ; archive_img wfile="bbx15-${debian_lxqt_4gb_next}-4gb.img" ; archive_img
wfile="omap5-uevm-${debian_lxqt_4gb_next}-4gb.img" ; archive_img wfile="omap5-uevm-${debian_lxqt_4gb_next}-4gb.img" ; archive_img
blend="lxqt-2gb"
wfile="BBB-eMMC-flasher-${debian_lxqt_2gb_next}-2gb.img" ; archive_img
__EOF__ __EOF__
chmod +x ${DIR}/deploy/gift_wrap_final_images.sh chmod +x ${DIR}/deploy/gift_wrap_final_images.sh
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment