we are looking for filesystem commands (i.e copy, remove..etc) in the mmc boot partition(i.e mmc 0:1) to copy folder, remove existing files etc in the same mmc partition(mmc 0:1) in uboot, just like how we do linux console. is there any command in uboot?.
u-boot only can load file as the following.
=> ext2load mmc 0:1 $load_addr <file_name>
There is no other command to operate file or folder.