Thank you for your reply.
@there is no filesystem in u-boot.
From the U-boot Quick reference manual I found that, the command "fatload" is used to load binary file from a dos filesystem. I know how to use /load the files from eMMC if the eMMC is in DOS partition.
"there is no filesystem in u-boot." means ?
Can I use "fatload" command for USB storage also if the USB storage is in fat format?
@so there is no command to copy files from USB storage to EMMC.
Then how I can make use of USB storage at U-boot level?