OsX path for STM32_Programmer_CLI
Added how to add the STM32_Programmer_CLI to your OsX path Fixes https://github.com/Nitrokey/nitrokey-fido2-firmware/pull/20
This commit is contained in:
parent
09d450ed02
commit
db479850a6
@ -83,6 +83,12 @@ go to bottom page and from STM32CubeProg row select Download button.
|
||||
4. In installation directory go to ./bin - there the ./STM32_Programmer_CLI is located
|
||||
5. Add symlink to the STM32 CLI binary to .local/bin. Make sure the latter it is in $PATH.
|
||||
|
||||
If you're on OsX and installed the STM32CubeProg, you need to add the following to your path:
|
||||
```bash
|
||||
# ~/.bash_profile
|
||||
export PATH="/Applications/STMicroelectronics/STM32Cube/STM32CubeProgrammer/STM32CubeProgrammer.app/Contents/MacOs/bin/":$PATH
|
||||
```
|
||||
|
||||
# Building and flashing
|
||||
## Building
|
||||
Please follow https://docs.solokeys.io/solo/building/, as the build way changes rapidly.
|
||||
@ -206,4 +212,3 @@ via the Makefile command. It is sufficient to run:
|
||||
make env3
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user