Forum | Documentation | Website | Blog

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

weekly: iot: stretch: i want a flasher


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 75d5fe8d
Branches
Tags
No related merge requests found
......@@ -220,8 +220,9 @@ options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; gen
###iot image (stretch):
base_rootfs="${debian_stretch_iot}" ; blend="stretch-iot" ; extract_base_rootfs
options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${overlay}" ; generate_img
options="--img-4gb bbx15-\${base_rootfs} ${beagle_x15}" ; generate_img
options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${overlay}" ; generate_img
options="--img-4gb bbx15-\${base_rootfs} ${beagle_x15}" ; generate_img
options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} ${overlay} --emmc-flasher" ; generate_img
### wayland image (stretch):
base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland" ; extract_base_rootfs
......@@ -315,8 +316,9 @@ wfile="bone-\${base_rootfs}-4gb" ; archive_img
###iot image (stretch):
base_rootfs="${debian_stretch_iot}" ; blend="stretch-iot"
wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="bbx15-\${base_rootfs}-4gb" ; archive_img
wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="BBB-blank-\${base_rootfs}-4gb" ; archive_img
wfile="bbx15-\${base_rootfs}-4gb" ; archive_img
### wayland image (stretch):
base_rootfs="${debian_stretch_wayland}" ; blend="stretch-wayland"
......
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