Failed to validate a model on N6 target (using both CLI and CubeMX GUI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-28 6:20 AM - last edited on ‎2025-04-28 6:21 AM by Andrew Neil
Hello, me again.
So I tried to validate a file through cubeAI and ST Edge AI. But always stops by a build problem.
Here is what I do with the CLI:
I followed the Getting started - How to evaluate a model on STM32N6 board .
First I generated the things inside the right file. Its done without any problem.
Then, Because I am using the Nucleo board, I used this command.
python C:\Appl\ST\STEdgeAI\2.0\scripts\N6_scripts\n6_loader.py --n6-loader-config C:\Appl\ST\STEdgeAI\2.0\scripts\N6_scripts\config_n6l.json
(I tried to use the normal one without --n6-loader-config but not working, also build error, so I tried this one)
And my json scripts are like this:
However the out come is not right, build error:
And it gives out a comic outcome: I dont know why it have such a error worning.
By the GUI from CubeMX, the log is almost the same.
So I have no idea why, the only reason I can think of is that I dont have a Nucleo board validation program:
As you can see here, it only have a DK board project, and the external Flash might and some other configurations might be different.
So could you help me check what is wrong? thanks a lot in advance.
And by the way if there is really a Nucleo Board validation project, could you please tell me where to find it?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-29 7:43 AM
Hello @Einstein_rookie_version,
As of today, it is supported only using IAR, not gcc for the Nucleo board.
We are working on it to make it also compatible with gcc
Have a good day,
Julian
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-29 7:43 AM
Hello @Einstein_rookie_version,
As of today, it is supported only using IAR, not gcc for the Nucleo board.
We are working on it to make it also compatible with gcc
Have a good day,
Julian
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
