Digi Board
Requirements
scp -i <user-key-pair.pem> ubuntu@<ec2-instance-ip-address>:/aws_device_cfg.json .
scp -i <user-key-pair.pem> ubuntu@<ec2-instance-ip-address>:/caChain-xxxxxxxxxxxxxx.crt .Install Prerequisites
sudo apt install cmake
sudo apt install libcurl4-openssl-devSetup of the board
Setup of Development Environment
Download and build the demo source code on host PC
Transfer the executables on the board
Copy certificate and configuration files
Run
Last updated