STM32N6 project builds and deploys, but freezes on dev-kit when starting edge-impluse-run-impulse

Dear Forum,

Project iD 851238 builds as expected resulting in a .zip with the required .bin and .hex files to deploy the complete application onto my STM32N6 dev-kit. I can flash the files to the kit and the application starts with the camera output shown on the display and the message “Inference not Running” on the screen.

Running the edge-impulse-run-impulse command on my Ubuntu laptop results in the following screen and the image on the dev-kit freezes until I reset the board.
STM32N6-yolo-pro-lockup-screenshot 27-1-26

Any ideas why this demo will load but not run? I have run more basic Edge-Impulse projects on this dev-kit successfully in recent weeks, so I know that the basic HW/SW setup is good.

TTFN,

DJE666