Wiki source code of OTA Auto Update For Gateway Firmware
Version 8.1 by Edwin Chen on 2022/12/28 23:53
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
5.1 | 1 | **Table of Contents:** |
2 | |||
3 | {{toc/}} | ||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
![]() |
2.1 | 9 | = 1. What is OTA and how it works = |
![]() |
1.2 | 10 | |
![]() |
6.2 | 11 | |
![]() |
6.6 | 12 | Dragino gateways support firmware OTA auto-update. In OTA update, the gateway will connect to Dragino update server and get the latest firmware and update it to the gateway for (% style="color:blue" %)**bug fix** (%%)and (% style="color:blue" %)**new features**. |
![]() |
1.2 | 13 | |
![]() |
2.1 | 14 | In below case, gateway will connect to Dragino server to check for updates: |
![]() |
1.2 | 15 | |
![]() |
2.1 | 16 | * Every reboot |
17 | * Every midnight (~~UTC time: 12:00) | ||
![]() |
1.2 | 18 | |
![]() |
2.1 | 19 | = 2. Support hardrware & Software = |
![]() |
1.2 | 20 | |
![]() |
2.1 | 21 | |
![]() |
6.3 | 22 | {{velocity}} |
23 | $xwiki.ssfx.use("js/xwiki/table/table.css") | ||
24 | $xwiki.jsfx.use("js/xwiki/table/tablefilterNsort.js", true) | ||
25 | {{/velocity}} | ||
26 | |||
![]() |
6.7 | 27 | (% border="1" cellspacing="10" class="doOddEven filterable grid sortable" id="tableid" style="background-color:#f7faff; width:1007.99px" %) |
28 | (% class="sortHeader" %)|=(% style="width: 177px;" %)Models|=(% style="width: 210px;" %)Devices Type|=(% style="width: 283px;" %)OS, CPU Info|=(% style="width: 176px;" %)Firmware requirement|=(% style="width: 156px;" %)OTA Update Detail | ||
29 | |(% style="width:177px" %)((( | ||
![]() |
6.4 | 30 | [[LIG16>>https://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.html]],[[LPS8>>https://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]], [[LPS8N>>https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]], [[LG308>>https://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[LG308N>>https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]], [[DLOS8>>https://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]], [[DLOS8N** **>>https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]] |
![]() |
6.7 | 31 | )))|(% style="width:210px" %)LoRaWAN Gateway|(% style="width:283px" %)((( |
![]() |
6.6 | 32 | * Linux OS: OpenWrt, |
33 | * CPU: 400MHz, | ||
34 | * Flash: 16MB, RAM: 64MB | ||
35 | )))|(% style="width:176px" %)((( | ||
![]() |
6.3 | 36 | ((( |
37 | |||
38 | ))) | ||
![]() |
6.7 | 39 | )))|(% style="width:156px" %)[[Change Log>>||anchor="H3.1ForLIG162CLPS82CLPS8N2CLG3082CLG308N2CDLOS82CDLOS8N"]] |
40 | |(% style="width:177px" %)[[LPS8v2>>https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]]|(% style="width:210px" %)LoRaWAN Gateway|(% style="width:283px" %)((( | ||
![]() |
6.6 | 41 | * Linux OS: Armbian, |
42 | * CPU: Quad-core Cortex-A7 1.2Ghz | ||
43 | * RAM: 512MB | ||
44 | * eMMC: 4GB | ||
45 | )))|(% style="width:176px" %)((( | ||
![]() |
6.3 | 46 | |
![]() |
6.7 | 47 | )))|(% style="width:156px" %)[[Change Log>>||anchor="H3.2ForLPS8Nv2"]] |
48 | |(% style="width:177px" %)[[LG01v2>>https://www.dragino.com/products/lora-lorawan-gateway/item/244-lg01v2.html]]|(% style="width:210px" %)Single Channel LoRa Gateway|(% style="width:283px" %)((( | ||
![]() |
6.6 | 49 | * Linux OS: Armbian, |
50 | * CPU: Quad-core Cortex-A7 1.2Ghz | ||
51 | * RAM: 512MB | ||
52 | * eMMC: 4GB | ||
53 | )))|(% style="width:176px" %)((( | ||
![]() |
6.3 | 54 | |
![]() |
6.7 | 55 | )))|(% style="width:156px" %)[[Change Log>>||anchor="H3.3.ForLG01v2"]] |
![]() |
2.1 | 56 | |
![]() |
4.1 | 57 | = 3. OTA Update Change Log = |
58 | |||
59 | == 3.1 For LIG16,LPS8, LPS8N, LG308, LG308N, DLOS8, DLOS8N == | ||
60 | |||
61 | |||
62 | == 3.2 For LPS8Nv2 == | ||
63 | |||
64 | |||
65 | == 3.3. For LG01v2 == | ||
66 | |||
67 | |||
![]() |
7.1 | 68 | == 3.4 TODO list == |
![]() |
4.1 | 69 | |
![]() |
7.1 | 70 | * Solve "DC no in band" issue for Senet Downink in EU868 band. |
![]() |
8.1 | 71 | * Add Fall Back IP to LPS8v2 |
72 | * | ||
![]() |
7.1 | 73 | |
![]() |
4.1 | 74 | = 4. Disable OTA Update = |
75 | |||
![]() |
6.2 | 76 | |
![]() |
4.1 | 77 | It is possible for clients to disable OTA update feature. Below is the instruction: |
![]() |
6.2 | 78 | |
79 | |||
80 | |||
81 | |||
82 | |||
83 | |||
84 |