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
Copy file name to clipboardexpand all lines: boot/cypress/BlinkyApp/Readme.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### Blinking LED test application for MCUboot Bootloader
1
+
### Blinking LED test application for MCUboot bootloader
2
2
3
3
### Description
4
4
@@ -109,7 +109,7 @@ To obtain encrypted upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be
109
109
110
110
This also suggests user already placed corresponing `*.pem` key in `\keys` folder. The key variables are defined in root `Makefile` as `SIGN_KEY_FILE` and `ENC_KEY_FILE`
111
111
112
-
### Post-Build
112
+
### Post-build
113
113
114
114
Post build action is executed at compile time for `BlinkyApp`. In case of build for `PSOC_062_2M` platform it calls `imgtool` from `MCUboot` scripts and adds signature to compiled image.
Copy file name to clipboardexpand all lines: boot/cypress/MCUBootApp/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Since this application is created to demonstrate MCUboot library features and no
124
124
2.`CY_SMIF_SLAVE_SELECT_0` is used as definition SMIF driver API. This configuration is used on evaluation kit for this example CY8CPROTO-062-4343W, CY8PROTO-062S3-4343W, CY8CKIT-062-4343W. If you try to use custom hardware with this application - change value of `smif_id` in `main.c` of MCUBootApp to value that corresponds to your design.
125
125
126
126
127
-
### Downloading Solution's Assets
127
+
### Downloading solution's assets
128
128
129
129
There is a set assets required:
130
130
@@ -137,7 +137,7 @@ To get submodules - run the following command:
137
137
138
138
git submodule update --init --recursive
139
139
140
-
### Building Solution
140
+
### Building solution
141
141
142
142
This folder contains make files infrastructure for building MCUBoot Bootloader. Same approach used in sample BlinkyLedApp application. Example command are provided below for couple different build configurations.
2. MCUboot-Based Bootloader with Rollback to Factory App in External Flash [mtb-example-anycloud-mcuboot-rollback](https://github.com/cypresssemiconductorco/mtb-example-anycloud-mcuboot-rollback)
@@ -31,7 +31,7 @@ For more details about External Memory usage, please refer to separate guiding d
31
31
32
32
MCUBootApp checks image integrity with SHA256, image authenticity with EC256 digital signature verification and uses either completely software implementation of cryptographic functions or accelerated by hardware - both based on Mbed TLS Library.
33
33
34
-
### Downloading Solution's Assets
34
+
### Downloading solution's assets
35
35
36
36
There is a set assets required:
37
37
@@ -52,7 +52,7 @@ Submodules can also be updated and initialized separately:
0 commit comments