<?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;fid=24&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / ARM Builds]]></title>
		<link>https://dev1galaxy.org/index.php</link>
		<description><![CDATA[The most recent topics at Dev1 Galaxy Forum.]]></description>
		<lastBuildDate>Wed, 18 Feb 2026 18:27:29 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[[SOLVED] create image for RockPro64 - howto]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7816&amp;action=new</link>
			<description><![CDATA[<p>sorry to bother you, just had the wrong image, <br />with devuan 5 it function</p><p><a href="https://devuan.bio.lmu.de/devuan/dists/daedalus/main/installer-arm64/current/images/netboot/SD-card-images/" rel="nofollow">https://devuan.bio.lmu.de/devuan/dists/ … rd-images/</a></p><p>with devuan 6 it function too</p><p><a href="https://devuan.bio.lmu.de/devuan/dists/excalibur/main/installer-arm64/current/images/netboot/SD-card-images" rel="nofollow">https://devuan.bio.lmu.de/devuan/dists/ … ard-images</a></p>]]></description>
			<author><![CDATA[dummy@example.com (kapqa)]]></author>
			<pubDate>Wed, 18 Feb 2026 18:27:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7816&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[refractasnapshot-base syslinux arm64]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6992&amp;action=new</link>
			<description><![CDATA[<p>Added test for amd64 vs. arm64 to create efi boot files for arm. Please test and report.<br /><a href="https://sourceforge.net/projects/refracta/files/tools/refractasnapshot-base_10.4.4~arm64_all.deb" rel="nofollow">https://sourceforge.net/projects/refrac … 64_all.deb</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Wed, 18 Feb 2026 16:28:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6992&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[excalibur image for original rpi?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7664&amp;action=new</link>
			<description><![CDATA[<p>This little pi is just a home media server, so even though it&#039;s slooow when used interactively like you say, it&#039;s done its server job fine running daedalus for a couple years (from one of the &#039;trial&#039; arm images that I now know are broken).&#160; I just like pushing these things to see how far they can go and so I wanted to try excalibur on it.&#160; But I&#039;ll just stick with daedalus and be happy -- better to have a working system that&#039;ll be outdated in a couple years than a broken one.</p><p>Thanks everyone for your help on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (jandrg)]]></author>
			<pubDate>Tue, 06 Jan 2026 23:36:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7664&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[raspberry pi3 chimaera install "from scratch"]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=5268&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The only drawback device tree (config.txt) doesn&#039;t seem to work e.g. gpu_mem=16, dtoverlay=pi3-disable-bt etc. Customized kernel needed or something?</p></div></blockquote></div><p>I would think you need to be actually booting in device tree mode for that to work, not the EFI mode you used. It is one method or the other with these things.</p>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Fri, 12 Dec 2025 18:30:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=5268&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Lates Builds and Qemu]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7630&amp;action=new</link>
			<description><![CDATA[<p>Hi</p><p>I found this solution for myself. I&#039;m using a kernel, etc., as well as the latest firmware from <a href="http://raspbian.raspberrypi.com/raspbian/" rel="nofollow">http://raspbian.raspberrypi.com/raspbian/</a> in Devuan. I created a file called raspbian.sources:</p><div class="codebox"><pre><code>Types: deb
URIs: http://raspbian.raspberrypi.com/raspbian/
Architectures: armhf
Suites: trixie
Components: main contrib non-free rpi
Enabled: yes
Signed-By: /usr/share/keyrings/raspbian-archive-keyring.gpg

Types: deb
URIs: http://archive.raspberrypi.com/debian/
Suites: trixie
Components: main
Enabled: yes
Signed-By: /usr/share/keyrings/raspberrypi-archive-keyring.pgp</code></pre></div><p>and added the following to /etc/apt/preferences:</p><div class="codebox"><pre><code>...
Package: *
Pin: release n=daedalus
Pin-Priority: 900

Package: *
Pin: release n=trixie
Pin-Priority: 400
...</code></pre></div><p>I also changed the following in /etc/inittab to get a login shell. </p><div class="codebox"><pre><code># Example for systemd-nspawn
# Only /dev/console exists inside nspawn, so we need a getty on that.
# Also make sure to comment out the gettys on tty* above.
C0:2345:respawn:/sbin/getty -8 --noclear --keep-baud console 115200,38400,9600
#T0:23:respawn:/sbin/getty -L serial0 115200 vt100</code></pre></div><p>I&#039;ll see if this was a good idea...</p><p>fuchur</p>]]></description>
			<author><![CDATA[dummy@example.com (fuchur)]]></author>
			<pubDate>Thu, 04 Dec 2025 00:16:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7630&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Missing USB kernel modules]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7583&amp;action=new</link>
			<description><![CDATA[<p>@ralph.ronnquist, Thanks for</p><div class="codebox"><pre><code>git archive --remote=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --format=tgz v6.9.10  | tar xzf - -C mydir</code></pre></div><p>not seen it done that way before, added to my git cheat sheet. <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (g4sra)]]></author>
			<pubDate>Fri, 21 Nov 2025 22:32:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7583&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[fresh install, raspi-firmware install fails]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7518&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Hope that helps.</p></div></blockquote></div><p>Well it is not in the the Pi images on that page with it you get stuck with a kernel that is roughly 60 revisions behind the Debian kernel with no way to upgrade. As I posted I got rid of that and went with a install that updates without problems, just today got the latest new kernel from the archives. </p><div class="codebox"><pre><code>zeus@raspi:~$ uname -a
Linux raspi 6.12.57+deb13-arm64 #1 SMP Debian 6.12.57-1 (2025-11-05) aarch64 GNU/Linux</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (RedGreen925)]]></author>
			<pubDate>Sat, 08 Nov 2025 00:16:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7518&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Raspberry Pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6376&amp;action=new</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?id=6376&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Mini/Net install for RPi3]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6802&amp;action=new</link>
			<description><![CDATA[<p>^^ Necro-posting on Halloween, I love it! <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (greenjeans)]]></author>
			<pubDate>Fri, 31 Oct 2025 19:49:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6802&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Booting on USB on Raspberry pi 4]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6957&amp;action=new</link>
			<description><![CDATA[<p>This is probably too late for @SpongeBob, but might be useful for someone in future.</p><p>I used<br />sudo rpi-eeprom-config --edit</p><p>To boot usb first followed by nvme:<br />BOOT_ORDER=0xf461</p><p>To boot nvme first<br />BOOT_ORDER=0xf416</p><p>Also useful in the same config, to reduce power consumption when the Pi is shutdown but still plugged into the power supply:<br />POWER_OFF_ON_HALT=1</p><p>See<br /><a href="https://www.jeffgeerling.com/blog/2023/reducing-raspberry-pi-5s-power-consumption-140x" rel="nofollow">https://www.jeffgeerling.com/blog/2023/ … ption-140x</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Gnostic)]]></author>
			<pubDate>Thu, 30 Oct 2025 13:52:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6957&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[testing trial arm image pi 5]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7363&amp;action=new</link>
			<description><![CDATA[<p>Same here, it&#039;s perfectly normal for a RPi5 fan to start briefly at startup, then stop until any high load is put on the CPU. Which is actually an interesting experiment, to find what puts the highest demand on the CPU, or maybe the graphics. In my case, the one website which always starts the fan spinning is FlightRadar24.</p>]]></description>
			<author><![CDATA[dummy@example.com (Gnostic)]]></author>
			<pubDate>Wed, 29 Oct 2025 22:52:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7363&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] rockpro64 time broken won't let me install ntp due to 2013 date.]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=6410&amp;action=new</link>
			<description><![CDATA[<p>@kapqa the signature checks can be good, but occasionally, they can be a problem.</p><p>And sometimes it ain&#039;t easy to change them</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sun, 19 Oct 2025 04:54:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=6410&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Working instalallation on ARM VM on Apple M1]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7380&amp;action=new</link>
			<description><![CDATA[<p>Hello, maybe someone will find this useful. </p><p>I managed to install the Devuan Daedelus ARM build from the netboot ISO, on an ARM Virtual Machine on an Apple M1 Mac, using Parallels. </p><p>I am using Cinnamon and it works perfect. The Parallels tools for integration with the Mac environment also work OK.</p><p>I also managed to upgrade it to the Excalibur branch 2 weeks ago and is still working perfectly. </p><p>Thank you to all the contributors and developers! </p><p>Ed.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ed68)]]></author>
			<pubDate>Wed, 27 Aug 2025 15:16:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7380&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] tstg trial daedalus bash ps is generating mempolicy messages to syslog]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7378&amp;action=new</link>
			<description><![CDATA[<p>daedalus bash ps is generating mempolicy messages to syslog<br />every time I use ps, I get 2 mempolicy messages in the syslog.<br />just a heads-up as I saw some other posts regarding these messages.</p>]]></description>
			<author><![CDATA[dummy@example.com (delvasto1)]]></author>
			<pubDate>Mon, 25 Aug 2025 04:07:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7378&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] testing rpi-5-devuan-daedalus]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?id=7371&amp;action=new</link>
			<description><![CDATA[<p>had some strange behaviour with openofficev7.4.7.2<br />The&#160; libreoffice-gtk3 library was not in the system.img or the libreoffice pkg install.<br />problem was with the oper/save dialog , and it was fixed after manually installed</p>]]></description>
			<author><![CDATA[dummy@example.com (delvasto1)]]></author>
			<pubDate>Thu, 21 Aug 2025 22:59:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?id=7371&amp;action=new</guid>
		</item>
	</channel>
</rss>
