Forum | Documentation | Website | Blog

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

bb.org: jessie: quick test for r29


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent bd551372
No related merge requests found
...@@ -12,11 +12,11 @@ if [ -d ./deploy ] ; then ...@@ -12,11 +12,11 @@ if [ -d ./deploy ] ; then
sudo rm -rf ./deploy || true sudo rm -rf ./deploy || true
fi fi
./RootStock-NG.sh -c machinekit-debian-wheezy #./RootStock-NG.sh -c machinekit-debian-wheezy
./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-2gb-v4.1 #./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-2gb-v4.1
./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-4gb-v4.1 ./RootStock-NG.sh -c bb.org-debian-jessie-lxqt-4gb-v4.1
./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.1 #./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.1
./RootStock-NG.sh -c bb.org-debian-jessie-usbflasher #./RootStock-NG.sh -c bb.org-debian-jessie-usbflasher
debian_wheezy_machinekit="debian-7.9-machinekit-armhf-${time}" debian_wheezy_machinekit="debian-7.9-machinekit-armhf-${time}"
debian_jessie_lxqt_2gb="debian-8.2-lxqt-2gb-armhf-${time}" debian_jessie_lxqt_2gb="debian-8.2-lxqt-2gb-armhf-${time}"
...@@ -119,11 +119,13 @@ archive_img () { ...@@ -119,11 +119,13 @@ archive_img () {
} }
generate_img () { generate_img () {
cd \${base_rootfs}/ if [ -d \${base_rootfs}/ ] ; then
sudo ./setup_sdcard.sh \${options} cd \${base_rootfs}/
mv *.img ../ sudo ./setup_sdcard.sh \${options}
mv *.job.txt ../ mv *.img ../
cd .. mv *.job.txt ../
cd ..
fi
} }
###machinekit: ###machinekit:
...@@ -136,10 +138,10 @@ base_rootfs="${debian_jessie_lxqt_4gb}" ; blend="lxqt-4gb" ; extract_base_rootfs ...@@ -136,10 +138,10 @@ base_rootfs="${debian_jessie_lxqt_4gb}" ; blend="lxqt-4gb" ; extract_base_rootfs
options="--img-4gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --emmc-flasher" ; generate_img options="--img-4gb BBB-eMMC-flasher-\${base_rootfs} ${beaglebone} --emmc-flasher" ; generate_img
options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img
options="--img-4gb bbx15-eMMC-flasher-\${base_rootfs} ${am57xx_beagle_x15} --emmc-flasher" ; generate_img #options="--img-4gb bbx15-eMMC-flasher-\${base_rootfs} ${am57xx_beagle_x15} --emmc-flasher" ; 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
options="--img-4gb tre-\${base_rootfs} ${arduino_tre}" ; generate_img #options="--img-4gb tre-\${base_rootfs} ${arduino_tre}" ; generate_img
###lxqt-2gb image ###lxqt-2gb image
base_rootfs="${debian_jessie_lxqt_2gb}" ; blend="lxqt-2gb" ; extract_base_rootfs base_rootfs="${debian_jessie_lxqt_2gb}" ; blend="lxqt-2gb" ; extract_base_rootfs
......
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