Skip to content

Commit 03c28da

Browse files
author
Clement Leger
committed
Readme: fix typo and add more informations
1 parent f84732a commit 03c28da

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It has only been successfully tested with a CY8CKIT-049 42xx kit.
1313
The prerequisites are the following:
1414
- `gengetopt`
1515
- `make`
16-
- `wine` (to run cyelftool when using makefile)
16+
- `wine` (to run `cyelftool` when using makefile)
1717
- An arm toolchain (arm-none-eabi-)
1818

1919
In order to build and install these utilities:
@@ -51,7 +51,7 @@ To build it, the `make` command should be sufficient.
5151

5252
Thanks from https://github.com/gv1/hex2cyacd, the format is well explained and it was possible to write a C tool.
5353
ihex2cyacd is a an utility to create cyacd files from ihex files.
54-
In order to use it, the simplest way is to use it
54+
Using the Makefile.cypress will hide the usage.
5555

5656
### Usage
5757

@@ -70,6 +70,7 @@ In order to use it, the simplest way is to use it
7070

7171
A Makefile.cypress file is available in the repository in order to easily compile cydsn projects.
7272
Two variable are required to be set which are PSOC_CREATOR_DIR and PROJECT_DIR.
73+
Additionnally, An ARM toolchain is necessary. Code Sourcery ones are sufficient.
7374
The easiest way to use it is to create a Makefile with the following content
7475

7576
```
@@ -79,6 +80,7 @@ PROJECT_DIR := Path_to_project.cydsn
7980
include Makefile.cypress
8081
8182
```
83+
`cyelftool` is still used though wine (not reversed yet).
8284

8385
Then type `make` to compile the application.
8486
Note that some old generated files may be outdated and can't compile.
@@ -92,4 +94,4 @@ The final cyacd file can be flashed using `cyhostboot`.
9294
## Notes
9395

9496
The `cyelftool` cypress utility has not yet been reversed.
95-
However thanks to wine, this utility can be used and
97+
However thanks to wine, this utility can be used under Linux.

0 commit comments

Comments
 (0)