How to mofify mfgtool uboot firmware and rebuild it?

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

How to mofify mfgtool uboot firmware and rebuild it?

997 次查看
nickruan
Contributor II

Hi Fsl,

We are using develop automobile product based iMX6Q sabresd board,we change the DDR with 2G size.

I have found some documents about DDR in community, it seems that I have to comiple MFG tool firmware for my board.

Related document, tood and source code:

1. Mfgtools-Rel-4.1.0_130816_MX6Q_UPDATER.

2. i.MX_6Dual6Quad_SABRE-SD_Linux_User's_Guide.pdf

3. L3.0.35_4.1.0_130816_source

There are desciptions about build mfgtool firmware in user guide section 3.9, but I found that uboot source code will only be downloaded when execute the command:

$ ./ltib --profile config/platform/imx/updater.profile --preconfig config/platform/imx/imx6q_updater.cf --continue --batch

and uboot source code will be removed after the command complete, I have no chance to modify the uboot source code.

So how to modify the uboot source code for mfg firmware and rebuild it?,

Thanks,

Nick

0 项奖励
2 回复数

665 次查看
joanxie
NXP TechSupport
NXP TechSupport

how about copy the uboot you build to another folder first, then after building the firmware, you can copy the orginal uboot.bin to replace it.

0 项奖励

665 次查看
nickruan
Contributor II

Hi Joan,

The uboot for MFG tool firmware is not same as normal uboot that will be flashed to board, and the compile method is also differnet.

Have you build uboot as MFG tool firmware with LTIB?

Thanks,

0 项奖励