Hello, I am first time at this forum, so maybe some things are obvious from my question, but...
I have my custom build on rockchip RK3588 SoM (built by myself on top of v24.10.02 (stable) with my own patches and scripts customized).
As You can see I have also customized some metadata. Shown output is only for info, i`m playing it by my own.
root@OpenWrt:/# cat /etc/os-release
NAME="FASTOpenWrt"
VERSION="dev"
ID="fastopenwrt"
ID_LIKE="lede openwrt"
PRETTY_NAME="FASTOpenWrt dev"
VERSION_ID="dev"
HOME_URL="https://openwrt.org/"
BUG_URL="https://bugs.openwrt.org/"
SUPPORT_URL="https://forum.openwrt.org/"
BUILD_ID="r28739-d9340319c6"
OPENWRT_BOARD="rockchip/armv8"
OPENWRT_ARCH="aarch64_generic"
OPENWRT_TAINTS="no-all"
OPENWRT_DEVICE_MANUFACTURER="FAST"
OPENWRT_DEVICE_MANUFACTURER_URL="https://blabla.com"
OPENWRT_DEVICE_PRODUCT="Generic"
OPENWRT_DEVICE_REVISION="v0"
OPENWRT_RELEASE="FAST dev 1.0.3"
OPENWRT_BUILD_DATE="1750711236"
I have pulled ASU server from here https://github.com/openwrt/asu, but, as I understand podman-containers are using official https://sysupgrade.openwrt.org mirror.
My questions here:
- How can I use this local server with my own build (from README I guess that is the main purpose) ?
- Which types of build do I need? (I already have imagebuilder and squashfs-sysupgrade generated archives).
- What I need to do with that files?
- What I need to customise, for ex. in podman-compose to use that?
In the end I want my own self-hosted upgrade server, which will provide builds according to chosen packages, as sysupgrade mechanism cannot provide saving packages after update.
Thanks for support!