Skip to content

Commit

Permalink
doc: Remove instructions for setting update_url
Browse files Browse the repository at this point in the history
Setting/clearing the update_url U-Boot variable is no longer needed as
swupdate-check.timer is not included in the FOSS image.
  • Loading branch information
easybe committed May 17, 2024
1 parent 37381bb commit 6b151bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ Ideally, the TFTP server (e.g. [tftp-hpa](https://git.kernel.org/pub/scm/network
work:

- Select the other boot slot: `run do_toggle_bootslot`
- Prevent "updates" to proprietary image: `env set update_url updates-disabled`
(run `env set update_url && env save` to re-enable updates)
- Write environment to flash storage: `env save`
- Fetch kernel and rootfs over TFTP and write it to flash storage:

Expand Down Expand Up @@ -128,7 +126,6 @@ It is possible to install the proprietary packages via OPKG by doing the followi
Unless the above instructions have been performed multiple times, reverting back to the official image is as simple as
booting the previously used boot slot (from Linux):
```bash
fw_setenv update_url # Re-enable automatic updates
fw_setenv bootslot $(( 1 - $(fw_printenv -n bootslot) ))
reboot
```
Expand Down

0 comments on commit 6b151bf

Please sign in to comment.