How to build Linux MFG Firmware for i.MX6Q

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to build Linux MFG Firmware for i.MX6Q

1,060 次查看
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
标签 (2)
0 项奖励
回复
1 回复

710 次查看
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 项奖励
回复