This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:keros_custo:sw_updates [2019/09/25 17:12] ghi [Specific files] |
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 55: | Line 64: | ||
| - Transfer the KerOS package corresponding to the new firmware in this directory: <code bash> | - Transfer the KerOS package corresponding to the new firmware in this directory: <code bash> | ||
| # From a computer: | # From a computer: | ||
| - | scp keros_2.0.4.ipk root@<ip_address>:/user/.updates/ | + | scp keros_4.1.6_klkgw-signed.ipk root@<ip_address>:/user/.updates/ |
| </code> | </code> | ||
| - Ensure file is correctly written: <code bash># On the gateway: | - Ensure file is correctly written: <code bash># On the gateway: | ||
| 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 | ||