Difference between revisions of "Updating your SIM Firmware & Cargo from Removable Media"

From Serious Documentation
Jump to: navigation, search
(User File SHIPUSER.shp)
(File Names and Locations)
 
(13 intermediate revisions by 4 users not shown)
Line 3: Line 3:
  
 
{| class="wikitable" style="text-align:center; width:100%; margin: 1em 0;"
 
{| class="wikitable" style="text-align:center; width:100%; margin: 1em 0;"
! Release
+
!Platform
! Platform(s)
+
![[SIM115_3.5"|SIM115]]
! Port
+
![[SIM225_4.3"|SIM225]]
 +
![[SIM231_4.3"|SIM231]]
 +
![[SIM243_4.3"|SIM243]]
 +
![[SIM535_7"|SIM535]]
 +
![[SIM543_7"|SIM543]]
 +
![[SIM553_7"|SIM553]]
 +
![[SIM853_10.1"|SIM853]]
 
|-
 
|-
| 5.0.211
 
| SIM115, SIM225, SIM231
 
 
| USB Host
 
| USB Host
 +
| x
 +
| x
 +
| x
 +
| x
 +
| x
 +
| x
 +
| x
 +
| x
 
|-
 
|-
| future
 
| SIM535
 
 
| SD Card
 
| SD Card
 +
|
 +
|
 +
|
 +
|
 +
| x
 +
|
 +
|
 +
|
 
|-
 
|-
| future
+
| microSD Card
| SIM535
+
|
| USB Host
+
|
|-
+
|  
| future
+
|  
| SIM245, SIM255, SIM555, SIM855
+
|  
| SD Card, USB Host
+
|  
 +
| x
 +
| x
 
|}
 
|}
  
 
== File Names and Locations ==
 
== File Names and Locations ==
  
All files must be in the root directory of the removable media. The names are fixed as follows:
+
All files must be in the proper path of the removable media. The names are fixed as follows:
  
 
{| class="wikitable" style="text-align:center; width:100%; margin: 1em 0;"
 
{| class="wikitable" style="text-align:center; width:100%; margin: 1em 0;"
Line 34: Line 54:
 
|-
 
|-
 
| SHIPAPPL.shp
 
| SHIPAPPL.shp
| SHIPEngine or installer application
+
| [[SHIPEngine]] or installer application
 
| .shp SHIP Firmware Executable
 
| .shp SHIP Firmware Executable
 +
|-
 +
| SHIPCARG.shp
 +
| SHIP GUI Cargo
 +
| .shp binary GUI File from SHIPTide
 
|-
 
|-
 
| SHIPTUGB.shp
 
| SHIPTUGB.shp
Line 45: Line 69:
 
| .shp SHIP Firmware Executable
 
| .shp SHIP Firmware Executable
 
|-
 
|-
| SHIPUSER.shp
+
| SHIPBOOT.shp
| User binary, unused by SHIP
 
| Any user format
 
|-
 
| SHIPBOOT.shi
 
 
| Booting splash image
 
| Booting splash image
 
| Serious Image Format from SHIPTide
 
| Serious Image Format from SHIPTide
 
|-
 
|-
| SHIPAPPL.shi
+
| SHIPAPPL.shp
 
| Application/GUI loading splash image
 
| Application/GUI loading splash image
 
| Serious Image Format from SHIPTide
 
| Serious Image Format from SHIPTide
 
|-
 
|-
| SHIPUPDT.shi
+
| SHIPUPDT.shp
 
| Firmware updating splash image
 
| Firmware updating splash image
 
| Serious Image Format from SHIPTide
 
| Serious Image Format from SHIPTide
 
|-
 
|-
| SHIPERRR.shi
+
| SHIPERRR.shp
 
| Error splash image
 
| Error splash image
 
| Serious Image Format from SHIPTide
 
| Serious Image Format from SHIPTide
 
|-
 
|-
| SHIPREMV.shi
+
| SHIPREMV.shp
 
| Remove media now splash image
 
| Remove media now splash image
 
| Serious Image Format from SHIPTide
 
| Serious Image Format from SHIPTide
Line 78: Line 98:
 
In [[SHIPTug]] any inserted media is (re)scanned for the presence of any update files. If they do not exist, the normal boot process will continue.
 
In [[SHIPTug]] any inserted media is (re)scanned for the presence of any update files. If they do not exist, the normal boot process will continue.
  
If any of the named files exist, the OEM-created "update" splash image (SHIPUPDT.shi) will displayed if it exists, then the update process will proceed.
+
If any of the named files exist, the OEM-created "update" splash image (SHIPUPDT.shp) will be displayed if it exists, then the update process will proceed.
  
 
In the update process, the files, one by one, will be copied over to the SIM. Each file will be stored in the appropriate place on the SIM for its type, which may vary by SIM.  
 
In the update process, the files, one by one, will be copied over to the SIM. Each file will be stored in the appropriate place on the SIM for its type, which may vary by SIM.  
  
When the update process is complete, the OEM-created "remove" splash image (SHIPREMV.shi) will be displayed if it exists, otherwise a fixed English language only prompt will be displayed, indicating to the operator to remove the media. The system will not continue until this is performed.
+
When the update process is complete, the OEM-created "remove" splash image (SHIPREMV.shp) will be displayed if it exists, otherwise a fixed English language only prompt will be displayed, indicating to the operator to remove the media. The system will not continue until this is performed.
  
 
When the media is removed, the system will automatically reboot and use any new files uploaded.
 
When the media is removed, the system will automatically reboot and use any new files uploaded.
  
== User File SHIPUSER.shp ==
+
== Preventing/Controlling Auto-Updates ==
 
 
The "user" file 'SHIPUSER.shp' is part of the update file list, but is not used by [[SHIPEngine]], [[SHIPTug]], or any of the [[SHIP]] systems. It is purely implemented as a convenience for system designers. This file will be auto-copied from removable media to the main bulk file storage system on the given SIM (for example, the e-MMC on the SIM535 or serial FLASH file system on the SIM231).
 
 
 
The [[SHIPBridge]] protocol (v1 from 5.0.211 and v2 from 5.0.200) support the ability of attached Bridge hosts to read and write all system content files, including the user file.
 
 
 
Therefore, for example, an attached system -- e.g. an [www.seriousintegrated.com/SCM118 SCM118] -- could theoretically use this file as a data file or even upgrade its own firmware using this file thereby leveraging the SD Card or USB Host capabilities of the SIM for its own purposes.
 
 
 
== Preventing Auto-Updates ==
 
  
There are several upcoming mechanisms to prevent and control the update process.
+
Since Bridge Version 2, locked files will not be considered for update.
  
In Bridge Version 2 (coming in 5.0.300) any firmware content on a Bridge Device can be "locked" from an Bridge Host. Locked files will not be considered for update.
 
  
Also coming in 5.0.300 is the ability to set various persistent variables to control/prevent the update of each content type. For example, setting a specific Boolean persistent variable to "true" will prevent the auto-updating of the [[SHIPTug]] boot loader from the 'SHIPTUGB.shp' file even if it exists on the removable media -- that file will be ignored.
+
[[Category:NoIndex]]

Latest revision as of 13:13, 17 November 2022

Supported Platforms by Release

Starting with the 5.0.211 firmware release, Serious began introducing the ability to upgrade firmware, splash images, and GUI cargo file via removable media -- not just from the SHIPTide tools.

Platform SIM115 SIM225 SIM231 SIM243 SIM535 SIM543 SIM553 SIM853
USB Host x x x x x x x x
SD Card x
microSD Card x x

File Names and Locations

All files must be in the proper path of the removable media. The names are fixed as follows:

File Name Content Type
SHIPAPPL.shp SHIPEngine or installer application .shp SHIP Firmware Executable
SHIPCARG.shp SHIP GUI Cargo .shp binary GUI File from SHIPTide
SHIPTUGB.shp SHIPTug full-featured boot loader .shp SHIP Firmware Executable
SHIPPADD.shp SHIPPaddle early stage boot loader .shp SHIP Firmware Executable
SHIPBOOT.shp Booting splash image Serious Image Format from SHIPTide
SHIPAPPL.shp Application/GUI loading splash image Serious Image Format from SHIPTide
SHIPUPDT.shp Firmware updating splash image Serious Image Format from SHIPTide
SHIPERRR.shp Error splash image Serious Image Format from SHIPTide
SHIPREMV.shp Remove media now splash image Serious Image Format from SHIPTide

Update Process

Removable media updates can only be performed from the SHIPTug boot loader.

In SHIPEngine, when media is inserted (e.g. a thumb drive is plugged in or an SD Card inserted), SHIPEngine scans the media for any of these files. If any of these files exist on the media, the GUI is halted and the system is rebooted. As part of the SHIPv5 Boot System, the SHIPTug boot loader is then executed.

In SHIPTug any inserted media is (re)scanned for the presence of any update files. If they do not exist, the normal boot process will continue.

If any of the named files exist, the OEM-created "update" splash image (SHIPUPDT.shp) will be displayed if it exists, then the update process will proceed.

In the update process, the files, one by one, will be copied over to the SIM. Each file will be stored in the appropriate place on the SIM for its type, which may vary by SIM.

When the update process is complete, the OEM-created "remove" splash image (SHIPREMV.shp) will be displayed if it exists, otherwise a fixed English language only prompt will be displayed, indicating to the operator to remove the media. The system will not continue until this is performed.

When the media is removed, the system will automatically reboot and use any new files uploaded.

Preventing/Controlling Auto-Updates

Since Bridge Version 2, locked files will not be considered for update.