Forum | Documentation | Website | Blog

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

weekly: i want an iot image setup for uboot overlays


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 9fe0366f
Branches
Tags
No related merge requests found
......@@ -177,6 +177,7 @@ base_rootfs="${debian_jessie_iot}" ; blend="iot" ; extract_base_rootfs
options="--img-4gb bone-\${base_rootfs} ${beaglebone}" ; generate_img
options="--img-4gb BBB-blank-\${base_rootfs} ${beaglebone} --emmc-flasher" ; generate_img
options="--img-4gb BBBL-blank-\${base_rootfs} ${beaglebone} --bbbl-flasher" ; generate_img
options="--img-4gb BBB-blank-uboot-overlay-\${base_rootfs} ${beaglebone} --emmc-flasher ${overlay}" ; generate_img
#options="--img-4gb BBBW-blank-\${base_rootfs} ${beaglebone} --bbbw-flasher" ; generate_img
......@@ -271,6 +272,7 @@ base_rootfs="${debian_jessie_iot}" ; blend="iot"
wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="BBB-blank-\${base_rootfs}-4gb" ; archive_img
wfile="BBBL-blank-\${base_rootfs}-4gb" ; archive_img
wfile="BBB-blank-uboot-overlay-\${base_rootfs}-4gb" ; archive_img
#wfile="BBBW-blank-\${base_rootfs}-4gb" ; archive_img
......
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