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?