These are the commands which i am giving for Power Mode Switch Demo
fatload mmc 0:1 0x80000000 imx93_m33_TCM_power_mode_switch.bin
setenv mmcargs 'setenv bootargs console=${console} root=${mmcroot} clk_ignore_unused'
cp.b 0x80000000 0x201e0000 0x20000
saveenv
run prepare_mcore
bootaux 0x1ffe0000 0
boot
in the m33 core terminal the below print is observed

once after the booting if i press W in the m33 terminal the A55 core is not waking up.