Provision device
Introduction
Provisioning is a procedure initialization AosCore-powered device and registration it on AosCloud. After provisioning procedure, device should be available on AosCloud and could be fully managed by it.
Prerequisites
Provisioning of a device is performed with aos-prov
cli tool.
Python
andaos-prov
cli tool should be installed on your system. How to install it you may find here.- AosCloud OEM user certificate should present on your system. To check presence execute command:
aos-keys info --oem
. If it is absent, refer to docs to generate a new one.
Provisioning
To provision device, it should be enabled and connected to network. You need to know the IP-address of the device.
Execute command to start provisioning (replace device_ip_address
with IP address of device)
aos-prov provision -u {device_ip_address}
When command execution is finished, your device will be provisioned.