<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6376&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Raspberry Pi 5]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6376</link>
		<description><![CDATA[The most recent posts in Raspberry Pi 5.]]></description>
		<lastBuildDate>Fri, 31 Oct 2025 21:30:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58891#p58891</link>
			<description><![CDATA[<p>I just got Devuan Daedalus running on a RasbberryPi Compute module 5 with a NVMe disk using the IO board and IO case - it&#039;s more or less a RaspberryPi 5 in a differently shaped metal case; I like the form factor.</p><p>The compute module has eMMC so an SD card can&#039;t be used, to get a disk image into it you need to use rpiboot from <a href="https://github.com/raspberrypi/usbboot/" rel="nofollow">https://github.com/raspberrypi/usbboot/</a> I built it from source using the instructions in the ReadMe.</p><p>rpiboot allows you to set the boot config or to make it appear as a Mass storage device. To turn it into a Mass storage device run: </p><div class="codebox"><pre><code>./rpiboot -d mass-storage-gadget64</code></pre></div><p>Fit a shorting link across the two &quot;disable eMMC Boot&quot; pins on J2 and connect the USB C connector on the module to your computer when the display shows: </p><div class="quotebox"><blockquote><div><p>Waiting for BCM2835/6/7/2711/2712</p></div></blockquote></div><p>This uploads a minimal linux image to change the function of the USB C port. It doesn&#039;t seem to like USB hubs, the first time I tried that it didn&#039;t work. You can check if it&#039;s worked by running </p><div class="codebox"><pre><code>lsblk -p </code></pre></div><p>Mine showed: </p><div class="quotebox"><blockquote><div><p>NAME&#160; &#160; &#160; &#160; MAJ:MIN RM&#160; &#160;SIZE RO TYPE MOUNTPOINT<br />/dev/sda&#160; &#160; &#160; 8:0&#160; &#160; 0 223.6G&#160; 0 disk <br />\u251c\u2500/dev/sda1&#160; &#160;8:1&#160; &#160; 0&#160; 23.3G&#160; 0 part /<br />\u251c\u2500/dev/sda2&#160; &#160;8:2&#160; &#160; 0&#160; &#160; &#160;1K&#160; 0 part <br />\u251c\u2500/dev/sda5&#160; &#160;8:5&#160; &#160; 0&#160; &#160;9.3G&#160; 0 part /var<br />\u251c\u2500/dev/sda6&#160; &#160;8:6&#160; &#160; 0&#160; &#160;976M&#160; 0 part [SWAP]<br />\u251c\u2500/dev/sda7&#160; &#160;8:7&#160; &#160; 0&#160; &#160;1.9G&#160; 0 part /tmp<br />\u2514\u2500/dev/sda8&#160; &#160;8:8&#160; &#160; 0 188.2G&#160; 0 part /home<br />/dev/sdb&#160; &#160; &#160; 8:16&#160; &#160;1 465.8G&#160; 0 disk <br />/dev/sdc&#160; &#160; &#160; 8:32&#160; &#160;1&#160; 29.1G&#160; 0 disk</p></div></blockquote></div><p>In that list /dev/sdb is the NVMe drive attached to the compute module and /dev/sdc is the eMMC. It&#039;s likely to be different on your machine, check very carefully!</p><p>I copied the rpi-5-devuan-daedalus-6.12.55-arm64-ext4-2025-10-29-0209.img file directly to the NVMe using a command like this:&#160; </p><div class="codebox"><pre><code>dd if=raw_os_image.img of=/dev/sdX bs=4MiB</code></pre></div><p>I also changed the boot order using rpiboot by editing recovery5/boot.conf on my computer and running&#160; &#160;</p><div class="codebox"><pre><code>cd recovery5/
./update-pieeprom.sh
../rpiboot -d .</code></pre></div><p>Details available from: <a href="https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-bootloader-configuration" rel="nofollow">https://www.raspberrypi.com/documentati … figuration</a> </p><p>After all that removing the link across the &quot;disable eMMC Boot&quot; pins and powering up using the normal USB C power supply got me a running Devuan. Login as root:toor.</p><p>The welcome screen says to run menu-config to set up the basics like kernel config, hostname, network, etc.</p><p>After that I regenerated all the host ssh keys to make sure they&#039;re unique to me&#160; </p><div class="codebox"><pre><code>rm /etc/ssh/ssh_host_*
ssh-keygen -A</code></pre></div><p>I also renamed the default &quot;devuan&quot; user. Note this won&#039;t work if &quot;devuan&quot; is currently logged in. First I needed a new group:&#160; </p><div class="codebox"><pre><code>groupadd myname </code></pre></div><p>To change the username, home directory &amp; group name: </p><div class="codebox"><pre><code> usermod --login myname --move-home --gid myname --home /home/myname devuan </code></pre></div><p>You can also change the full name associated with the account using:&#160; </p><div class="codebox"><pre><code> chfn -f &quot;New Fullname&quot; myname </code></pre></div><p>And, of course, set a new password using either </p><div class="codebox"><pre><code>passwd myname</code></pre></div><p> if running as root or just </p><div class="codebox"><pre><code>passwd</code></pre></div><p> for the current account.</p><p>And then on to apt to configure everything else!</p>]]></description>
			<author><![CDATA[dummy@example.com (ubik)]]></author>
			<pubDate>Fri, 31 Oct 2025 21:30:32 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58891#p58891</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58832#p58832</link>
			<description><![CDATA[<p>^^^ @Gnostic, thank you for taking the time and effort to post your experiences and successes! future visitors will appreciate it! kudos.</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Wed, 29 Oct 2025 04:35:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58832#p58832</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=58825#p58825</link>
			<description><![CDATA[<p>Thanks to all for the guidance.&#160; Can I contribute my own story, on how I got Devuan running on RPi5?</p><p>The following was done on a Pi5 with a M2 compact Hat and a 1TB NVME.</p><p>I tried the main &quot;Get Devuan&quot; page, looking for an ARM or RPi5 version to download<br /><a href="https://www.devuan.org/get-devuan" rel="nofollow">https://www.devuan.org/get-devuan</a></p><p>But I got confused by that, sorry. :-(</p><p>Thanks to this topic, found the Latest Builds page.<br /><a href="https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/" rel="nofollow">https://arm-files.devuan.org/RaspberryP … %20Builds/</a></p><p>I chose<br />rpi-devuan-daedalus-6.1.93-armel-ext4-2025-10-16-0434.img<br />and flashed that image onto a Class 10 32GB SD card<br />(sticking to reputable brands with good performance)</p><p>Plug that in the Pi and it boots nicely to a command line.<br />Logon with the default user &amp; pswrd of devuan, devuan<br />Then use menu-config to setup the basics.<br />But it is just the command line with no GUI.</p><p>Next, what desktop to use? I tried KDE.<br />sudo apt install kde-full</p><p>This was a <strong>mistake</strong>! From the size of the download and the time it took to install (30 mins +), I was thinking this is a *big* package. Sure enough, on the Pi5, its big, fat and slow. You can get a good idea how old the basic package is when you go looking for whatever Internet Browser comes with it. Firefox and Chrome aren&#039;t there, what you get is Konqueror. It felt like lurching back in time by at least ten years.</p><p>Next, change to XFCE<br />sudo apt install xfce4<br />A smaller download, and quicker to install, which is an encouraging sign.</p><p>Also needed lightdm, so that I could switch from KDE to XFCE<br />sudo apt install lightdm</p><p>Sure enough, XFCE is much faster than KDE on the Pi, and a pleasure to use. At this point, I had a stable and usable Devuan desktop booting from the SD card. But still had Raspian on the faster NVME.</p><p><strong>Next:</strong><br />How to copy Devuan from the SD to the NVME?<br />I wasn&#039;t feeling confident enough about using command line tools (dd)<br />So I tried rpi-clone<br /><a href="https://rpi-clone.jeffgeerling.com/" rel="nofollow">https://rpi-clone.jeffgeerling.com/</a></p><p>That talks about cloning an SD card to NVME<br />sudo rpi-clone nvme0n1<br />But that just did not work for me.<br />&quot;Device not found&quot; - even though nvme0n1 was visible with lsblk</p><p><strong>Plan B?</strong><br />Boot from Raspian on the NVME<br />Plug in a spare USB3 HDD<br />Use Raspian to install <em>another</em> copy of Raspian onto the spare USB3 HDD.<br />Then boot Raspian from the USB3 HDD.</p><p>Now both the Devuan (on the SD) and the NVME are visible without being active devices.<br />Use the Raspian Image Copier to clone from SD to NVME.<br />Shutdown, unplug the spare USB3 HDD.<br />Put a &quot;backup&quot; label on that and put it on the spare parts shelf.</p><p>Reboot from NVME, and here we are now, writing in Pi5 Devuan on the NVME.<br />Thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (Gnostic)]]></author>
			<pubDate>Tue, 28 Oct 2025 18:13:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=58825#p58825</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=51503#p51503</link>
			<description><![CDATA[<p>Oh, I forgot to mention: in addition you must extract the /lib/modules/kernel_in_use from the expanded raspios-bookworm-lite-arm64 image to your devuan-daedalus root partition.</p><p>Wondered why nfs-kernel-server and wifi stuff weren&#039;t functional ... solved.</p>]]></description>
			<author><![CDATA[dummy@example.com (koarrl)]]></author>
			<pubDate>Mon, 05 Aug 2024 16:36:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=51503#p51503</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=50001#p50001</link>
			<description><![CDATA[<p>Hi to you all!</p><p>I just (May 24) purchased a Raspi5 for interest. Wanted to get my Raspi4 devuan boot SSD running and learned that things arent such easy...<br />It&#039;s about my home dokuwiki (plus other tasks) server. I&#039;m currently using a Pi4 booting from SSD, headless minimum daredalus system, no bling-bling. Runs like a charm.</p><p>My (maybe quick &amp; dirty) approach to get a devuan-daedalus-bootable-from-SDcard text mode Pi5 was as follows:</p><p>- download recent arm64 minimum SDcard image (raspios-bookworm-lite-arm64 from downloads.raspberrypi.com)<br />- dd that image onto a SDcard<br />- fdisk that SDcard, delete Linux partition (p2) and create an entirely new one<br />- mkfs.ext4 that partition<br />- cp -a the root tree of my devuan-daedalus system SSD running on Pi4 to the empty SDcard partition<br />- edit /etc/fstab in order to get correct UUIDs for the mountpoints &quot;/boot/broadcom&quot; and &quot;/&quot;<br />- insert SDcard, power on .. YEAH! IT&#039;S RUNNING!</p><p>It&#039;s kinda Frankenstein solution, I&#039;m aware. Too much unnecessary bloated stuff on the FAT partition, maybe using a kernel which is not optimized in terms of speed and hardware support.</p><p>Next step will be to make this system booting from a USB3 SSD ...<br />Furthermore I&#039;d like to attach a UPS HAT to the Pi5 because my solar powerplant delivers short blackouts sometimes :-/ </p><p>Stay tuned, friends!</p><p>P.S. booting from the said SDcard via a USB3 adapter is working out-of-the box. Takes some seconds in extra, maybe.<br />P.P.S. wlan I/F setup still undone</p>]]></description>
			<author><![CDATA[dummy@example.com (koarrl)]]></author>
			<pubDate>Tue, 21 May 2024 10:18:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=50001#p50001</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47854#p47854</link>
			<description><![CDATA[<p>@Vortex any benchmarks with speed of Reading and writing files and/or copying as well?</p><p>Like what speed, etc?</p><p>I am sure its faster to use ARM with micro sd than x86 due to the technology being newer.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sat, 03 Feb 2024 04:40:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47854#p47854</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47649#p47649</link>
			<description><![CDATA[<p>@Camtaf Thank you so much — such a simple solution to solve my problem!</p><p>I use Pis for business, but for a presentation screen, the Pi 3B+ is to weak - espeacially, if you use Libreoffice Impress - that will solve the problem!</p><p>Sincerely</p><p>Roland</p>]]></description>
			<author><![CDATA[dummy@example.com (rgsidler)]]></author>
			<pubDate>Fri, 26 Jan 2024 12:08:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47649#p47649</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47641#p47641</link>
			<description><![CDATA[<p>@zapper the hardware specific, systemd-less devuan images will be faster than stock generic raspios, but for performance review, check out <a href="https://www.phoronix.com/review/raspberry-pi-5-benchmarks" rel="nofollow">https://www.phoronix.com/review/raspber … benchmarks</a></p>]]></description>
			<author><![CDATA[dummy@example.com (vortex)]]></author>
			<pubDate>Fri, 26 Jan 2024 08:22:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47641#p47641</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47640#p47640</link>
			<description><![CDATA[<p>@vortex / @cOrnelius</p><p>Thank you for your support!</p><p>I definitely do not want to use RaspiOS, since it depends on systemd. And - since I am clearly not as familiar with Linux as you are — therefore, I appreciate your support very much!</p><p>Roland</p>]]></description>
			<author><![CDATA[dummy@example.com (rgsidler)]]></author>
			<pubDate>Fri, 26 Jan 2024 07:48:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47640#p47640</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47639#p47639</link>
			<description><![CDATA[<p>@rgsidler To get up and running now, two options include taking the advice of @Camtaf for adding bcm2712.dtb or try the beta image I posted above which does boot on a RPi5.</p><p>On that beta image, I&#039;m currently researching some some odd RPi5 specific behaviour with sddm &amp; KDE rendering before adding images to the arm-files site (as it&#039;s likely to impact other desktops in some way).</p>]]></description>
			<author><![CDATA[dummy@example.com (vortex)]]></author>
			<pubDate>Fri, 26 Jan 2024 07:28:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47639#p47639</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47638#p47638</link>
			<description><![CDATA[<p>@c0rnelius As always, thanks. The build for RPi5 is/will be built for bcm2712. </p><p>All the builds in <a href="https://arm-files.devuan.org/RaspberryPi%20Latest%20Builds/" rel="nofollow">https://arm-files.devuan.org/RaspberryP … %20Builds/</a> are built using the variant for the specific hardware and archictecture.</p>]]></description>
			<author><![CDATA[dummy@example.com (vortex)]]></author>
			<pubDate>Fri, 26 Jan 2024 07:14:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47638#p47638</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47623#p47623</link>
			<description><![CDATA[<p>I expect you could add it from an official raspios image, if you want, it should sit on the first (DOS) partition...</p><p><a href="https://github.com/raspberrypi/rpi-firmware/blob/master/bcm2712-rpi-5-b.dtb" rel="nofollow">https://github.com/raspberrypi/rpi-firm … pi-5-b.dtb</a></p><p>(Click on &#039;view raw&#039;)</p>]]></description>
			<author><![CDATA[dummy@example.com (Camtaf)]]></author>
			<pubDate>Thu, 25 Jan 2024 17:32:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47623#p47623</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47619#p47619</link>
			<description><![CDATA[<p>Thank you very much for your kind answers. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>Well, I tried to boot the Pi 5 with an arm64 daedalus-image but got the message that a specific bcm2712.dtb was missing in the device tree <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>Unfortunately I am still stuck at that point.</p>]]></description>
			<author><![CDATA[dummy@example.com (rgsidler)]]></author>
			<pubDate>Thu, 25 Jan 2024 15:09:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47619#p47619</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47618#p47618</link>
			<description><![CDATA[<p>@vortex Technically new ARM64 images generated by the builder for the pi4 &quot;bcm2711&quot; can be used to boot the pi3, pi4 and pi5 and any other variant using the same SoC. If you make pi5 &quot;bcm2712&quot; specific images, they can only be used on the pi5.</p>]]></description>
			<author><![CDATA[dummy@example.com (c0rnelius)]]></author>
			<pubDate>Thu, 25 Jan 2024 13:52:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47618#p47618</guid>
		</item>
		<item>
			<title><![CDATA[Re: Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47613#p47613</link>
			<description><![CDATA[<p>How fast does a raspberry pi 5 run off of a micro sd card btw? I know how sluggish the first one is, but I don&#039;t know how fast the other four/five are, depends if you including the zero. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Thu, 25 Jan 2024 00:48:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47613#p47613</guid>
		</item>
	</channel>
</rss>
