diff --git a/.github/workflows/th1520.yml b/.github/workflows/th1520.yml index 3782324d4981..3d2b319b7d3c 100644 --- a/.github/workflows/th1520.yml +++ b/.github/workflows/th1520.yml @@ -141,6 +141,9 @@ jobs: sudo chroot mnt sh -c 'apt update && apt dist-upgrade -y' # Add preinstalled software sudo chroot mnt sh -c 'apt install -y cpufrequtils python3-ruamel.yaml iperf firmware-realtek' + # Install old version of OpenSBI to solve devicetree aon error (th1520-mainline-opensbi) + sudo chroot mnt sh -c 'apt install -y th1520-boot-firmware=2024.05.10+sdk1.5.4' + sudo chroot mnt sh -c 'apt-mark hold th1520-boot-firmware' sudo umount -l mnt zstd boot-lpi4amain-ci-${TIMESTAMP}.ext4 zstd root-lpi4amain-ci-${TIMESTAMP}.ext4