Installing Debian on BeagleBone Black MicroSD Card

Last Updated on May 30, 2019 EDT by Jordan

First step is to grab the BeagleBone Debian image that you can drop on your SD card. http://beagleboard.org/latest-images Now you will need to flash this image to your MicroSD card, I’m using Mac OSX so here’s a fly by.  

sudo su - diskutil list diskutil unmountDisk /dev/diskN dd if=myImage.dd of=/dev/diskN

Did you like this article?