u-boot=> setenv image hello_world_cm7.bin
u-boot=> setenv serverip 192.168.0.193
u-boot=> setenv ipaddr 192.168.0.200
u-boot=> tftpboot ${loadaddr} ${image}
Using enetc-0 device
TFTP from server 192.168.0.193; our IP address is 192.168.0.200
Filename 'hello_world_cm7.bin'.
Load address: 0x90400000
Loading: ##
4.5 MiB/s
done
Bytes transferred = 19024 (4a50 hex)
u-boot=> cp.b ${loadaddr} 0x203c0000 ${filesize}
M33:
>$ reboot_m7 0x203C0000
MONITOR_Dispatch(608) reboot M7 (vector: 0x203C0000)
LMM_SystemLmReset status=0
Reset LM 1, reason=fccu, errId=38
Reset LM 1, reason=fccu, errId=38
Reset LM 1, reason=fccu, errId=38
Reset LM 1, reason=fccu, errId=38
................
M33:
>$ reboot_m7 0
[MONITOR] Warning: Invalid boot_vector 0 specified. Using default boot_vector.
MONITOR_Dispatch(608) reboot M7 (vector: 0x0)
LMM_SystemLmReset status=0
M7:
BOARD_InitHardware(23)
BOARD_InitHardware(25)
MCUX SDK version: 2026.03.00
hello world.