fail to download, mfgtool

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

fail to download, mfgtool

Jump to solution
1,838 Views
openclosed
Contributor I

Hi.
I have an i.mx6qp sabrea board and I want to download Android Q8.0.0_1.0.0 demo image.


I downloaded 2 mfg tools.
1.https: //www.nxp.com/webapp/Download? ColCode = ANDROID-THINGS-MFG_TOOL & location = null
2.https: //www.nxp.com/webapp/Download? ColCode = i.MX6UL-ANDROID-THINGS-2.0.0-MFG-TOOL & location = null

If you use mfgtool 2, the device is not recognized.
So, I replaced the MfgToolLib.dll file of mfgtool 1 with 2.
The device is then recognized.


In the ucl2.xml file, there was no "SDCard-Android" part, so I searched Google and replaced the file.


I tried to download mfgtool2-android-mx6qp-sabresd-sd.vbs file by double-clicking it to run mfgtool2.
But I got an error below. Why is that?
UTP: sending Success to kernel for command $ mkfs.ext4 -F / dev / mmcblk2p7.
utp_poll: pass returned.
UTP: received command '$ mount -o remount, size = 600M rootfs /'
UTP: executing "mount -o remount, size = 600M rootfs /"
UTP: sending Success to kernel for command $ mount -o remount, size = 600M rootfs /.
utp_poll: pass returned.
UTP: received command 'send'
UTP: sending Success to kernel for command send.
UTP: received command '$ simg2img $ FILE / dev / mmcblk2p5'
UTP: executing "simg2img $ FILE / dev / mmcblk2p5"
Failed to read sparse file
UTP: sending Non-success to kernel for command $ simg2img $ FILE / dev / mmcblk2p5.
utp_poll: exit with status 65280

In mfgtool # 1, mfgtool2-android-mx6qp-sabresd-sd.vbs file was missing, so it was imported from mfgtool # 2.
When mfgtool2 starts running and downloads,
Stop at "Starting kernel ...". Why is that?

Is there any mfg tool that works normally?

Attach log file to download with mfg tool # 1.

Labels (3)
0 Kudos
1 Solution
1,734 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Dear An jin ho,

   

    It is recommended that you use Android9.0.0_2.2.0 DEMO image to test the development board. Because MFG tools will gradually be replaced by uuu tools.

1. Here is P9.0_2.2.0 demo image (P9.0.0_2.2.0_GA_DEMO_MX6SD)

Android OS for i.MX Applications Processors | NXP 

---BSP, Drivers and Middleware (98)

    ---P9.0.0_2.2.0_GA_DEMO_MX6SD

After decompressing it, you will see these files:

pastedImage_4.png

files in red rectangle are 2 .bat files, which inlcude all commands for downloading, open one of them by text editor, you can find how to use it.

2. the link of uuu tool

GitHub - NXPmicro/mfgtools: Freescale/NXP I.MX Chip image deploy tools. 

On the page, you can also find the link for downloading uuu tool

pastedImage_3.png

After download uuu tool, you can get a uuu.exe file, copy it to the directory of P9.0.0_2.2.0 demo image.

Then run uuu_imx_android_flash.bat or fastboot_imx_flashall.bat to download images to board on command line.

Have a great day!

B.R,

Weidong

View solution in original post

0 Kudos
2 Replies
1,735 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Dear An jin ho,

   

    It is recommended that you use Android9.0.0_2.2.0 DEMO image to test the development board. Because MFG tools will gradually be replaced by uuu tools.

1. Here is P9.0_2.2.0 demo image (P9.0.0_2.2.0_GA_DEMO_MX6SD)

Android OS for i.MX Applications Processors | NXP 

---BSP, Drivers and Middleware (98)

    ---P9.0.0_2.2.0_GA_DEMO_MX6SD

After decompressing it, you will see these files:

pastedImage_4.png

files in red rectangle are 2 .bat files, which inlcude all commands for downloading, open one of them by text editor, you can find how to use it.

2. the link of uuu tool

GitHub - NXPmicro/mfgtools: Freescale/NXP I.MX Chip image deploy tools. 

On the page, you can also find the link for downloading uuu tool

pastedImage_3.png

After download uuu tool, you can get a uuu.exe file, copy it to the directory of P9.0.0_2.2.0 demo image.

Then run uuu_imx_android_flash.bat or fastboot_imx_flashall.bat to download images to board on command line.

Have a great day!

B.R,

Weidong

0 Kudos
1,735 Views
openclosed
Contributor I

Thank you very much for the detailed explanation.
I'll do it the way you told me.

0 Kudos