Difference between revisions of "Unit ShellUpdate"
From Ultibo.org
Line 183: | Line 183: | ||
|- | |- | ||
| <code>SHELL_UPDATE_HTTP_SERVER:String;</code> | | <code>SHELL_UPDATE_HTTP_SERVER:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Name or IP of http server for updates (eg 192.168.0.1) |
|- | |- | ||
|} | |} | ||
Line 189: | Line 189: | ||
|- | |- | ||
| <code>SHELL_UPDATE_HTTP_PATH:String;</code> | | <code>SHELL_UPDATE_HTTP_PATH:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|URL path on http server for updates (eg /updates/) |
|- | |- | ||
|} | |} | ||
Line 195: | Line 195: | ||
|- | |- | ||
| <code>SHELL_UPDATE_LOCAL_PATH:String;</code> | | <code>SHELL_UPDATE_LOCAL_PATH:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Local path for updates (eg C:\) |
|- | |- | ||
|} | |} | ||
Line 201: | Line 201: | ||
|- | |- | ||
| <code>SHELL_UPDATE_KERNEL_IMAGE:String;</code> | | <code>SHELL_UPDATE_KERNEL_IMAGE:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Name of the kernel image file for updates (eg kernel.img) |
|- | |- | ||
|} | |} | ||
Line 207: | Line 207: | ||
|- | |- | ||
| <code>SHELL_UPDATE_KERNEL_CONFIG:String;</code> | | <code>SHELL_UPDATE_KERNEL_CONFIG:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Name of the kernel config file for updates (eg config.txt) |
|- | |- | ||
|} | |} | ||
Line 213: | Line 213: | ||
|- | |- | ||
| <code>SHELL_UPDATE_KERNEL_COMMAND:String;</code> | | <code>SHELL_UPDATE_KERNEL_COMMAND:String;</code> | ||
− | | style="width: | + | | style="width: 40%;"|Name of the kernel command file for updates (eg cmdline.txt) |
|- | |- | ||
|} | |} |
Revision as of 06:13, 4 April 2017
Return to Unit Reference
Contents
[hide]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_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) |
Function declarations
Initialization functions
Return to Unit Reference