Skip to content

Commit

Permalink
ci: fix aon error (use old opensbi fw)
Browse files Browse the repository at this point in the history
Signed-off-by: Yifan Xu <[email protected]>
  • Loading branch information
nekorouter committed Nov 20, 2024
1 parent cb33eeb commit f9c2e59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/th1520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --allow-downgrades -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
Expand Down

0 comments on commit f9c2e59

Please sign in to comment.