-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update Qemu page #146
Update Qemu page #146
Conversation
ahh, may be related with #40 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! Only a small comment
src/tooling/simulating/qemu.md
Outdated
@@ -15,18 +15,20 @@ Once you have built QEMU, you should have the `qemu-system-xtensa` file. | |||
For running our project in QEMU, we need a firmware/image with bootloader and partition table merged in it. | |||
We can use [`cargo-espflash`][cargo-espflash] to generate it: | |||
|
|||
```shell | |||
```console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason to switch code snippets to console
from shell
. The rest of the book uses shell
so it might be worth to keep it consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, back to using bash here.
I may send another PR to use ShellSession.
src/tooling/simulating/qemu.md
Outdated
@@ -15,18 +15,20 @@ Once you have built QEMU, you should have the `qemu-system-xtensa` file. | |||
For running our project in QEMU, we need a firmware/image with bootloader and partition table merged in it. | |||
We can use [`cargo-espflash`][cargo-espflash] to generate it: | |||
|
|||
```shell | |||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the misunderstanding, I suggested using shell
as before, not bash
.
```bash | |
```shell |
Looks like console
and shell
are similar, see Shell
row: https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh, sorry.
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the updates!
No description provided.