We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427241 commit 8c56c94Copy full SHA for 8c56c94
src/welcome-bare-metal.md
@@ -20,7 +20,7 @@ an on-board SWD debugger.
20
To get started, install some tools we'll need later. On gLinux or Debian:
21
22
```bash
23
-sudo apt install aarch64-linux-gnu-gcc gdb-multiarch libudev-dev picocom qemu-system-arm
+sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom qemu-system-arm
24
rustup update
25
rustup target add aarch64-unknown-none thumbv7em-none-eabihf
26
rustup component add llvm-tools-preview
0 commit comments