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: examples/usercimaimodule/imagimob/README.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,24 @@ Currently the existing sample model files are generated for [Human Activity Reco
15
15
16
16
## Installation
17
17
18
-
Please check for the pre-requisites mentioned [here](https://github.com/Infineon/micropython/tree/ports-psoc6-main/ports/psoc6#pre-requisites).
18
+
### Dependencies
19
+
20
+
- WSL (Windows Subsystem Layer)
21
+
- USBIPD
22
+
- ModusToolbox (version 3.0)
23
+
- MicroPython project with psoc6 port enabled
24
+
25
+
The development environment for the project is [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). Please follow the steps in link to get WSL ready. Additionally [usbip](https://learn.microsoft.com/en-us/windows/wsl/connect-usb) installation should be done to allow accessing psoc device within WSL.
26
+
27
+
Please ensure to follow the pre-requisites mentioned [here](https://github.com/Infineon/micropython/tree/ports-psoc6-main/ports/psoc6#pre-requisites) and get the required installation.
28
+
29
+
By now, all the required installations should be working.
19
30
20
31
## Usage
21
32
22
33
Follow the steps below to generate micropython bindings for your imagimob generated model.
23
34
24
-
1.The imagimob micropytthon integration is available in imai-mp-integration, so checkout to that branch after cloning this repository.
35
+
1.Clone the repository and switch to ports-psoc6-main branch.
Copy file name to clipboardExpand all lines: ports/psoc6/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This port is intended to run on Infineon PSoC™ 6 microcontrollers.
6
6
7
7
The following port is using Infineon ModusToolbox™ to resolve the specific PSoC™ board resources and building flags. Before working with micropython:
8
8
9
-
1. Install [ModusToolbox](https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/). Minimum version required is 3.0.
9
+
1. Install [ModusToolbox](https://softwaretools.infineon.com/tools/com.ifx.tb.tool.modustoolbox?_ga=2.77665684.1651703860.1718094141-10754106.1710937391). Minimum version required is 3.0.
10
10
11
11
2. Run the following script from MicroPython repository root to add the required tools to the system PATH, and install the udev rules:
0 commit comments