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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ Below are instructions to build the MicroPython-OpenCV firmware from scratch. In
293
293
294
294
Because OpenCV adds ~3MiB to the firmware size, it is necessary to define variants that reduce the storage size to avoid it overlapping with the firmware. It is also beneficial to adjust the board name to include `OpenCV` (or similar) to help customers and tech support identify whether the MicroPython-OpenCV is actually flashed to the board.
295
295
296
-
Below is the variant for the XRP Controller as an example. The variant is defined by creating a file called `mpconfigvariant_OPENCV.cmake` in [`micropython/ports/rp2/boards/SPARKFUN_XRP_CONTROLLER`](micropython/ports/rp2/boards/SPARKFUN_XRP_CONTROLLER) with contents:
296
+
Below is the variant for the XRP Controller as an example. The variant is defined by creating a file called `mpconfigvariant_OPENCV.cmake` in [`micropython/ports/rp2/boards/SPARKFUN_XRP_CONTROLLER`](https://github.com/sparkfun/micropython/blob/7e728e8c6aad74ca244183f3e0705db6f332abd9/ports/rp2/boards/SPARKFUN_XRP_CONTROLLER/mpconfigvariant_LARGE_BINARY.cmake) with contents:
297
297
298
298
```
299
299
list(APPEND MICROPY_DEF_BOARD
@@ -314,11 +314,11 @@ Only RP2350 exists currently, so the all requirements for adding new platforms i
314
314
315
315
1. Create a valid toolchain file for the platform
316
316
* See [rp2350.toolchain.cmake](src/opencv/platforms/rp2350.toolchain.cmake) for reference
317
-
* This loosely follow's [OpenCV's platform definitions](src/opencv/opencv/platforms)
317
+
* This loosely follow's [OpenCV's platform definitions](https://github.com/opencv/opencv/tree/4.x/platforms)
0 commit comments