-
Notifications
You must be signed in to change notification settings - Fork 87
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
Comments
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 |
Is |
It looks like it is but I don't use or have a Mac to verify. Can someone who do advise? |
I run the command and it works perfectly fine with Thanks! |
Oh good to know. Thanks. 👍🏿 |
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
.diskutil list
. The device id should be something like/dev/disk5
.diskutil unmountDisk /dev/disk5
.sudo dd if=ArkOS_<Name>.img of=/dev/rdisk5 bs=4M status=progress
.Please include this information in the Wiki. Thank you.
The text was updated successfully, but these errors were encountered: