shell tool to write flash via ROM bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

shell tool to write flash via ROM bootloader

805 Views
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

Labels (2)
0 Kudos
2 Replies

524 Views
YixingKong
Senior Contributor IV

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

Thanks,

Yixing

0 Kudos

524 Views
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.