Update user documentation in cypress folder
Signed-off-by: Roman Okhrimenko <roman.okhrimenko@cypress.com>
diff --git a/boot/cypress/BlinkyApp/Readme.md b/boot/cypress/BlinkyApp/Readme.md
index 2431481..7622077 100644
--- a/boot/cypress/BlinkyApp/Readme.md
+++ b/boot/cypress/BlinkyApp/Readme.md
@@ -2,9 +2,9 @@
**Description:**
-Implements simple Blinky LED CM4 application to demonstrate MCUBoot Application and CypressBootloader operation in terms of BOOT and UPGRADE process.
+Implements simple Blinky LED CM4 application to demonstrate MCUBoot Application operation in terms of BOOT and UPGRADE process.
-It is started by MCUBoot Application or CypressBootloader which is running on CM0p.
+It is started by MCUBoot Application which is running on CM0p.
Functionality:
diff --git a/boot/cypress/MCUBootApp/README.md b/boot/cypress/MCUBootApp/README.md
index c251446..98ded66 100644
--- a/boot/cypress/MCUBootApp/README.md
+++ b/boot/cypress/MCUBootApp/README.md
@@ -151,5 +151,9 @@
*Msys2* - to use systems PATH navigate to msys2 folder, open `msys2_shell.cmd`, uncomment set `MSYS2_PATH_TYPE=inherit`, restart MSYS2 shell.
+*Cygwin* - add following to build command `CURDIR=pwd | cygpath --mixed -f -` so that build command looks like that:
+
+ make app APP_NAME=MCUBootApp PLATFORM=PSOC_062_2M CURDIR=`pwd | cygpath --mixed -f -`
+
This will iherit system's PATH so should find `python3.7` installed in regular way as well as imgtool and its dependencies.
diff --git a/boot/cypress/README.md b/boot/cypress/README.md
index 3783eee..1d87605 100644
--- a/boot/cypress/README.md
+++ b/boot/cypress/README.md
@@ -6,8 +6,6 @@
There are four applications implemented:
* MCUBootApp - PSoC6 MCUBoot-based bootloading application;
-* CypressBootloader - PSoC6 MCUBoot-based Cypress' Secure Boot application;
-* SecureBlinkyApp - simple PSoC6 blinking LED application which is a target of BOOT/UPGRADE, running on CM0p and playing a role of SPE;
* BlinkyApp - simple PSoC6 blinking LED application which is a target of BOOT/UPGRADE;
The default flash map for MCUBootApp implemented is next:
@@ -26,7 +24,6 @@
There is a set assets required:
* MCUBooot Library (root repository)
-* PSoC6 BSP Library
* PSoC6 Peripheral Drivers Library (PDL)
* mbedTLS Cryptographic Library
@@ -45,20 +42,16 @@
**Building Solution**
-This folder contains make files infrastructure for building both MCUBoot Bootloader, CypressBootloader and sample SecureBlinkyApp and BlinkyApp applications used for Bootloader demo functionality.
-
-Instructions on how to build and upload Bootloader and sample image are located in `Readme.md` files in corresponding folders.
-
Root directory for build is **boot/cypress.**
+This folder contains make files infrastructure for building both MCUBoot Bootloader and sample BlinkyApp application used for Bootloader demo functionality.
+
+Instructions on how to build and upload MCUBootApp bootloader application and sample user applocation are located in `Readme.md` files in corresponding folders.
+
**Currently supported platforms:**
* PSOC_062_2M - for MCUBoot, BlinkyApp;
-* PSOC_064_2M, PSOC_064_1M, PSOC_064_512K - for CypressBootloader, SecureBlinkyApp;
-
-* PSOC_062_2M, PSOC_064_2M, PSOC_064_1M, PSOC_064_512K - for BlinkyApp;
-
**Build environment troubleshooting:**
Following CLI / IDE are supported for project build: