We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb7d4a commit 1d64273Copy full SHA for 1d64273
arm-software/embedded/scripts/install_dependencies.sh
@@ -16,7 +16,8 @@ sudo apt-get update && sudo apt-get install -y --no-install-recommends \
16
ninja-build=1.10.1-1 \
17
python3-pip \
18
python3-setuptools \
19
- qemu-system-arm=1:6.2+dfsg-2ubuntu6.26
+ qemu-system-arm=1:6.2+dfsg-2ubuntu6.26 \
20
+ ipxe-qemu=1.21.1+git-20220113.fbbdc3926-0ubuntu1
21
22
# Upgrade pip and install dependencies
23
python3 -m pip install --upgrade pip
0 commit comments