From a59e39c3147efe61281459156d76cc34d0b1761b Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 17 Sep 2025 18:33:10 +0200 Subject: [PATCH] OpenWRT: additional installation/update docs --- devices/openwrt-one/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devices/openwrt-one/default.nix b/devices/openwrt-one/default.nix index b4745bc..0a80f7a 100644 --- a/devices/openwrt-one/default.nix +++ b/devices/openwrt-one/default.nix @@ -31,13 +31,17 @@ TODO: add instructions on how to boot directly from TFTP to memory and how to install from TFTP to flash without going through OpenWrt. - The instructions below assume you can boot and SSH into OpenWrt: + The instructions below assume you can boot and SSH into OpenWrt, + for example by attaching a USB serial console to the front port, + selecting 'boot from recovery' in the U-Boot menu, and connecting + to root@192.168.1.1 via the 1G ethernet port. Boot into OpenWrt and create a 'liminix' UBI partition: root@OpenWrt:~# ubimkvol /dev/ubi0 --name=liminix --maxavsize - Remember the 'Volume ID' that was created for this new partition + Remember the 'Volume ID' that was created for this new partition, or + find the one labeled 'liminix' using 'ubinfo -d 0 -n 5' etc. Build the UBI image and write it to this new partition: