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

Add support for M1-based silicon in QEMU emulation #530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vishwamartur
Copy link

Related to #420

Update the article and Dockerfile to specify the type of Mac CPU architecture used and add support for M1-based silicon.

  • Dockerfile Changes:

    • Add a step to unmount the image after mounting it.
    • Add a comment specifying the type of Mac CPU architecture used.
    • Add support for M1-based silicon.
  • Article Changes:

    • Update the article to specify the type of Mac CPU architecture used.
    • Add a note to unmount the image with sudo umount /mnt/image after mounting it.
    • Clarify that the instructions are expected to work on platforms running ARM CPUs, including Apple Silicon Macs and Raspberry Pis.

Related to memfault#420

Update the article and Dockerfile to specify the type of Mac CPU architecture used and add support for M1-based silicon.

* **Dockerfile Changes:**
  - Add a step to unmount the image after mounting it.
  - Add a comment specifying the type of Mac CPU architecture used.
  - Add support for M1-based silicon.

* **Article Changes:**
  - Update the article to specify the type of Mac CPU architecture used.
  - Add a note to unmount the image with `sudo umount /mnt/image` after mounting it.
  - Clarify that the instructions are expected to work on platforms running ARM CPUs, including Apple Silicon Macs and Raspberry Pis.
@vishwamartur vishwamartur requested a review from a team as a code owner November 2, 2024 04:39
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.

1 participant