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

Wiki: Installation Instructions for macOS #824

Closed
j-rahman opened this issue Oct 27, 2023 · 5 comments
Closed

Wiki: Installation Instructions for macOS #824

j-rahman opened this issue Oct 27, 2023 · 5 comments

Comments

@j-rahman
Copy link

One does not need to install 3rd party software in order to "flash" images to sd-cards on macOS. Like Linux, one can use dd.

  1. Identify your sd-card using diskutil list. The device id should be something like /dev/disk5.
  2. Unmount the sd-card using diskutil unmountDisk /dev/disk5.
  3. Flash using something like sudo dd if=ArkOS_<Name>.img of=/dev/rdisk5 bs=4M status=progress.

Please include this information in the Wiki. Thank you.

@christianhaitian
Copy link
Owner

Good to know. I've updated the wiki and included this as a second option for Mac users and attributed the information to you. Thank you

@ethielknd
Copy link

Is rdisk5 a typo?
sudo dd if=ArkOS_<Name>.img of=/dev/rdisk5 bs=4M status=progress -> sudo dd if=ArkOS_<Name>.img of=/dev/disk5 bs=4M status=progress

@christianhaitian
Copy link
Owner

It looks like it is but I don't use or have a Mac to verify. Can someone who do advise?

@ethielknd
Copy link

I run the command and it works perfectly fine with rdisk. According to this thread it's because we skip the buffer and writes raw directly in the disk, which is faster.

Thanks!

@christianhaitian
Copy link
Owner

Oh good to know. Thanks. 👍🏿

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

No branches or pull requests

3 participants