Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix aon error (use old opensbi fw) #191

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading