Boot Process
When the device boots, the runtime initiates a secure boot process (on supported hardware) to ensure only Atym-signed firmware executes.
Upon successful boot, the runtime connects to the Atym Hub over the network. It checks for any new configurations, downloading and applying them if available. Otherwise, it proceeds with startup. The runtime uses a manifest file to manage container operations. This file specifies:
- Which containers should be running
- Permissions for each container
- Optional configuration parameters
The runtime executes applications according to this manifest. If the actual running configuration deviates from the manifest at any point, the runtime attempts to correct the operation, bringing the device back in line.