Hi there,
I have tried but it doesnt appear to do much on mines. Not sure if ive done something wrong but i just get a blank screen when i launch mines.
So i've created a script for the board i am looking to program. When i run it normally i get the following window

When i click start it runs and works so i know the script i've created is working

However when i add in -noui i get the following:

Sometimes it closes and sometimes it just stays open. Doesn't really give any indication as to whether its worked or not.
This is the code from the .vbs:
Set wshShell = CreateObject("WScript.shell")
wshShell.run "mfgtool2.exe -noui -c ""linux"" -l ""NAND Flash"" -s ""board=sabreauto"" -s ""6uluboot=evk"" -s ""nand=nand"" -s ""6uldtb=14x14-evk"" -s ""nanddtb=gpmi-weim"" -s ""part_uboot=0"" -s ""part_kernel=1"" -s ""part_dtb=2"" -s ""part_rootfs=3"" "
Set wshShell = Nothing
How do i get mines to display like yours? Is there anyway for it to display the status like it does on the user interface? Even just messages of the status as it stands i don't know what state it is in.
Kind Regards
Colin