Raspberry Pi and FreeBSD

I’m writing down a few steps for the future me how I installed RaspBSD on a Raspberry Pi 3 Download http://www.raspbsd.org/ Insert memory card then: diskutil list sudo diskutil unmountDisk /dev/disk2 sudo dd bs=1 if=insertFreeBSDImage.img of=/dev/disk2 […]