Hi!
How does debugging and running M33 code happen on evkmimx8ulp board?
I've found resources that I need to bake the m33 app binary to flash.bin using the imx-mkimage before I can debug it and I've found resources where you just connect segger with vscode extension and press debug.
I tried debugging the hello world example with vscode extension and segger and everything freezes. I'm running the demo images the board came with.
I have tried finding the binary files from "Linux release package" needed for imx-mkimage with no luck. I don't have yocto build setup yet.
Can the M core be programmed and debugged with just vscode extension or do I need to make the image container?
BR
BL