I'm debugging the i.MX 8M Mini board.
Now I can compile the kernel and get Image file. I put the Image file to SD card to replace the old one, the board can boot up to linux smoothly.
Now I'd like to get Image in ubbot by tftpboot.
As far as I know, in uboot, I can use the following command to load Image to ram:
tftp <addr in ram> Image
But how to set the address in ddr?
Thanks!