1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-20 21:18:26 +02:00

We need qemu-system-arm too.

This commit is contained in:
Andrew Walbran 2023-03-09 15:39:39 +00:00
parent 790f4c88d5
commit f6fc0edb11

View File

@ -20,7 +20,7 @@ an on-board SWD debugger.
To get started, install some tools we'll need later:
```bash
sudo apt install gdb-multiarch picocom libudev-dev
sudo apt install gdb-multiarch libudev-dev picocom qemu-system-arm
rustup update
rustup target add thumbv7em-none-eabihf aarch64-unknown-none
cargo install cargo-binutils cargo-embed