Forum | Documentation | Website | Blog

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

bb.org: ros: add x15 image


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b78fb52e
Branches
Tags
No related merge requests found
...@@ -297,10 +297,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; extract_base_r ...@@ -297,10 +297,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ; extract_base_r
options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti} --efi" ; generate_img options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti} --efi" ; generate_img
###ros iot image (buster): ###ros iot image (bionic):
base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" ; extract_base_rootfs base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" ; extract_base_rootfs
options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti}" ; generate_img options="--img-4gb bone-\${base_rootfs} ${beaglebone} ${pru_rproc_v414ti}" ; generate_img
options="--img-4gb bbx15-\${base_rootfs} ${beagle_x15}" ; generate_img
###archive *.tar ###archive *.tar
base_rootfs="${debian_jessie_machinekit}" ; blend="machinekit" ; archive_base_rootfs base_rootfs="${debian_jessie_machinekit}" ; blend="machinekit" ; archive_base_rootfs
...@@ -438,10 +439,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot" ...@@ -438,10 +439,11 @@ base_rootfs="${debian_buster_efi_iot}" ; blend="buster-efi-iot"
wfile="bone-\${base_rootfs}-4gb" ; archive_img wfile="bone-\${base_rootfs}-4gb" ; archive_img
###ros iot image (buster): ###ros iot image (bionic):
base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot" base_rootfs="${ubuntu_bionic_ros_iot}" ; blend="bionic-ros-iot"
wfile="bone-\${base_rootfs}-4gb" ; archive_img wfile="bone-\${base_rootfs}-4gb" ; archive_img
wfile="bbx15-\${base_rootfs}-4gb" ; archive_img
__EOF__ __EOF__
......
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