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