Hi.
I'm trying to compile a custom firmware for Core M4 of IMX8 Mini. I've built and downloaded the sdk from nxp online sdk builder and its github repository and created a simple hello world project. It is being compiled with no error and generates a .axf file, but when I load it in the uboot menu I see nothing being printed on M4 console.
I have tested the example images like imx8mm_m4_TCM_hello_world.bin, imx8mm_m4_TCM_low_power_wakeword.bin, etc and they works fine and I see the logs on the terminal connected to M4 UART.
I'll attach the project folder here and would appreciate any help.