<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Macos on s7n / sebastian steiner</title><link>https://s7n.io/tags/macos/</link><description>Recent content in Macos on s7n / sebastian steiner</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 20 Feb 2015 10:04:06 +0000</lastBuildDate><atom:link href="https://s7n.io/tags/macos/index.xml" rel="self" type="application/rss+xml"/><item><title>Write an FreeBSD.img file to an SD card</title><link>https://s7n.io/blog/tumblr/2015-02-20-write-an-freebsd-img-file-to-an-sd-card/</link><pubDate>Fri, 20 Feb 2015 10:04:06 +0000</pubDate><guid>https://s7n.io/blog/tumblr/2015-02-20-write-an-freebsd-img-file-to-an-sd-card/</guid><description>&lt;div class="highlight">&lt;div style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;">&lt;tr>&lt;td style="vertical-align:top;padding:0;margin:0;border:0;">
&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4
&lt;/span>&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">5
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%">
&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#75715e"># plugin your sd card&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#75715e"># open a terminal as root/sudo&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>diskutil list // identify the /dev/diskNUMBER of the sd card
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>diskutil unmountDisk /dev/diskNUMBER
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>sudo dd bs&lt;span style="color:#f92672">=&lt;/span>1m &lt;span style="color:#66d9ef">if&lt;/span>&lt;span style="color:#f92672">=&lt;/span>FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20150217-r278908.img of&lt;span style="color:#f92672">=&lt;/span>/dev/diskNUMBER&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>
&lt;p>How to build your own freebsd raspberry pi (arm6) image:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://github.com/kientzle/crochet-freebsd" target="_blank" rel="noopener">https://github.com/kientzle/crochet-freebsd&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://github.com/daveish/freebsd-arm-tools" target="_blank" rel="noopener">https://github.com/daveish/freebsd-arm-tools&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="update-2018-08">Update 2018-08&lt;/h2>
&lt;p>FreeBSD has supported the Raspberry Pi 2 since Q2 2015.&lt;/p></description></item></channel></rss>