From 75b267c99823252e3d2e79ffad9424919bb57c88 Mon Sep 17 00:00:00 2001 From: Kristian Amlie Date: Fri, 15 Jan 2021 15:33:40 +0100 Subject: [PATCH] Update Beaglebone EMMC Buster image. For some reason they removed that exact image, but the other images are still there. Changelog: None Signed-off-by: Kristian Amlie (cherry picked from commit 27d96574284988711d3620687b554608b159d34a) Signed-off-by: Lluis Campos --- scripts/test/run-tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/test/run-tests.sh b/scripts/test/run-tests.sh index c56b1d5..28fdd42 100755 --- a/scripts/test/run-tests.sh +++ b/scripts/test/run-tests.sh @@ -17,7 +17,7 @@ WORKSPACE=./tests BBB_DEBIAN_SDCARD_IMAGE_URL="https://debian.beagleboard.org/images/bone-debian-10.3-iot-armhf-2020-04-06-4gb.img.xz" # Not on official home page, but found via https://elinux.org/Beagleboard:BeagleBoneBlack_Debian: -BBB_DEBIAN_EMMC_IMAGE_URL="https://rcn-ee.com/rootfs/bb.org/testing/2020-09-21/buster-console/bone-debian-10.5-console-armhf-2020-09-21-1gb.img.xz" +BBB_DEBIAN_EMMC_IMAGE_URL="https://rcn-ee.com/rootfs/bb.org/testing/2021-01-11/buster-console/bone-debian-10.7-console-armhf-2021-01-11-1gb.img.xz" RASPBIAN_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip" @@ -113,10 +113,10 @@ else rm -rf deploy wget --progress=dot:giga -N ${BBB_DEBIAN_EMMC_IMAGE_URL} -P input/ - unxz --force "input/bone-debian-10.5-console-armhf-2020-09-21-1gb.img.xz" + unxz --force "input/bone-debian-10.7-console-armhf-2021-01-11-1gb.img.xz" convert_and_test "beaglebone-emmc" \ "release-1" \ - "input/bone-debian-10.5-console-armhf-2020-09-21-1gb.img" \ + "input/bone-debian-10.7-console-armhf-2021-01-11-1gb.img" \ "--config configs/beaglebone_black_debian_emmc_config" \ -- \ "-k" "'not test_update'" \