Difference between revisions of "Unit ShellUpdate"

From Ultibo.org
Jump to: navigation, search
Line 5: Line 5:
 
----
 
----
  
'''Ultibo Update Shell extension unit'''
+
'''Ultibo Update Shell Extension unit'''
 
+
''To be documented''
+
  
 
=== Constants ===
 
=== Constants ===

Revision as of 06:06, 31 August 2021

Return to Unit Reference


Description


Ultibo Update Shell Extension unit

Constants



[Expand]
Shell update specific constants SHELL_UPDATE_*


[Expand]
Shell update command SHELL_UPDATE_COMMAND_*


[Expand]
Shell update action SHELL_UPDATE_ACTION_*


[Expand]
Shell update item SHELL_UPDATE_ITEM_*


[Expand]
Shell update parameter SHELL_UPDATE_PARAMETER_*


Type definitions


None defined

Class definitions



Shell Update specific classes

TShellUpdate = class(TShellCommand)


Public variables



Shell update specific variables

SHELL_UPDATE_HTTP_SERVER:String; Name or IP of http server for updates (eg 192.168.0.1)
SHELL_UPDATE_HTTP_PROXY:String; Name or IP and Port of http proxy server (eg 192.168.0.100:8080)
SHELL_UPDATE_HTTP_PATH:String; URL path on http server for updates (eg /updates/)
SHELL_UPDATE_LOCAL_PATH:String; Local path for updates (eg C:\)
SHELL_UPDATE_KERNEL_IMAGE:String; Name of the kernel image file for updates (eg kernel.img)
SHELL_UPDATE_KERNEL_CONFIG:String; Name of the kernel config file for updates (eg config.txt)
SHELL_UPDATE_KERNEL_COMMAND:String; Name of the kernel command file for updates (eg cmdline.txt)
SHELL_UPDATE_FIRMWARE_FILES:String; Name of the firmware files for updates (eg bootcode.bin,start.elf,fixup.dat)


Function declarations



Initialization functions

[Expand]
procedure ShellUpdateInit;
Description: To be documented


Return to Unit Reference