Is armv7l arch supported by owut?
I tried to run it on a Luxul ABR-4500 which already runs 24.10.1 but get an error:
root@OpenWrt:~# owut upgrade
Runtime error: Unable to dlopen file '/usr/lib/ucode/uloop.so': Error relocating /usr/lib/ucode/uloop.so: ucv_resource_new_ex: symbol not found
In /usr/bin/owut, line 10, byte 34:
`let PROG = `${NAME}/${VERSION}`;`
Near here -----------------------^
System board is:
root@OpenWrt:~# ubus call system board
{
"kernel": "6.6.86",
"hostname": "OpenWrt",
"system": "ARMv7 Processor rev 0 (v7l)",
"model": "Luxul ABR-4500 V1",
"board_name": "luxul,abr-4500",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.1",
"revision": "r28597-0425664679",
"target": "bcm53xx/generic",
"description": "OpenWrt 24.10.1 r28597-0425664679",
"builddate": "1744562312"
}
}
(this is after I fixed the board name to remove a -v1 according to instructions in LuCI Attended Sysupgrade support thread - #243 by efahl )
What’s the recommended way to upgrade this system?
Thank you.