Dear Aldo,
Thank you for reply.
Firstly, I made a hello_world without flag. It's working well.
./../mkimage_imx8 -soc DXL -rev A0 -append mx8dxlb0-ahab-container.img -c -flags 0x00200000 -scfw scfw_tcm.bin -ap u-boot-atf.bin a35 0x80000000 -p3 -m4 m4_image.bin 0 0x88000000 -dummy 0x87fc0000 -out flash.bin
pigbrian_0-1706657545744.png
Secondly, I made with flags. but I think it's halt. it's not displayed "hello world" on M4.
./../mkimage_imx8 -soc DXL -rev A0 -append mx8dxlb0-ahab-container.img -c -flags 0x00200000 -flags SC_BD_FLAGS_NO_AP -scfw scfw_tcm.bin -ap u-boot-atf.bin a35 0x80000000 -p3 -m4 m4_image.bin 0 0x88000000 -dummy 0x87fc0000 -out flash.bin
pigbrian_1-1706657713310.png
Could you comment for me.
PS : When I used power_mode_switch demo, I got same result.
Thank you.