Lines Matching +full:- +full:- +full:user

11 1. MCUboot-Based Basic Bootloader [mtb-example-psoc6-mcuboot-basic](https://github.com/cypresssemiconductorco/mtb-example-psoc6-mcuboot-basic)
12 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)
17 * MCUBootApp - PSoC6 MCUboot-based bootloading application;
18 * BlinkyApp - simple PSoC6 blinking LED application which is a target of BOOT/UPGRADE;
22 * [0x10000000, 0x10018000] - MCUBootApp (bootloader) area;
23 * [0x10018000, 0x10028000] - primary slot for BlinkyApp;
24 * [0x10028000, 0x10038000] - secondary slot for BlinkyApp;
25 * [0x10038000, 0x10039000] - scratch area;
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.
46 git clone --recursive https://github.com/mcu-tools/mcuboot.git
51 git submodule update --init --recursive
61 Instructions on how to build and upload MCUBootApp bootloader application and sample user applocation are located in `Readme.md` files in corresponding folders.
77 *Make* - make sure it is added to system's `PATH` variable and correct path is first in the list;
79 *Python/Python3* - make sure you have correct path referenced in `PATH`;
81 *Msys2* - to use systems PATH navigate to msys2 folder, open `msys2_shell.cmd`, uncomment set `MSYS2_PATH_TYPE=inherit`, restart MSYS2 shell.