Wiki should mention OS X on image installation instructions

Posted:
Sat Jul 04, 2015 3:14 am
by [unrob]
Pretty much whatever works for linux works for OS X, although there should be some mention somewhere to
- Code: Select all
umount /Volumes/Boot\ imx6qs
before trying
- Code: Select all
dd
.
Re: Wiki should mention OS X on image installation instructi

Posted:
Mon Jul 06, 2015 9:40 pm
by admin
Hi unrob, thank you for your feedback. In our first launch, we decided to support Linux and Windows. However OS images can be written to SD card using UNIX similar commands however there are several recommendations when using OS X that will be post in the wiki soon. Thank you for your time and patience thus far.
Re: Wiki should mention OS X on image installation instructi

Posted:
Sun Feb 21, 2016 10:53 pm
by EVmouse
Find device name of sd card (/dev/diskX)
======================
diskutil list
Unmount sd card
======================
diskutil unmountDisk /dev/diskX
Write image to sd card (using raw format... much quicker)
======================
sudo dd bs=4m if=image_name.img of=/dev/rdiskX