Skip to content

OpenWRT upgrade

From web interface

Via cli

Create backup:

sysupgrade --create-backup /tmp/backup.tar.gz

Then pull the backup from the laptop:

apk update
apk add openssh-sftp-server
scp root@fritzbox-eichholz:/tmp/backup.tar.gz ~/backups/fritzbox-eichholz/

Upgrade:

owut check
owut upgrade

Issues

upgrade: The device is supported, but the config is incompatible to the new image (1.0->1.1). Please upgrade without keeping config (sysupgrade -n).

FAQ: There's no option in owut to upgrade without keeping the config. I can do it with auc -n, why not owut?

owut download --keep --version-to 24.10.5
sysupgrade -n /tmp/firmware.bin

Afterwards

  • Navigate to https://192.168.1.1
  • Set password
  • Configure IP
  • Configure Uplink via DSL to be able to install needed packages to run Ansible
  • Run Ansible