I use tftpboot command to load binary program, then run go ${loadaddr} command which physical address is 0x40480000. But a fault occured:
## Starting application at 0x40480000
"Synchronous Abort" handler , esr 0x02000000
.....
.....
I have tested two bin program. One is imx4_m4_demos/imx8mq_m4_TCM_hello_world.bin and the other is image-imx8_all.bin. They both caused the same problem.