Trying to run the application on M4 core using the steps mentioned https://imxdev.gitlab.io/tutorial/Enabling_Cortex-M4_on_i.MX_8QXP_MEK/
=> dhcp
=> setenv serverip <ip_from_host_pc>
=> tftp 0x88000000 hello_world.bin
=> dcache flush
=> bootaux 0x88000000
And I am getting the following error on the below step
=> tftp 0x88000000 hello_world.bin
Using ethernet@5b040000 device
TFTP from server 192.168.1.2; our IP address is 192.168.1.3
Filename 'hello_world.bin'.
TFTP error: trying to overwrite reserved memory...
Let me know the right CM address for IMX8QXP please. Referred to a few documents too and couldnt get the address