Hi!
I created a model on a raspberry pi 5. I launched it with the command : edge-impulse-linux-runner
I got this result. Please tell me how to specify the impulse.
Hi @leon7 - my first thought is that it looks like you have configured the runner with a project that has no impulses in it. Does the project you are connecting to have an impulse in it?
To clear the configuration and select a new project, you can run the runner with the --clean
flag: edge-impulse-linux-runner --clean
Let me know if that helps.