You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -59,9 +59,9 @@ To get samples and DevKits, please fill in [this form](https://tropicsquare.com/
59
59
60
60
### Pre-requirements
61
61
1. Get one of the targeted hardware platforms. For example, Linux PC + TROPIC01 USB stick or Raspberry PI 3/4/5 + TROPIC01 RPI shield
62
-
2. Install toolchain (incl. compiler or cross-compiler). For example, GNU Toolchain (gcc) or ARM cross-compiling toolchain (armv8-rpi3-linux-gnueabihf)
63
-
3. Install CMake and Autotools
64
-
4. Install Git
62
+
2. Install toolchain (incl. compiler or cross-compiler). For example, GNU Toolchain (gcc) or ARM cross-compiling toolchain (armv8-rpi3-linux-gnueabihf)
63
+
3. Install CMake and Autotools
64
+
4. Install Git
65
65
66
66
Some guidelines for RPi are available [here](https://earthly.dev/blog/cross-compiling-raspberry-pi/)
67
67
@@ -79,8 +79,8 @@ $ sudo apt install wiringpi
79
79
80
80
For the integration with wolfSSL, there are a few pre-defined slots for the secure keys storage (the slots mapping might be changed in tropic01.h):
81
81
```sh
82
-
TROPIC01_AES_RMEM_SLOT_DEFAULT 1 // slot in R-memory for AES key
83
-
TROPIC01_ED25519_PUB_RMEM_SLOT_DEFAULT 2 // slot in R-memory for ED25519 Public key
82
+
TROPIC01_AES_RMEM_SLOT_DEFAULT 1 // slot in R-memory for AES key
83
+
TROPIC01_ED25519_PUB_RMEM_SLOT_DEFAULT 2 // slot in R-memory for ED25519 Public key
84
84
TROPIC01_ED25519_PRIV_RMEM_SLOT_DEFAULT 3 //slot in R-memory for ED25519 Private key
85
85
TROPIC01_ED25519_ECC_SLOT_DEFAULT 1 // slot in ECC keys storage for both public and private keys
86
86
PAIRING_KEY_SLOT_INDEX_0 0 //pairing keys slot
@@ -105,22 +105,22 @@ Or run the following commands:
105
105
### Build wolfSSL
106
106
1. Clone wolfSSL from the wolfSSL GitHub (https://github.com/wolfSSL/wolfssl)
107
107
108
-
2. Make sure that the version of wolfSSL supports TROPIC01 - check if the folder wolfssl/wolfcrypt/src/port/tropicsquare exists
108
+
2. Make sure that the version of wolfSSL supports TROPIC01 - check if the folder wolfssl/wolfcrypt/src/port/tropicsquare exists
109
109
110
110
3. To compile wolfSSL with TROPIC01 support using Autoconf/configure:
0 commit comments