mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Updated README: removed Cube.AI version information
This commit is contained in:
parent
a958118bc1
commit
872e8531e4
@ -14,7 +14,7 @@ Starting from a trained network model, such as a *.h5 saved model* from Keras, C
|
||||
|
||||
> Note: It is recommended to use Linux to build the firmware. Even if it is still possible to do it with Windows, you may run into some issues, for example because of symbolic links in the project. If you're on Windows, you can use [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install-win10), it will provide a full Linux environnement and the compilation will be painless.
|
||||
|
||||
- stm32ai command line to generate the optimized code. **Version 4.1.0** [Download from ST website]( https://www.st.com/en/embedded-software/x-cube-ai.html)
|
||||
- stm32ai command line to generate the optimized code. [Download the latest version from ST website]( https://www.st.com/en/embedded-software/x-cube-ai.html)
|
||||
|
||||
If you have the extension already enabled in Cube.MX, just add
|
||||
`<home>/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/<version>/Utilities/<operating-system>/`
|
||||
@ -57,8 +57,8 @@ Then copy (or symlink) the files from Cube.AI to the AI directory:
|
||||
|
||||
```bash
|
||||
# If X-CUBE-AI has been installed from STM32Cube
|
||||
cp ~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/4.1.0/Middlewares/ST/AI/Inc/* ./AI/Inc/
|
||||
cp ~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/4.1.0/Middlewares/ST/AI/lib/ABI2.1/STM32H7/NetworkRuntime410_CM7_IAR.a ./AI/Lib/NetworkRuntime410_CM7_GCC.a
|
||||
cp ~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/<version>/Middlewares/ST/AI/Inc/* ./AI/Inc/
|
||||
cp ~/STM32Cube/Repository/Packs/STMicroelectronics/X-CUBE-AI/<version>/Middlewares/ST/AI/lib/ABI2.1/STM32H7/NetworkRuntime410_CM7_IAR.a ./AI/Lib/NetworkRuntime410_CM7_GCC.a
|
||||
|
||||
# If X-CUBE-AI has been downloaded from ST website
|
||||
cp <cube-ai-path>/Middlewares/ST/AI/Inc/* ./AI/Inc/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user