<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sd card Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/sd-card/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/sd-card/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Tue, 11 Nov 2025 09:35:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>Setup Raspberry Pi SD-Card on MacOS</title>
		<link>https://creatronix.de/setup-raspberry-pi-sd-card/</link>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Thu, 02 Aug 2018 07:44:59 +0000</pubDate>
				<category><![CDATA[Electronics & IOT]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[sd card]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1601</guid>

					<description><![CDATA[<p>To setup the SD Card on MacOS follow these steps Download the Raspbian Image Insert the SD-Card into the reader Open a terminal Find out the device&#8217;s name by typing diskutil list Erase the contents / format card to FAT32 sudo diskutil eraseDisk FAT32 RASPBIAN MBRFormat /dev/disk2 sudo diskutil unmountDisk /dev/disk2 Copy image to card&#8230;</p>
<p>The post <a href="https://creatronix.de/setup-raspberry-pi-sd-card/">Setup Raspberry Pi SD-Card on MacOS</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>To setup the SD Card on MacOS follow these steps</p>
<ul>
<li><a href="https://www.raspberrypi.org/downloads/raspbian/">Download the Raspbian Image</a></li>
<li>Insert the SD-Card into the reader</li>
<li>Open a terminal</li>
<li>Find out the device&#8217;s name by typing <code>diskutil list</code></li>
<li>Erase the contents / format card to FAT32 <code></code>
<ul>
<li><code>sudo diskutil eraseDisk FAT32 RASPBIAN MBRFormat /dev/disk2</code></li>
<li><code>sudo diskutil unmountDisk /dev/disk2</code></li>
</ul>
</li>
<li>Copy image to card
<ul>
<li><code>sudo dd bs=1m if=path_of_your_image.img of=/dev/disk2 conv=sync</code></li>
</ul>
</li>
</ul>
<p>When You insert the card and the raspberry starts you can log in with</p>
<pre>user: pi
pw: paspberry</pre>
<p>The post <a href="https://creatronix.de/setup-raspberry-pi-sd-card/">Setup Raspberry Pi SD-Card on MacOS</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
