is there any command in uboot to copy folders, delete files in the MMC 0:1 partition

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

is there any command in uboot to copy folders, delete files in the MMC 0:1 partition

2,571 Views
srinivasa
Contributor I

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?.

0 Kudos
Reply
1 Reply

2,541 Views
yipingwang
NXP TechSupport
NXP TechSupport

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.

 

0 Kudos
Reply