This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:keros_custo:sw_updates [2019/12/20 17:06] ghi [Software update over Network] |
wiki:keros_custo:sw_updates [2020/06/09 17:20] (current) ghi |
||
|---|---|---|---|
| Line 48: | Line 48: | ||
| Powering off a gateway during a major upgrade will brick it. | Powering off a gateway during a major upgrade will brick it. | ||
| </note> | </note> | ||
| + | |||
| + | ===== Software update over Web interface ===== | ||
| + | |||
| + | The following example describes how to trigger an update over network. This example uses a package meant to upgrade the firmware, however, the steps are the same for any other package. | ||
| + | |||
| + | - Connect to your gateway web interface: [[wiki:systeme_mana:webui#connect_to_the_web_interface|Web interface connection]] | ||
| + | - Go in the "Update" Menu | ||
| + | - Drag & drop your ipk file and click on UPDATE GATEWAY. | ||
| + | - A reboot is required to finalize the update, click on REBOOT GATEWAY. | ||
| ===== Software update over Network ===== | ===== Software update over Network ===== | ||
| Line 168: | Line 177: | ||
| # | # | ||
| - | # Force the system to put the packages immediatly in backup | + | # Force the system to put the packages immediately in backup |
| # | # | ||
| force_backup() | force_backup() | ||
| Line 202: | Line 211: | ||
| trigger_update | trigger_update | ||
| - | # Optional: Force the system to put the packages immediatly in backup | + | # Optional: Force the system to put the packages immediately in backup |
| #force_backup | #force_backup | ||