deployment model zoo
- March 3, 2026
- 4 replies
- 146 views
Dear all,
I am currently deploying the image_classification application.
So, from stm32ai-modelzoo-services (in my case, it is in the directory stm32ai-modelzoo-services4), I am using the following command with my configuration file:
python .\stm32ai_main.py --config-path . --config-name .\user_deployment_n6_config.yaml
I added some code in /common/stm32ai_local/build.py to help diagnose the programming of the STM32N6570-DK board.
The programming process seems to complete correctly, but when I restart the kit (with BOOT0 and BOOT1 set to the left), the screen remains black.
However, if I launch STM32CubeIDE, import my application, perform a build, and then a Run As, the programming works correctly and the application runs perfectly.
I believe the original goal is, of course, to be able to program and run my application directly using the script:
python .\stm32ai_main.py --config-path . --config-name .\user_deployment_n6_config.yaml
Please find attached the execution log of the script.
Many thanks in advance for your help.
Emmanuel
