<?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>arm - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/arm/feed/" rel="self" type="application/rss+xml" />
	<link>https://hamradio.my/tag/arm/</link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Fri, 13 Jun 2025 13:54:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>arm - Hamradio.my</title>
	<link>https://hamradio.my/tag/arm/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Building a Plex Media Server with Raspberry Pi</title>
		<link>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/</link>
					<comments>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Wed, 04 Jun 2025 21:30:17 +0000</pubDate>
				<category><![CDATA[entertainment]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[directplay]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[homeautomation]]></category>
		<category><![CDATA[homelab]]></category>
		<category><![CDATA[homeserver]]></category>
		<category><![CDATA[htpc]]></category>
		<category><![CDATA[LowPower]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[mediacenter]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[pi4]]></category>
		<category><![CDATA[pi5]]></category>
		<category><![CDATA[plex]]></category>
		<category><![CDATA[plexserver]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[selfhosted]]></category>
		<category><![CDATA[streaming]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=7464</guid>

					<description><![CDATA[<p>If you&#8217;re looking for a low-power, always-on solution for streaming your personal media library, the Raspberry Pi makes a great Plex server. It&#8217;s compact, quiet, affordable, and perfect for handling basic media streaming—especially for home use. In this post, I’ll guide you through setting up Plex Media Server on a Raspberry Pi, using Raspberry Pi [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/">Building a Plex Media Server with Raspberry Pi</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">If you&#8217;re looking for a low-power, always-on solution for streaming your personal media library, the <strong>Raspberry Pi</strong> makes a great Plex server. It&#8217;s compact, quiet, affordable, and perfect for handling basic media streaming—especially for home use.</p>



<p class="wp-block-paragraph">In this post, I’ll guide you through setting up <strong>Plex Media Server</strong> on a <strong>Raspberry Pi</strong>, using Raspberry Pi OS (Lite or Full) or Debian-based distros like Ubuntu Server.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-what-you-ll-need"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9f0.png" alt="🧰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> What You’ll Need</h3>



<ul class="wp-block-list">
<li>Raspberry Pi 4 or 5 (at least 2GB RAM, 4GB+ recommended)</li>



<li>microSD card (32GB+), or SSD via USB 3.0</li>



<li>External storage for media (USB HDD/SSD or NAS)</li>



<li>Ethernet or Wi-Fi connection</li>



<li>Raspberry Pi OS (Lite or Desktop)</li>



<li>A Plex account (free is enough)</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-1-prepare-the-raspberry-pi"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2699.png" alt="⚙" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 1: Prepare the Raspberry Pi</h3>



<ol class="wp-block-list">
<li>Flash Raspberry Pi OS using <a href="https://www.raspberrypi.com/software/">Raspberry Pi Imager</a></li>



<li>Enable SSH and set hostname (optional)</li>



<li>Boot the Pi, log in, and update:</li>
</ol>



<pre class="wp-block-code"><code>sudo apt update &amp;&amp; sudo apt upgrade -y
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-2-install-plex-media-server"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e6.png" alt="📦" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 2: Install Plex Media Server</h3>



<p class="wp-block-paragraph">Plex is available for ARM-based devices via their official repository.</p>



<ol class="wp-block-list">
<li>Add Plex repo and key:</li>
</ol>



<pre class="wp-block-code"><code>curl https://downloads.plex.tv/plex-keys/PlexSign.key | sudo apt-key add -
echo deb https://downloads.plex.tv/repo/deb public main | sudo tee /etc/apt/sources.list.d/plexmediaserver.list
sudo apt update
</code></pre>



<ol start="2" class="wp-block-list">
<li>Install Plex:</li>
</ol>



<pre class="wp-block-code"><code>sudo apt install plexmediaserver -y
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-3-enable-and-start-the-service"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f501.png" alt="🔁" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 3: Enable and Start the Service</h3>



<p class="wp-block-paragraph">Enable Plex on boot and start the service:</p>



<pre class="wp-block-code"><code>sudo systemctl enable plexmediaserver
sudo systemctl start plexmediaserver
</code></pre>



<p class="wp-block-paragraph">Make sure it&#8217;s running:</p>



<pre class="wp-block-code"><code>sudo systemctl status plexmediaserver
</code></pre>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-4-access-plex-web-interface"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f310.png" alt="🌐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 4: Access Plex Web Interface</h3>



<p class="wp-block-paragraph">Open your browser and go to:</p>



<pre class="wp-block-code"><code>http:&#47;&#47;&lt;your-pi-ip&gt;:32400/web
</code></pre>



<p class="wp-block-paragraph">Log in with your Plex account and begin the setup wizard.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-step-5-add-your-media-library"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c2.png" alt="📂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 5: Add Your Media Library</h3>



<p class="wp-block-paragraph">Plug in your external HDD or mount a network share, then:</p>



<pre class="wp-block-code"><code>sudo mkdir -p /mnt/media
sudo mount /dev/sda1 /mnt/media
</code></pre>



<p class="wp-block-paragraph">Make sure Plex can access it:</p>



<pre class="wp-block-code"><code>sudo chown -R plex:plex /mnt/media
</code></pre>



<p class="wp-block-paragraph">Add the media folder during the Plex setup under Library &gt; Add Library.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-optional-tips"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Optional Tips</h3>



<ul class="wp-block-list">
<li><strong>Transcoding:</strong> The Pi can handle direct play (no transcoding) well, but struggles with transcoding large files. Use compatible formats like H.264 (MP4).</li>



<li><strong>USB Boot:</strong> For better performance, boot the Pi from an SSD instead of a microSD card.</li>



<li><strong>Power Supply:</strong> Use a proper 5V/3A PSU to avoid crashes under heavy disk load.</li>



<li><strong>Thermal:</strong> Add a heatsink or fan for the Pi if using Plex for long sessions.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-secure-your-server"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f510.png" alt="🔐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Secure Your Server</h3>



<ul class="wp-block-list">
<li>Use your router to forward port <code>32400</code> only if you want remote access.</li>



<li>Set a strong Plex password.</li>



<li>Enable Tailscale or WireGuard for secure remote access without exposing ports.</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading" id="h-conclusion"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Conclusion</h3>



<p class="wp-block-paragraph">A Raspberry Pi might not replace a full-blown NAS or dedicated server, but for personal use or as a secondary Plex node, it&#8217;s surprisingly capable. With low energy usage and silent operation, it’s the perfect DIY home media solution.</p>



<p class="wp-block-paragraph">If you&#8217;re running other services like Pi-hole or Home Assistant, the Pi can multitask well — just avoid overloading it with too much transcoding.</p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/">Building a Plex Media Server with Raspberry Pi</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2025/06/building-a-plex-media-server-with-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Exploring Asahi Linux: Native Linux Support for Apple Silicon Devices</title>
		<link>https://hamradio.my/2024/05/exploring-asahi-linux-native-linux-support-for-apple-silicon-devices/</link>
					<comments>https://hamradio.my/2024/05/exploring-asahi-linux-native-linux-support-for-apple-silicon-devices/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Tue, 14 May 2024 17:35:55 +0000</pubDate>
				<category><![CDATA[asahi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[macbook]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[apple silicon]]></category>
		<category><![CDATA[arm]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=2730</guid>

					<description><![CDATA[<p>Asahi Linux is a groundbreaking project that aims to bring native Linux support to Apple Silicon devices, including the new M1 and M2 MacBooks. This initiative has garnered significant attention from the open-source community and tech enthusiasts alike, as it opens up new possibilities for using these powerful devices with a fully functional Linux operating [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2024/05/exploring-asahi-linux-native-linux-support-for-apple-silicon-devices/">Exploring Asahi Linux: Native Linux Support for Apple Silicon Devices</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading"></h1>



<p class="wp-block-paragraph">Asahi Linux is a groundbreaking project that aims to bring native Linux support to Apple Silicon devices, including the new M1 and M2 MacBooks. This initiative has garnered significant attention from the open-source community and tech enthusiasts alike, as it opens up new possibilities for using these powerful devices with a fully functional Linux operating system. In this blog post, we’ll delve into what Asahi Linux is, its significance, and how you can install it on your newer MacBook.</p>



<h2 class="wp-block-heading">What is Asahi Linux?</h2>



<p class="wp-block-paragraph">Asahi Linux is an open-source project dedicated to porting Linux to run natively on Apple Silicon processors. The project was initiated by Hector Martin, a well-known figure in the Linux and hacking communities, with the goal of making Linux fully operational on Apple’s new ARM-based architecture. The name &#8220;Asahi&#8221; comes from the Japanese word for &#8220;rising sun,&#8221; symbolizing a new dawn for Linux on Apple hardware.</p>



<h2 class="wp-block-heading">Why Asahi Linux Matters</h2>



<p class="wp-block-paragraph">Apple&#8217;s transition from Intel to its custom ARM-based processors (M1, M1 Pro, M1 Max, and M2) has been a game-changer in the tech industry. These chips deliver impressive performance and efficiency, but they also present challenges for running alternative operating systems due to their proprietary nature. Asahi Linux is important because:</p>



<ol class="wp-block-list">
<li><strong>Openness and Flexibility:</strong> It provides an open-source alternative to macOS, allowing users to harness the full potential of their Apple Silicon devices with the flexibility and customization that Linux offers.</li>



<li><strong>Development and Research:</strong> Developers and researchers benefit from having access to a Linux environment on Apple Silicon, enabling them to work on projects that require Linux-specific tools and software.</li>



<li><strong>Community and Collaboration:</strong> The project fosters collaboration within the open-source community, bringing together developers and enthusiasts to contribute to and improve the Linux experience on Apple hardware.</li>
</ol>



<h2 class="wp-block-heading">Current Status of Asahi Linux</h2>



<p class="wp-block-paragraph">As of now, Asahi Linux has made significant progress, with many core components working on Apple Silicon devices. These include:</p>



<ul class="wp-block-list">
<li>Basic device support, such as USB, PCIe, and NVMe.</li>



<li>Display output and keyboard/mouse input.</li>



<li>Networking and storage functionalities.</li>



<li>Early support for graphics acceleration.</li>
</ul>



<p class="wp-block-paragraph">However, it is important to note that Asahi Linux is still under active development, and some features, such as advanced power management and full GPU support, are still being refined.</p>



<h2 class="wp-block-heading">How to Install Asahi Linux on Newer MacBooks</h2>



<p class="wp-block-paragraph">If you’re excited to try out Asahi Linux on your Apple Silicon MacBook, here’s a step-by-step guide to get you started.</p>



<h3 class="wp-block-heading">Prerequisites</h3>



<ol class="wp-block-list">
<li><strong>Backup Your Data:</strong> As with any operating system installation, ensure you have backed up all important data.</li>



<li><strong>Prepare a USB Drive:</strong> You’ll need a USB drive with at least 16 GB of space to create a bootable installer.</li>
</ol>



<h3 class="wp-block-heading">Step-by-Step Installation Guide</h3>



<ol class="wp-block-list">
<li><strong>Download the Asahi Linux Installer:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Visit the <a href="https://asahilinux.org/">Asahi Linux website</a> and download the latest installer script.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Prepare the USB Drive:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Use a tool like <a href="https://www.balena.io/etcher/">Etcher</a> to create a bootable USB drive with the Asahi Linux installer.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Boot into Recovery Mode:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Restart your MacBook and hold down the Power button to enter the startup options screen.</li>



<li>Select &#8220;Options&#8221; to boot into Recovery Mode.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Disable System Integrity Protection (SIP):</strong></li>
</ol>



<ul class="wp-block-list">
<li>Open the Terminal from the Utilities menu in Recovery Mode.</li>



<li>Run the command: <code>csrutil disable</code></li>



<li>Reboot your MacBook.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Run the Asahi Linux Installer:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Insert the bootable USB drive and reboot your MacBook, holding down the Option key.</li>



<li>Select the USB drive from the startup options.</li>



<li>Follow the on-screen instructions to install Asahi Linux.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Partition Your Disk:</strong></li>
</ol>



<ul class="wp-block-list">
<li>During the installation process, you’ll be prompted to partition your disk. Ensure you allocate sufficient space for Asahi Linux.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Complete the Installation:</strong></li>
</ol>



<ul class="wp-block-list">
<li>The installer will guide you through the remaining steps. Once the installation is complete, reboot your MacBook and select the Asahi Linux partition.</li>
</ul>



<h3 class="wp-block-heading">Post-Installation Steps</h3>



<p class="wp-block-paragraph">After installing Asahi Linux, you’ll want to perform some additional setup:</p>



<ol class="wp-block-list">
<li><strong>Update the System:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Open a terminal and run:<br><code>bash sudo apt update sudo apt upgrade</code></li>
</ul>



<ol class="wp-block-list">
<li><strong>Install Additional Drivers and Software:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Depending on your specific needs, you may need to install additional drivers and software packages. Refer to the Asahi Linux documentation for guidance.</li>
</ul>



<ol class="wp-block-list">
<li><strong>Customize Your Environment:</strong></li>
</ol>



<ul class="wp-block-list">
<li>Customize your desktop environment and install any applications you require.</li>
</ul>



<h2 class="wp-block-heading">Conclusion</h2>



<p class="wp-block-paragraph">Asahi Linux is a remarkable project that brings the power and flexibility of Linux to Apple Silicon devices. While still in development, it has already achieved impressive milestones and continues to evolve rapidly. Installing Asahi Linux on your newer MacBook not only allows you to experience Linux on cutting-edge hardware but also supports the broader open-source community in making this a robust and versatile option for Apple users.</p>



<p class="wp-block-paragraph">For the latest updates and detailed documentation, visit the <a href="https://asahilinux.org/">Asahi Linux website</a>. Happy exploring!</p>
<p>The post <a href="https://hamradio.my/2024/05/exploring-asahi-linux-native-linux-support-for-apple-silicon-devices/">Exploring Asahi Linux: Native Linux Support for Apple Silicon Devices</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2024/05/exploring-asahi-linux-native-linux-support-for-apple-silicon-devices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
