Lines Matching refs:to
1 ### Port of MCUboot library to be used with Cypress targets
31 …ry, secondary slot and bootloader app sizes are appropriate and correspond to flash area size defi…
38 …celeration of cryptography shortens boot time more then 4 times, comparing to software implementat…
40 To enable hardware acceleration in `MCUBootApp` pass flag `USE_CRYPTO_HW=1` to `make` while build.
44 ### How to modify memory map
48 Navigate to `sysflash.h` and modify the flash area(s) / slots sizes to meet your needs.
52 Navigate to `sysflash.h`, uncomment `CY_FLASH_MAP_EXT_DESC` definition.
55 …e sure you have updated `MCUBOOT_MAX_IMG_SECTORS` appropriatery with sector size assumed to be 512.
57 **How to override the flash map values during build process:**
59 Navigate to MCUBootApp.mk, find section `DEFINES_APP +=`
60 Update this line and or add similar for flash map parameters to override.
85 …e set to 2 (only dual-image is supported at the moment). This could also be done on build time by …
87 Default value of `MCUBOOT_IMAGE_NUMBER` is 1, which corresponds to single image configuratios.
93 * Upgrades Secondary to Primary if valid images found;
115 __Note:__ It is also possible to place secondary (upgrade) slots in external memory module so resul…
116 For more details about External Memory usage, please refer to separate guiding document `ExternalMe…
120 Since this application is created to demonstrate MCUboot library features and not as reference exam…
122 …to configure serial port for debug prints. This is the most commonly used Serial Communication Blo…
124 …. If you try to use custom hardware with this application - change value of `smif_id` in `main.c` …
152 …XTERNAL_FLASH=1` flag to `make` command in examples above. In this case UPGRADE image will be loca…
178 Connect a board to your computer. Switch Kitprog3 to DAP-BULK mode by pressing `SW3 MODE` button un…
188 …ogrammer` - follow [link](https://www.cypress.com/products/psoc-programming-solutions) to download.
189 …to your computer. Switch Kitprog3 to DAP-BULK mode by pressing `SW3 MODE` button until `LED2 STATU…
192 …to your computer. Switch embeded Kitprog3 to `DAPLINK` mode by pressing `SW3 MODE` button until `…
214 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
218 *Msys2* - to use systems PATH navigate to msys2 folder, open `msys2_shell.cmd`, uncomment set `MSYS…