table of contents
- bookworm 2022.12+dfsg-4+deb12u1
- bookworm-backports 2024.12.1+dfsg-1~bpo12+1
- testing 2024.12.1+dfsg-1+b1
- unstable 2024.12.1+dfsg-1+b3
IPC(1) | Embedded Software Update Documentation | IPC(1) |
NAME¶
ipc - SWUpdate IPC tool
swupdate-ipc sends a specific command to SWUpdate. The following commands are enabled:
AES¶
send a new aes key to SWUpdate
SETVERSION¶
sends a range of versions that can be accepted.
GETHAWKBIT¶
return status of the connection to Hawkbit.
SENDTOHAWKBIT¶
send data to the Hawkbit Server. A typical use case is acknowledgement for activation by an application or operator after a new software has been installed. The tool can forward the result for the activation to the hawkBit server.
SYSRESTART¶
send a restart command after a network update
SYNOPSIS¶
swupdate-ipc <cmd> [option]
Where cmd is one of the listed above.
DESCRIPTION¶
- aes <key> <ivt>
- AES key to be used for decryption
- setversion <min> <max> <current>
- configure the accepted range of versions
- hawkbitcfg
- configuration for Hawkbit Module
- swupdate-sendtohawkbit <action id> <status> <finished> <execution> <detail 1> <detail 2> ..
- Send Acknowledge to Hawkbit server after an update if SWUpdate is set to wait for.
- sysrestart
- Used with SWU handler, allow one to perform a network restart
COPYRIGHT¶
2013-2025, Stefano Babic
February 15, 2025 | 2024.12 |