Quick guide on how to get started with Linux on i.MX 6UL EVK board using MfgTool from L3.14.52 release:
Hi !
perhaps it makes sense to convert it from Discussion to Document ?
Regards,
Yuri.
What is mmc? Why does it have to be 1. I can't find any documentation in that. Please help. Thanks
Hello,
‘mmc’ is just a variable ; from “Manufacturing Tool V2 UCL User Guide.docx”
(in documentation package of the MFG) :
---
There are two method set a actual value to variable.
1. By cfg.ini.
[variable]
board = sabresd
mmc = 0
2. By command line when launching mfgtool.exe with –s, command line will overwrite the values of same name variables in cfg.ini.
mfgtool2.exe -s "board=sabresd" -s "mmc=0"
---
For example, in file “ucl2.xml”, we can find the following :
<CMD state="Updater" type="push" body="$ sh mksdcard.sh /dev/mmcblk%mmc%"> Partitioning...</CMD>
Regards,
Yuri.