From 601c98000a7bd965c8df285a7b7edca2a0c5f14b Mon Sep 17 00:00:00 2001 From: Arno Onken Date: Tue, 11 Feb 2020 02:08:41 +0000 Subject: [PATCH] Correct path for gencert tools and use python3 --- docs/solo/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solo/customization.md b/docs/solo/customization.md index bffcbd7..25e55b2 100644 --- a/docs/solo/customization.md +++ b/docs/solo/customization.md @@ -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.