Yesterday I flashed a new sd card (more space) for my rockpi-4b but after switching to the stable channel `armbian-config --cmd STABLE` the update keeps failing:
$ sudo apt update
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://security.debian.org trixie-security InRelease
Get:3 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Hit:4 http://deb.debian.org/debian trixie-backports InRelease
Hit:5 https://github.armbian.com/configng stable InRelease
Get:6 http://armbian.lv.auroradev.org/apt trixie InRelease [39.4 kB]
Get:7 http://armbian.lv.auroradev.org/apt trixie/trixie-utils arm64 Packages [21.4 kB]
Get:8 http://armbian.lv.auroradev.org/apt trixie/trixie-desktop arm64 Packages [68 33 B]
Fetched 115 kB in 2s (69.5 kB/s)
1 package can be upgraded. Run 'apt list --upgradable' to see it.
$ sudo dpkg --configure -a
$ sudo apt --fix-broken install
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 1
$ sudo apt upgrade
Upgrading:
armbian-firmware
Summary:
Upgrading: 1, Installing: 0, Removing: 0, Not Upgrading: 0
Download size: 0 B / 141 MB
Space needed: 99.3 MB / 59.9 GB available
Continue? [Y/n] y
(Reading database ... 26869 files and directories currently installed.)
Preparing to unpack .../armbian-firmware_26.2.1_all.deb ...
Unpacking armbian-firmware (26.2.1) over (26.2.0-trunk.703) ...
dpkg: error processing archive /var/cache/apt/archives/armbian-firmware_26.2.1_all.deb (--unpack):
unable to open '/lib/firmware/qcom/sm8550/ayn/odin2mini/a740_zap.mbn.dpkg-new': No such file or directory
Errors were encountered while processing:
/var/cache/apt/archives/armbian-firmware_26.2.1_all.deb
Error: Sub-process /usr/bin/dpkg returned an error code (1)
For now I am doing `sudo apt-mark hold armbian-firmware`.
Switching to rolling, updating there works (26.2.0-trunk.722). But the issue persists when switching back to stable.
As there have been recent changes https://github.com/armbian/firmware/pull/117 and https://github.com/armbian/firmware/pull/119 and I couldn't find other error reports on the forum, I guess this is an issue of the image packaging.
I also plugged back in the old sd card and that system updated without issues.