Skip to content
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

Merged
merged 3 commits into from
Mar 4, 2024
Merged

Update Qemu page #146

merged 3 commits into from
Mar 4, 2024

Conversation

kubo39
Copy link
Contributor

@kubo39 kubo39 commented Mar 1, 2024

No description provided.

@kubo39
Copy link
Contributor Author

kubo39 commented Mar 1, 2024

ahh, may be related with #40

Copy link
Member

@SergioGasquez SergioGasquez left a 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

@@ -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
Copy link
Member

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.

Copy link
Contributor Author

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.

@SergioGasquez SergioGasquez linked an issue Mar 4, 2024 that may be closed by this pull request
@@ -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
Copy link
Member

@SergioGasquez SergioGasquez Mar 4, 2024

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.

Suggested change
```bash
```shell

Looks like console and shell are similar, see Shell row: https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md

Copy link
Contributor Author

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]>
Copy link
Member

@SergioGasquez SergioGasquez left a 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!

@SergioGasquez SergioGasquez merged commit 0e76579 into esp-rs:main Mar 4, 2024
1 check passed
@kubo39 kubo39 deleted the patch-1 branch March 4, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve QEMU section
2 participants