Changes between Initial Version and Version 1 of ota


Ignore:
Timestamp:
11/02/2020 10:40:02 PM (4 years ago)
Author:
Ryan Erbstoesser
Comment:

start ota page

Legend:

Unmodified
Added
Removed
Modified
  • ota

    v1 v1  
     1= OTA - Over The Air Update
     2
     3This is a large topic with lots of variables.
     4
     5On 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
     10Read below for more details.
     11
     12== GSC Firwmare
     13
     14The GSC, or Gateworks system controller has it's own firmware.
     15This can be updated from the Linux command line, and thus scripted for OTA udpates.
     16Read more here: [wiki:gsc#GSCUpdates]
     17
     18== Bootloader
     19This 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
     25Ubuntu typically uses the standard apt-get package management system for updates.
     26
     27=== OpenWrt
     28See [wiki:OpenWrt/sysupgrade]
     29
     30=== Buildroot
     31See SWUpdate: [wiki:buildroot#SWUpdate]
     32
     33== Third Party Software
     34 * [http://mender.io]