You are not logged in.
Pages: 1
Hi folks
I am trying to find a Devuan net-install image for the Raspberry Pi 5 for quite a bit of time now, but didn't find anything.
Does anybody know a way to install Devuan on it?
Thank you in advance for your suggestions
Roland
Offline
adding link for possible review
ttps://downloads.raspberrypi.com/raspios_armhf/release_notes.txt
Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!
Offline
Is what you want not available from https://arm-files.devuan.org/
Offline
@golinux Those images are only good up to the Raspberry Pi 4 last I looked.
To the OP, The raspberry Pi 5 *shouldn't* need any special firmware anymore to boot, its all stored on the on-board ROM now. So, potentially, the RPi4 image should/could work, though performance may not be optimal without a kernel built specially for the board.
"Less is only more when it's what you're looking for" -Unknown
Offline
I'm currently updating the nightly build system for RPi images that are uploaded to https://arm-files.devuan.org/RaspberryP … %20Builds/ and this will include RPi5 images. I expect to include chimaera & daedalus RPi5 nightly builds in the next week or so.
For those who can't wait, there is a beta image here http://exaybachay.free2air.net/transfer … 6-1332.zip
Offline
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't know how fast the other four/five are, depends if you including the zero.
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline
@vortex Technically new ARM64 images generated by the builder for the pi4 "bcm2711" can be used to boot the pi3, pi4 and pi5 and any other variant using the same SoC. If you make pi5 "bcm2712" specific images, they can only be used on the pi5.
Offline
Thank you very much for your kind answers.
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
Unfortunately I am still stuck at that point.
Offline
I expect you could add it from an official raspios image, if you want, it should sit on the first (DOS) partition...
https://github.com/raspberrypi/rpi-firm … pi-5-b.dtb
(Click on 'view raw')
Last edited by Camtaf (2024-01-25 17:35:25)
Offline
@c0rnelius As always, thanks. The build for RPi5 is/will be built for bcm2712.
All the builds in https://arm-files.devuan.org/RaspberryP … %20Builds/ are built using the variant for the specific hardware and archictecture.
Offline
@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.
On that beta image, I'm currently researching some some odd RPi5 specific behaviour with sddm & KDE rendering before adding images to the arm-files site (as it's likely to impact other desktops in some way).
Offline
@vortex / @cOrnelius
Thank you for your support!
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!
Roland
Offline
@zapper the hardware specific, systemd-less devuan images will be faster than stock generic raspios, but for performance review, check out https://www.phoronix.com/review/raspber … benchmarks
Offline
@Camtaf Thank you so much — such a simple solution to solve my problem!
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!
Sincerely
Roland
Offline
@Vortex any benchmarks with speed of Reading and writing files and/or copying as well?
Like what speed, etc?
I am sure its faster to use ARM with micro sd than x86 due to the technology being newer.
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Peace Be With us All!
Offline
Hi to you all!
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...
It's about my home dokuwiki (plus other tasks) server. I'm currently using a Pi4 booting from SSD, headless minimum daredalus system, no bling-bling. Runs like a charm.
My (maybe quick & dirty) approach to get a devuan-daedalus-bootable-from-SDcard text mode Pi5 was as follows:
- download recent arm64 minimum SDcard image (raspios-bookworm-lite-arm64 from downloads.raspberrypi.com)
- dd that image onto a SDcard
- fdisk that SDcard, delete Linux partition (p2) and create an entirely new one
- mkfs.ext4 that partition
- cp -a the root tree of my devuan-daedalus system SSD running on Pi4 to the empty SDcard partition
- edit /etc/fstab in order to get correct UUIDs for the mountpoints "/boot/broadcom" and "/"
- insert SDcard, power on .. YEAH! IT'S RUNNING!
It's kinda Frankenstein solution, I'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.
Next step will be to make this system booting from a USB3 SSD ...
Furthermore I'd like to attach a UPS HAT to the Pi5 because my solar powerplant delivers short blackouts sometimes :-/
Stay tuned, friends!
P.S. booting from the said SDcard via a USB3 adapter is working out-of-the box. Takes some seconds in extra, maybe.
P.P.S. wlan I/F setup still undone
Last edited by koarrl (2024-05-21 10:28:18)
Offline
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.
Wondered why nfs-kernel-server and wifi stuff weren't functional ... solved.
Offline
Pages: 1