i.MX6ULL FLASHING METHODS FOR YOCTO IMAGE(NAND,EmmC)

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

i.MX6ULL FLASHING METHODS FOR YOCTO IMAGE(NAND,EmmC)

941 Views
Praveen_khot
Contributor I

Hi,

Currently we are trying to flash our new customized i.Mx6ULL board..

We have successfully programmed the board with SD card flashing but need to know how can we flash using MFG tool or any other method for NAND or EmmC flashing ..

MFG tool guidance will be much helpful in yocto project..

We have run bitbake core-image-base command and generated files as attached in the image,please let us know the method to use mfg tool through these files either in Windows or Ubuntu platform to program the board..

0 Kudos
3 Replies

915 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi Praveen_khot,

>> document
L4.1.15_2.1.0-ga_mfg-tools\L4.1.15_2.1.0-ga_mfg-tools\mfgtools\Document\V2

>>L4.1.15_2.1.0-ga_mfg-tools\mfgtools\*.vbs file
for example:
(1) mfgtool2-yocto-mx-evk-emmc.vbs
the file is used to configure mfg tool and start mfg tool.
(2) ucl2.xml
the file is very important, the configuration file determines which list in ucl2.xml will be used to program images into eMMC/SD/nand flash.
you can also add new list in the file for your own board.

At the beginning of the file, you can find which processors are supported thought USB OTG VID and PID.

So before using it, understand how it works firstly, please!

 

Have a nice day!

B.R,

weidong

0 Kudos

924 Views
Praveen_khot
Contributor I

Hi Weidong,

Thank you for the response..

I have downloaded the suggested mfg tool of the version but i need to know the steps to follow in mfg tool while programming the board either in windows or ubuntu..

It will be great if you can please guide me the steps to be followed to flash our images to the board using mfg tool..

0 Kudos

929 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hi Praveen_khot,


(1)For L4.9.88 and previous verison of linux bsp, MFG tool can be used to program images into Flash on board.
You can download MFG tool from our website, you are using L4.1.15 , so you can download it here:
https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...
------Emulators, Probes, and Programmers (14)
-----IMX6_L4.1.15_2.0.0_MFG_TOOL

Document has been inclueded in mfg tool.

(2) For all versions of linux bsp, uuu tool can be used.

---uuu.pdf
Attachment is uuu.pdf, in it you will know how to download it.
---uuu script
we provide some examples for uuu script, you can refer to it and do a little change for your application.
usage for example:
On windows command line:
e:\> uuu example_kernel_emmc.uuu

 

Have a nice day!

B.R,

Weidong