OpenSSL is only needed for signing the
bootloader and application images when booting using a bootloader.
Below are the steps for installing
OpenSSL:
For Windows
- Download OpenSSL v1.1.1w Light: OpenSSL Download
- Install to the default path and
follow the prompted steps
- When prompted, select to install
binaries to /bin folder instead of the Windows system path
- Add path to OpenSSL in enviroment
"Path" variables: C:/Program Files/OpenSSL-Win64/bin
For Linux
- Run the following command in Linux
Ubuntu shell to install
$ sudo apt install openssl