OrangePi 3 Error on first setup and Software Install (Nextcloud)

During setup process I received an error saying that the latest version of DietPi (error 404 - probably for this newly supported device OrangePi 3) cannot be found. - I stepped over this, but within one of the following steps the software installation process for Nextcloud, Nextcloud Talk and OpenSSH also led into error. Finally the error report did not work. - I think we see only this latest part in the error below.
So has there to be some more work done to support the OrangePi 3 completely?

Thanks and best regards!

Details:

  • Date | 2025-07-24 14:28:56
  • Program name | DietPi-BugReport
  • Command | 7zr a -m0=lzma2 -mx=9 -spf -x!/var/log/journal/* ab8110aa-7abb-4b5d-97b0-0b4b2f301c80.7z CMD_OUT.txt G_EXEC_ERROR_REPORT /var/log /boot/config.txt /boot/cmdline.txt /boot/boot.ini /boot/uenv.txt /boot/uEnv.txt /boot/armbianEnv.txt /boot/boot.cmd /boot/dietpi.txt /boot/dietpi /var/lib/dietpi /var/tmp/dietpi /run/dietpi /etc/bash.bashrc /etc/bashrc.d /root/.bashrc /etc/profile /etc/profile.d /root/.profile /etc/rc.local /etc/X11/xorg.conf /etc/X11/xorg.conf.d /etc/asound.conf /etc/network/interfaces /etc/network/interfaces.d /etc/wpa_supplicant/wpa_supplicant.conf /etc/fstab /etc/sysctl.conf /etc/sysctl.d /etc/init.d /etc/systemd/system /lib/systemd/system /usr/local/lib/systemd/system /etc/apt/sources.list /etc/apt/sources.list.d /etc/apt/preferences /etc/apt/preferences.d /etc/apt/apt.conf.d
  • Exit code | 127
  • DietPi version | v9.15.-1 (MichaIng/orangepi3)
  • Distro version | bookworm (ID=7)
  • Kernel version | Linux DietPi 6.12.23-current-sunxi64 #1 SMP Thu Apr 10 12:39:41 UTC 2025 aarch64 GNU/Linux
  • Architecture | arm64
  • Hardware model | Orange Pi 3 (aarch64) (ID=99)
  • Power supply | (EG: RAVPower 5V 1A)
  • SD card | (EG: SanDisk Ultra 16 GB)

Steps to reproduce:

Expected behaviour:

Actual behaviour:

Extra details:

Additional logs:

/boot/dietpi/func/dietpi-globals: line 913: 7zr: command not found

You are running a beta version? Is this intended?

Install the missing tool as follows

apt install p7zip

Thanks. So now it says

Yes, MichaIng has provided the new “beta” version for me last week, because the non-LTS OrangePi3 had not been supported before…

Here is the full report:

Details:

  • Date | 2025-07-24 17:50:36
  • Program name | DietPi-Software
  • Command | curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi/orangepi3/.conf/dps_85/nginx.conf -o nginx.conf
  • Exit code | 22
  • DietPi version | v9.15.-1 (MichaIng/orangepi3)
  • Distro version | bookworm (ID=7)
  • Kernel version | Linux DietPi 6.12.23-current-sunxi64 #1 SMP Thu Apr 10 12:39:41 UTC 2025 aarch64 GNU/Linux
  • Architecture | arm64
  • Hardware model | Orange Pi 3 (aarch64) (ID=99)
  • Power supply | (EG: RAVPower 5V 1A)
  • SD card | (EG: SanDisk Ultra 16 GB)

Steps to reproduce:

Expected behaviour:

Actual behaviour:

Extra details:

Additional logs:

curl: (22) The requested URL returned error: 404

Pls update to the latest development branch. Your system is trying to fetch data from a special branch which did not exist anymore as it has been merged into development

OK - I think, I made it: edited /boot/dietpi.txt and changed the line
“DEV_GITBRANCH=orangepi3” to “DEV_GITBRANCH=dev” - right?

tried dietpi-update after changing /boot/dietpi.txt as described above, but no, seems not to enough:

root@DietPi:~# dietpi-update 

 DietPi-Update
─────────────────────────────────────────────────────
 Phase: Checking for available DietPi update

[  OK  ] DietPi-Update | Checking IPv4 network connectivity
[  OK  ] DietPi-Update | Checking IPv6 network connectivity
[  OK  ] DietPi-Update | Checking DNS resolver
[ INFO ] DietPi-Update | Getting latest version from: https://raw.githubusercontent.com/MichaIng/DietPi/dev/.update/version
[  OK  ] DietPi-Update | Got valid latest version: 9.15.-1
[  OK  ] DietPi-Update | No update required, your DietPi installation is already up to date:
[ INFO ] DietPi-Update | Current version : v9.15.-1 (branch: MichaIng/orangepi3)
[ INFO ] DietPi-Update | Latest version  : v9.15.-1 (branch: MichaIng/dev)
[ INFO ] DietPi-Update | APT update, please wait...
Hit:1 https://deb.debian.org/debian bookworm InRelease
Hit:2 https://deb.debian.org/debian bookworm-updates InRelease
Hit:3 https://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://deb.debian.org/debian bookworm-backports InRelease
Hit:5 https://dietpi.com/apt bookworm InRelease
Hit:6 https://dietpi.com/apt all InRelease
Reading package lists...
[  OK  ] DietPi-Update | APT update
[ INFO ] DietPi-Update | No APT upgrades were found, not creating file: /run/dietpi/.apt_updates
  • at least I still get the error while installing Nextcloud with dietpi-software (part nginx config).
    so what else to do?

Pls run following to force the switch to development branch

G_DEV_BRANCH dev

Great, thank you so much!