From 06e3ebcb1a458493fbb4f10065972df9758a5fdf Mon Sep 17 00:00:00 2001 From: Walter Lozano <walter.lozano@collabora.com> Date: Thu, 23 Nov 2023 16:50:21 -0300 Subject: [PATCH] Fix NFS URL for R-Car board During the branching the NFS URL for R-Car was tweaked, causing the tests to fail. Fix the NFS URL. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> --- lava/devices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lava/devices.yaml b/lava/devices.yaml index 439bae89..fd4745d4 100644 --- a/lava/devices.yaml +++ b/lava/devices.yaml @@ -32,7 +32,7 @@ device-arm64-renesas-r-car: deploy_device: sd-card device_type: r8a779m1-ulcb firststagedtb: renesas/r8a779m1-ulcb.dtb - firststageurl: "https://images.apertis.org/release/v2025dev0dev3/v2024dev3.0" # This should be replaced with "v2023.3" once released + firststageurl: "https://images.apertis.org/release/v2024dev3/v2024dev3.0" # This should be replaced with "v2023.3" once released dtb: renesas/r8a779m1-ulcb.dtb needs_dtb: true device-arm64-bcm2711-rpi-4-b: -- GitLab