MFG Tool - Create Folder on SD card

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

MFG Tool - Create Folder on SD card

556 Views
YaronCohen
Contributor I

Hello

I would like to know if there is an option to create a new folder on the SD card as part of the Image burning on MFG tool (Example: Temp)

Thanks

0 Kudos
1 Reply

405 Views
qiang_li-mpu_se
NXP Employee
NXP Employee

You can edit the MFGTool config "ucl.xml" to create folder.

For example, you can add the followed line to create a test folder under root folder.

 

<CMD type="push" body="mkdir  /test"/>

0 Kudos