mirror of
https://github.com/nkbai/book.git
synced 2026-09-06 06:24:52 +08:00
Merge #185
185: Minor fixes r=therealprof a=nickgolangi As per issue https://github.com/rust-embedded/book/issues/184. I removed the word "long" as well, to further shift the tone from teaching toward collaboration. Co-authored-by: nickgolangi <48889034+nickgolangi@users.noreply.github.com>
This commit is contained in:
@@ -60,7 +60,7 @@ you'll need to configure things a bit differently later on. You can move to the
|
||||
|
||||
If neither command worked as a normal user then try to run them with root
|
||||
permission (e.g. `sudo openocd ..`). If the commands do work with root
|
||||
permission then check that the [udev rules] has been correctly set.
|
||||
permission then check that the [udev rules] have been correctly set.
|
||||
|
||||
[udev rules]: linux.md#udev-rules
|
||||
|
||||
|
||||
@@ -362,7 +362,7 @@ echo $?
|
||||
0
|
||||
```
|
||||
|
||||
Let me break down that long QEMU command for you:
|
||||
Let's break down that QEMU command:
|
||||
|
||||
- `qemu-system-arm`. This is the QEMU emulator. There are a few variants of
|
||||
these QEMU binaries; this one does full *system* emulation of *ARM* machines
|
||||
|
||||
Reference in New Issue
Block a user