Hi everyone,
I have a Linksys Velop MX10600 and recently flashed OpenWrt 24.10 rc5 from OEM Web UI using factory firmware image for MX5300. I tried to upgrade to rc6 using Luci but apparently upgrading from Luci does not work. Not sure if that is because MX10600 is different from MX5300, or because sysupgrade in rc5 does not support MX10600 yet.
Now, I have rc5 running and can see mtd information from a ssh shell as shown below:
mtd20: 00020000 00020000 "devinfo"
mtd21: 09600000 00020000 "kernel"
mtd22: 09000000 00020000 "rootfs"
mtd23: 09600000 00020000 "alt_kernel"
mtd24: 09000000 00020000 "alt_rootfs"
mtd25: 00200000 00020000 "sysdiag"
This device has dual partition and can run 2 firmware. I have 'Advanced Reboot' installed and can boot from either partition. Currently I can only boot from the partition that has rc5 installed.
I want to install rc7 to the second partition and boot from there. My question is this: what is the best way to achieve this goal? I no longer have stock firmware on the device, so I cannot flash OpenWrt factory image from OEM Web UI.
I am fairly familiar with Linux CLI but do not want to brick my MX10600.
Thanks in advance for any insight and advice.