• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinopcDuino8How to make bootable SD card for pcDuino8 Uno on M ...
Previous Next

How to make bootable SD card for pcDuino8 Uno on MAC

Posted by: admin , February 7, 2016

pcDuino8 Uno doesn’t have the onboard storage. Before use it, we need to first create a bootable SD card. In this tutorial, we explain how to create a bootable SD on MAC.

With the help of an USB SD card reader, insert the SD card to the USB port of the MAC,

List /dev/disk* before and after the SD card is inserted:
Screen Shot 2016-02-07 at 6.21.57 PMWe can see that the SD card is disk2 and disk2s1. Unmount disk2:

Screen Shot 2016-02-07 at 6.23.41 PM

 

We can use dd command to make the SD card:

Jingfengs-MacBook-Pro:Downloads jingfengliu$ ls *.img

pcduino8_ubuntu14.04_20160102_preinstalled_opencv2.4.11.img

Jingfengs-MacBook-Pro:Downloads jingfengliu$ sudo dd if=pcduino8_ubuntu14.04_20160102_preinstalled_opencv2.4.11.img of=/dev/disk2 bs=1m

2472+0 records in

2472+0 records out

2592079872 bytes transferred in 553.075039 secs (4686669 bytes/sec)

Share!
Tweet

admin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors