Skip to content
Snippets Groups Projects
Commit a29ee22d authored by Bob Mottram's avatar Bob Mottram
Browse files

Reduce beaglebone image size to fit on emmc

parent 0acd10ae
No related branches found
No related tags found
No related merge requests found
......@@ -555,6 +555,13 @@ if [ "$EXTERNAL_DRIVE" ]; then
IMAGE_NAME=$'sata'
fi
if [[ "$IMAGE_TYPE" == 'beagle'* ]]; then
# Size which can fit within emmc
if [ ! $IMAGE_SIZE_SPECIFIED ]; then
IMAGE_SIZE=3.8G
fi
fi
if [[ $VARIANT == 'mesh' ]]; then
IMAGE_NAME=$'mesh'
# typically not much disk space is needed for a mesh node
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment