Skip to content

Commit 71346b8

Browse files
dgarskedanielinux
authored andcommitted
Tested on STM32F439ZI successfully. Instructions updated.
1 parent 4c2d2b7 commit 71346b8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

IDE/IAR/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ ST-Link utilities (e.g. [STSW-LINK004](https://www.st.com/en/development-tools/s
3333

3434
This step is required to compile the bootloader.
3535

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

3838
```
3939
generate_key.bat
40-
4140
```
4241

4342
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

IDE/IAR/sign_test_app.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ echo off
22

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

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

77
goto out
88

0 commit comments

Comments
 (0)