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 19, 2024
1 parent cb33eeb commit 7c337c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/th1520.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ 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 umount -l mnt
zstd boot-lpi4amain-ci-${TIMESTAMP}.ext4
zstd root-lpi4amain-ci-${TIMESTAMP}.ext4
Expand Down

0 comments on commit 7c337c6

Please sign in to comment.