MFG Tool question

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

MFG Tool question

跳至解决方案
847 次查看
eunseokjung
Contributor II

Hi, all

I'm using MFG tool for burnning bootloader.

When i used this, it showed to me that bootloader was built in offset 0x100000 and 0x200000.

But when i read the flash memory, bootloader wasn't there. Bootloader is existed in 0x100000 and A80000.

Why these different are occurred?

Plz, help this problem to solve

Thank you

Eunseok.

标签 (1)
0 项奖励
1 解答
675 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  NAND-based boot loaders do not support XIP approach and should be built to run

in RAM area, but located in NAND (ROM). Special code (primary loader) have to pre-load

the bootloader to RAM area.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
2 回复数
675 次查看
BiyongSUN
NXP Employee
NXP Employee

The mfg tool mechanism is "boot from usb otg".

It is running a entire system in the DDR including rootfs.

uuc is waiting for command from mfg tool by ucl2.xml.

So a customized mfg tool is a must for a customized board.

676 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  NAND-based boot loaders do not support XIP approach and should be built to run

in RAM area, but located in NAND (ROM). Special code (primary loader) have to pre-load

the bootloader to RAM area.


Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励