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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

2,593 次查看
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 项奖励
回复
1 回复

2,563 次查看
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 项奖励
回复