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.