Difference between revisions of "Unit ShellUpdate"

From Ultibo.org
Jump to: navigation, search
Line 245: Line 245:
 
| <code>SHELL_UPDATE_KERNEL_COMMAND:String;</code>
 
| <code>SHELL_UPDATE_KERNEL_COMMAND:String;</code>
 
| style="width: 40%;"|Name of the kernel command file for updates (eg cmdline.txt)
 
| style="width: 40%;"|Name of the kernel command file for updates (eg cmdline.txt)
 +
|-
 +
|}
 +
{| class="wikitable" style="font-size: 14px; text-align: left; width: 100%; height: 50px;"
 
|-
 
|-
 
| <code>SHELL_UPDATE_FIRMWARE_FILES:String;</code>
 
| <code>SHELL_UPDATE_FIRMWARE_FILES:String;</code>

Revision as of 05:33, 27 March 2018

Return to Unit Reference


Description


Ultibo Update Shell extension unit

To be documented

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

[Expand]

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