shell tool to write flash via ROM bootloader

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

shell tool to write flash via ROM bootloader

891 次查看
andpas
Contributor II

Hello.

We developed a product employing a NAND flash as boot code device.

We need to program it on production line, using the ROM bootloader and USB connection to a PC with windows.

We are already using ATK to program the boards during the debug stages, but it works only in GUI mode,

while we need something that can be easily integrated on the production line, and doesn't require the intervention of the operator.

Basically we need a tool that can be launched from shell, passing all relevant parameters as options.

Is there somewhere a tool like this?

Thanks

Andrea

标签 (2)
0 项奖励
回复
2 回复数

610 次查看
YixingKong
Senior Contributor IV

Andrea, please click Correct Answe/Helpful Answer if your question had been answered.

Thanks,

Yixing

0 项奖励
回复

610 次查看
juangutierrez
NXP Employee
NXP Employee

Hi

I'm not aware of any shell-tool like what you are looking for. Only the MFG tool but is GUI based.

One think that comes to my mind is fastboot (like in Android devices) but that imply that you have an auxiliar u-boot in place  (like booting from SD) that puts the device in fastboot mode, then you can start flashing the device using fastboot tool. But that implies some significant effort in the u-boot.