01-24-2017, 02:02 AM
(04-12-2016, 02:02 PM)colinj Wrote:(04-01-2016, 08:37 AM)GoZone Wrote:(03-31-2016, 11:29 AM)pfunk237 Wrote:(03-31-2016, 10:46 AM)colinj Wrote: This then begs the question, what is the right way to get a Micro SD properly formatted and set up using my Macintosh?
As far as i can tell. you have to use : Allwinner PhoenixCard Bootable SD-Card Creator which is Windows only.
If you are in Mac just run a Virtual Machine it will work just connect it when it's in Windows mode.
So the short version is, if I'm not running Windows I'm screwed.
Not at all as I have burn 32GB microSD card with Android 6 on iMac running macOS 10.11 and macOS 10.12 successfully and booted up on Pine64 2GB board.
You can pick following two options depend on how familiar you are with Unix:
-- In Unix terminal application.
diskutil list (to find out what is the device for card reader eg /dev/disk1)
diskutil unmountDisk <card reader device eg /dev/disk1>
dd if=<image file> of=<card reader device eg /dev/disk1> bs=1m
Within the same terminal window, press key combination CTRL+T to monitor progress until it is done.
-- Install etcher within macOS finder.
https://etcher.io/
Run the utility first select where is the downloaded image file and then card reader will be selected automatically, just hit the burn button.
Block size is selected automatically and burning process is faster and you will not select burning to hard disk accidentally, furthermore validation of burned mircoSD card is automatic.
No Windows is required at all (I have removed Windows installation in bootcamp partition long time ago and never need it again for long time as software developer).