<?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>樹莓派 &#8211; acm&#039;s blog</title>
	<atom:link href="https://blog.acm.idv.tw/tag/%e6%a8%b9%e8%8e%93%e6%b4%be/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.acm.idv.tw</link>
	<description>技術與生活隨筆</description>
	<lastBuildDate>Sun, 17 Jul 2022 12:14:06 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://blog.acm.idv.tw/wp-content/uploads/2022/06/cropped-logo_kaffa9-3-32x32.png</url>
	<title>樹莓派 &#8211; acm&#039;s blog</title>
	<link>https://blog.acm.idv.tw</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Raspberry Pi Headless Setup</title>
		<link>https://blog.acm.idv.tw/2020/09/06/raspberry-pi-headless-setup/</link>
					<comments>https://blog.acm.idv.tw/2020/09/06/raspberry-pi-headless-setup/#respond</comments>
		
		<dc:creator><![CDATA[kaffa9]]></dc:creator>
		<pubDate>Sun, 06 Sep 2020 14:11:00 +0000</pubDate>
				<category><![CDATA[技術]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[樹莓派]]></category>
		<guid isPermaLink="false"></guid>

					<description><![CDATA[最近又把 Raspberry Pi 3B 拿出來鼓搗一番，但是為了 Video &#38; Ethernet 接線實在太麻煩，請教 Google 大神後，沒想到...<p class="read-more"><a class="btn btn-default" href="https://blog.acm.idv.tw/2020/09/06/raspberry-pi-headless-setup/"> Read More<span class="screen-reader-text">  Read More</span></a></p>]]></description>
										<content:encoded><![CDATA[
<p>最近又把 Raspberry Pi 3B 拿出來鼓搗一番，但是為了 Video &amp; Ethernet 接線實在太麻煩，請教 Google 大神後，沒想到有所謂的「Headless Setup」途徑，可以預先啟用 SSH 連線以及設定 Wi-Fi 連線，我的方法如下。</p>



<ol class="wp-block-list"><li>先以工具（如：Rufus）將 Raspberry Pi OS (Raspbian) 映像燒入 SD card 中</li><li>在電腦讀取此張 SD card</li><li>在根目錄置入名為 &#8220;ssh&#8221; 的空白檔案，即可啟用 openssh-server</li><li>在根目錄置入名為 &#8220;wpa_supplicant.conf&#8221; 的檔案，檔案內容參考如下：</li></ol>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=TW

network={
    scan_ssid=1
    ssid="MYSSID"
    psk="MYPASSWORD"
}
</pre>



<p>Have fun!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.acm.idv.tw/2020/09/06/raspberry-pi-headless-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
