Make attended-sysupgrade use current rootfs size

Hi, im trying to use attended-sysupgrade on my nanopi r4s, image generated with imagebuilder with CONFIG_TARGET_ROOTFS_PARTSIZE=1024. Ext4 image.

Attended-sysupgrade fails to generate image because there is no space left on rootfs


Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_generic/telephony/Packages.gz
Updated list of available packages in /home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/build_dir/target-aarch64_generic_musl/root-rockchip/../../../../../../../../../../../home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/dl/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/22.03.3/packages/aarch64_generic/telephony/Packages.sig
Signature check passed.
Downloading file:packages/Packages
Updated list of available packages in /home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/build_dir/target-aarch64_generic_musl/root-rockchip/../../../../../../../../../../../home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check failed.
Remove wrong Signature file.
error: ext4_allocate_best_fit_partial: failed to allocate 1 blocks, out of space?
make[3]: *** [/home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/include/image.mk:335: /home/aparcar/asu/worker1/cache/22.03.3/rockchip/armv8/build_dir/target-aarch64_generic_musl/linux-rockchip_armv8/root.ext4] Error 1
make[2]: *** [Makefile:188: build_image] Error 2
make[1]: *** [Makefile:126: _call_image] Error 2
make: *** [Makefile:242: image] Error 2

Not all buildbots have enough extra space, I'd recommend creating a smaller rootfs image and resizing after install.

Or get yourself a VM to build images with extra space to accommodate the larger image which needs to be built.

Which VM hypervisor can be run on openwrt? I cant find qemu package

edit: Ok, nevermind, i found it, qemu-arm-softmmu. Which guest os should i use to be light on microsd writes?

But asu refuses to build image.

Or maybe there is option to build image with kernel only partition and leave rootfs update to opkg?

Oh, wait, I may have misunderstood you. So you have originally flashed the image generated with Image Builder with CONFIG_TARGET_ROOTFS_PARTSIZE=1024 parameter and you're trying to run asu on that?

Can you not use the image builder again to generate the new image?

1 Like