Downloading image from https://sysupgrade.openwrt.org/store/b6d5ed5cbf11c3d19c957ed062d5b0ad/openwrt-23.05.3-ed157b4ef461-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin
Writing to 'openwrt-23.05.3-ed157b4ef461-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin'
Killed
Any tips what could be a reason for that? It's not the lack of space in /tmp I think:
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 4.0M 4.0M 0 100% /rom
tmpfs 57.8M 23.7M 34.1M 41% /tmp
I've just noticed that I have /tmp/firmware created - deleted it and started again. Now the effect is different:
Downloading image from https://sysupgrade.openwrt.org/store/b6d5ed5cbf11c3d19c957ed062d5b0ad/openwrt-23.05.3-ed157b4ef461-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin
Writing to 'openwrt-23.05.3-ed157b4ef461-ipq40xx-generic-asus_rt-ac58u-squashfs-sysupgrade.bin'
Mon Jun 17 11:51:24 CEST 2024 upgrade: The device is supported, but the config is incompatible to the new image (1.0->1.1). Please upgrade without keeping config (sysupgrade -n).
...
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.gz
Updated list of available packages in /builder/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/root-ipq40xx/../../../../builder/dl/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/arm_cortex-a7_neon-vfpv4/telephony/Packages.sig
Signature check passed.
Downloading file:packages/Packages
Updated list of available packages in /builder/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/root-ipq40xx/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Pseudo file "dev" exists in source filesystem "/builder/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/root-ipq40xx/dev".
Ignoring, exclude it (-e/-ef) to override.
17616+1 records in
17617+0 records out
18039808 bytes (18 MB, 17 MiB) copied, 0.0636498 s, 283 MB/s
/builder/staging_dir/host/bin/tar: Option --mtime: Treating date '@1711145382' as 2024-03-22 22:09:42
done
Invalid argument (22)
Maybe this is the reason:
The device is supported, but the config is incompatible to the new image (1.0->1.1). Please upgrade without keeping config (sysupgrade -n).
Which means breaking change between releases that mandates config reset and building it back from zero.
besides config backup make a copy of installed packages opkg list-installed | cut -d " " -f 1
and use both as reference to get things back working.
small addition if you have not yet started, run auc -f -n and save current image on your pc so that you can sysdowngrade and replay config if something goes faoul