Skip to content

Commit

Permalink
Tested on STM32F439ZI successfully. Instructions updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jan 24, 2025
1 parent 82fec61 commit ab17d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions IDE/IAR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ ST-Link utilities (e.g. [STSW-LINK004](https://www.st.com/en/development-tools/s

This step is required to compile the bootloader.

Open a command line terminal in the [IAR](./) directory. Execute the following script:
Open a command line terminal in the [IDE/IAR](./) directory. Execute the following script:

```
generate_key.bat
```

The script will generate a keypair. The file `wolfboot_signing_private_key.der` in the root of the repository contains the private key that will be used
Expand Down
2 changes: 1 addition & 1 deletion IDE/IAR/sign_test_app.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ echo off

if "%~1"=="" goto fail

keytools\sign.exe --ecc256 --sha256 Debug\Exe\wolfboot-test-app.bin wolfboot_signing_private_key.der %1
keytools\sign.exe --ecc256 --sha256 Debug\Exe\wolfboot-test-app.bin ..\..\wolfboot_signing_private_key.der %1

goto out

Expand Down

0 comments on commit ab17d2d

Please sign in to comment.