I have two different i.MX6 systems that I want to program using the MfgTool2 utility. They have different PIDs:
pid="0054"
pid="0061"
Looking at the description of the ucl2.xml file it seems like it's possible to support multiple profiles but every combination of values causes the tool to crash at boot. These are the two versions I'm trying to combine:
<CFG>
<STATE name="BootStrap" dev="MX6Q" vid="15A2" pid="0054"/>
<STATE name="Updater" dev="MSC" vid="066F" pid="37FF"/>
</CFG>
<CFG>
<STATE name="BootStrap" dev="MX6Q" vid="15A2" pid="0061"/>
<STATE name="Updater" dev="MSC" vid="066F" pid="37FF"/>
</CFG>
Does anyone know the correct Syntax to combine these into the same <CFG> section?
Thanks
.