I hope you are doing well,
Please accept my apologies for delayed answer.
Please find the answer below.
We tried to flash the image in our imx8mq board by following the steps below.
Connected the USB device (with Image) to the board
=> usb start
=> usb info [to confirm that the USB device has been attached successfully]
=> fatls usb <n> [to check images in USB device]
=> fatload usb 0:1 {loadaddr} <kernel_image>
=> fatload usb 0:1 {fdt_addr} <dtb>
=> booti {loadaddr} - {fdt_addr}
and we were able to boot the board and get the kernel logs.
The value of {loadaddr} and {fdt_addr} can be found in Table 63. Board-specific default value of
i.MX Linux User's Guide
Thanks & Regards
Sanket Parekh