How to build Linux MFG Firmware for i.MX6Q

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

How to build Linux MFG Firmware for i.MX6Q

669 Views
geekdarcy
Contributor III
Hi everyone,
 
I'm developing a new board based on the IMX6.

I'm trying to build MFG Firmware on   BSP  L3.0.35_4.1.0_130816_source.
I  have  found  the normal uboot.bin is not  shared with mfg tool on BSP  L3.0.35_4.1.0_130816_source.
I Have build mfg tool‘s firmware  step by step according to Reference book whose name is

"Manufacturing Tool V2 Linux or Android Firmware Development Guide V2"

The following is my step to build uboot:

1) make mx6q_sabresd_mfg_config

2) make

build uImage is as below:

1) make imx6_updater_defconfig

2) make uImage.

But,the mfg tool still can not work. It stop on  "jumping to OS image".

And,On the third page of  "Manufacturing Tool V2 Linux or Android Firmware Development Guide V2"  

it says “

How to Generate U-Boot and Kernel Image for MFG

Please refer to the BSP User Guide, chapter Build Manufacturing Firmware”.

I am confused whether I have to build  my images under  LTIB ,which said in   BSP User Guide.

Does anyone know what I am doing wrong? Any clue about that error?
 
Kind regards
Labels (2)
0 Kudos
1 Reply

319 Views
joanxie
NXP TechSupport
NXP TechSupport

refer to the user guide, Run the following command line to generate the manufacturing firmware.
./ltib --profile config/platform/imx/updater.profile --preconfig config/platform/imx/
imx6q_updater.cf --continue --batch

0 Kudos