Difference between revisions of "SHIPHarbour:DataTypes:FSType"

From Serious Documentation
Jump to: navigation, search
 
Line 2: Line 2:
 
<onlyinclude>Used by [[SHIPHarbour:Files|Files]] requests to specify a target file system on a Serious module.</onlyinclude>
 
<onlyinclude>Used by [[SHIPHarbour:Files|Files]] requests to specify a target file system on a Serious module.</onlyinclude>
  
=== UNSET_FIRMWARETYPE ===
+
=== UNSET_FSTYPE ===
 
Must not be used, indicates the field was not set properly.
 
Must not be used, indicates the field was not set properly.
  
=== INVALID_FIRMWARETYPE ===
+
=== INVALID_FSTYPE ===
 
May be used internally to indicate an error when encountering an unexpected value.
 
May be used internally to indicate an error when encountering an unexpected value.
  
=== BOOTSTRAPPER ===
+
=== BULK ===
Represents the low-level bootstrapper executed on cold boot.
+
Internal file system.
  
=== BOOTLOADER ===
+
=== USBH ===
Represents the intelligent bootloader capable of updating firmware.
+
Removable USB Host-based file system.
  
=== APPLICATION ===
+
=== SD ===
Represents the top-level application.
+
Removable SD Card-based file system.
 
 
=== INSTALLER ===
 
Represents a program needed for the installation of other programs.
 
 
 
=== CARGO ===
 
Available on platforms executing [[SHIPEngine]], the GUI definition file.
 
 
 
=== IMAGE_BOOT ===
 
Available on platforms executing [[SHIPEngine]], an image to show while booting.
 
 
 
=== IMAGE_LOAD ===
 
Available on platforms executing [[SHIPEngine]], an image to show while loading the Cargo.
 
 
 
=== IMAGE_UPDATE ===
 
Available on platforms executing [[SHIPEngine]], an image to show when being updated.
 
 
 
=== IMAGE_ERROR ===
 
Available on platforms executing [[SHIPEngine]], an image to show after a fatal error has occurred.
 
 
 
=== IMAGE_REMOVE_MEDIA ===
 
Available on platforms executing [[SHIPEngine]], an image to show after a removable media update has finished.
 

Latest revision as of 18:22, 31 July 2017

Description

Used by Files requests to specify a target file system on a Serious module.

UNSET_FSTYPE

Must not be used, indicates the field was not set properly.

INVALID_FSTYPE

May be used internally to indicate an error when encountering an unexpected value.

BULK

Internal file system.

USBH

Removable USB Host-based file system.

SD

Removable SD Card-based file system.