| 1 | = OTA - Over The Air Update |
| 2 | |
| 3 | This is a large topic with lots of variables. |
| 4 | |
| 5 | On the Gateworks SBCs, or single board computers, there are several pieces to be aware of: |
| 6 | * GSC Firmware |
| 7 | * Bootloader |
| 8 | * RootFS (!OpenWrt, Ubuntu, etc) |
| 9 | |
| 10 | Read below for more details. |
| 11 | |
| 12 | == GSC Firwmare |
| 13 | |
| 14 | The GSC, or Gateworks system controller has it's own firmware. |
| 15 | This can be updated from the Linux command line, and thus scripted for OTA udpates. |
| 16 | Read more here: [wiki:gsc#GSCUpdates] |
| 17 | |
| 18 | == Bootloader |
| 19 | This can typically be updated from the Linux command line. Read more here: [wiki:ventana/bootloader#u-boot.imgThemainbootloaderapplication] |
| 20 | |
| 21 | == RootFS |
| 22 | |
| 23 | === Ubuntu |
| 24 | |
| 25 | Ubuntu typically uses the standard apt-get package management system for updates. |
| 26 | |
| 27 | === OpenWrt |
| 28 | See [wiki:OpenWrt/sysupgrade] |
| 29 | |
| 30 | === Buildroot |
| 31 | See SWUpdate: [wiki:buildroot#SWUpdate] |
| 32 | |
| 33 | == Third Party Software |
| 34 | * [http://mender.io] |