Correct path for gencert tools and use python3

This commit is contained in:
Arno Onken 2020-02-11 02:08:41 +00:00 committed by Conor Patrick
parent ab1c9417b1
commit 601c98000a

View File

@ -119,7 +119,7 @@ First, [Build your solo application and bootloader](/solo/building).
Print your attestation key in a hex string format. Using our utility script:
```
python tools/print_x_y.py device_key.pem
python3 tools/gencert/print_x_y.py device_key.pem
```
Merge the `bootloader.hex`, `solo.hex`, attestion key, and certificate into one firmware file.