Hi,
In the uboot environment, I want to use the following command to load the image file from the network to the memory.
tftpboot [memory address] 192.168.5.177:[Large Image]
In the uboot environment, which [memory address] is the safe address I can use,
and the [memory address] will have no chance to cover memory that already have used.
