The officially official Devuan Forum!

You are not logged in.

#1 2022-09-26 16:35:44

technic-figure
Member
Registered: 2022-09-26
Posts: 2  

raspberry pi3 chimaera install "from scratch"

Hello,

In the SD-card-images directory, i do not see a device-specific file for rpi3 while the mini.iso applied to the flash drive, does not run raspberry - USB Mass Storage Boot set but nothing happens, no vision on the hdmi connector. It is possible to install devuan on rpi3 this way?

Regards,
technic-figure

Offline

#2 2022-09-26 17:01:23

Camtaf
Member
Registered: 2019-11-19
Posts: 408  

Re: raspberry pi3 chimaera install "from scratch"

I use the ones here - https://arm-files.devuan.org/

Unzip it, then image write it to your card, (I use dd).

Offline

#3 2022-09-27 14:48:29

technic-figure
Member
Registered: 2022-09-26
Posts: 2  

Re: raspberry pi3 chimaera install "from scratch"

Camtaf wrote:

Unzip it, then image write it to your card, (I use dd).

Yes, such a procedure works (i checked it before writing this post, specifically devuan_chimaera_4.0.0_arm64_rpi3.img.zip on pendrive) but such a system is already profiled in some sense. "from scratch" option as above is not available for this platform?

Offline

#4 2022-09-27 16:43:40

Camtaf
Member
Registered: 2019-11-19
Posts: 408  

Re: raspberry pi3 chimaera install "from scratch"

Debian has a version of their installation available if you want to go down that road. wink

https://wiki.debian.org/Arm64Port

Otherwise,

https://git.devuan.org/devuan-sdk/arm-sdk.git

Offline

#5 2023-01-31 15:45:55

Lomax
Member
From: United Kingdom
Registered: 2018-02-06
Posts: 70  

Re: raspberry pi3 chimaera install "from scratch"

Camtaf wrote:

https://git.devuan.org/devuan-sdk/arm-sdk.git

This hasn't been updated for a year and does not appear to work on Devuan Daedalus:

$ source sdk
-bash: typeset: -U: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: typeset: -U: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: typeset: -U: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: typeset: -U: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: zmodload: command not found
-bash: zmodload: command not found
-bash: zmodload: command not found
-bash: zmodload: command not found
-bash: autoload: command not found
-bash: colors: command not found
-bash: /home/ola/Sources/arm-sdk/lib/zuper/zuper: line 115: syntax error near unexpected token `say'
-bash: /home/ola/Sources/arm-sdk/lib/zuper/zuper: line 115: `function _message say act() {'
-bash: typeset: -h: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: typeset: -U: invalid option
typeset: usage: typeset [-aAfFgiIlnrtux] name[=value] ... or typeset -p [-aAfFilnrtux] [name ...]
-bash: func: command not found
-bash: func: command not found
-bash: func: command not found
-bash: func: command not found
-bash: sdk: line 141: syntax error: unexpected end of file

All requirements installed, I think:

$ sudo apt-get install curl git wget qemu-user-static build-essential rsync gcc-arm-none-eabi gcc-multilib lib32z1 u-boot-tools device-tree-compiler lzop dosfstools vboot-utils vboot-kernel-utils libftdi-dev libfdt-dev swig libpython3-dev bc bison flex libssl-dev zsh sudo cgpt parted xz-utils

Any other options?

Edit: I'm looking for the equivalent of a mini.iso for the Pi 3A+, or if it's a complete system image one without any cruft (no Xorg, XFCE etc). Also: trust is an issue. Debian? Might as well go with Raspbian then. It's Systemd I want rid of.

Last edited by Lomax (2023-02-01 01:09:12)


"I cannot lie to you about your chances, but you have my sympathies."

Offline

#6 2023-01-31 17:54:45

MrReplikant
Member
Registered: 2022-12-03
Posts: 53  

Re: raspberry pi3 chimaera install "from scratch"

I have also built full ISOs for the Pi. BUT, you will need the UEFI firmware for that model, and boot it via UEFI. You can find the ISO on the arm-files website under the arm64-installer tab.

the firmware can be found here: https://github.com/pftf/RPi3

also note: after installation, you will need to use the recovery mode to reinstall GRUB from the removable-media path, if installing to a USB (Which i HIGHLY recommend so as to not fry out the SD card where your UEFI BIOS is held)

Last edited by MrReplikant (2023-01-31 18:03:48)


That's all, folks.

Offline

Board footer