Skip to content

Commit

Permalink
Add a note about upgrading from old upstream builds
Browse files Browse the repository at this point in the history
Should help in situations like #91 and #92
  • Loading branch information
Jalle19 committed Nov 30, 2024
1 parent 99781bd commit 40ebaa9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ There are two ways to flash new firmware to your device:
* using the `upgrade-fw` script. Download the `.fw` file you want to flash to your device, then run `upgrade-fw path/to/file.fw`. The script only works for updating installations made to the device's flash memory - if dual-booting from a
USB device you should not use it.

### Updating from older upstream builds (16 and older)

If your configuration for minisatip is done with the `MINISATIP8` and `MINISATIP8_OPTS` options you need to change
those configuration keys to be `MINISATIP` and `MINISATIP_OPTS` respectively, otherwise `minisatip` won't start
at all.

It's best to start with a [fresh configuration](./fs-add/etc/config.default), then adjust `MINISATIP_OPTS` according to your setup.


## Securing your installation

By default, the `root` password is `satip`. To harden the installation you should
Expand Down

0 comments on commit 40ebaa9

Please sign in to comment.