Re: [PATCH 17/18] stm32mp: stm32prog: support for script

2020-04-14 Thread Patrice CHOTARD
Hi On 3/18/20 9:25 AM, Patrick Delaunay wrote: > Support an U-Boot script included in uimage instead of flashlayout file > (text file in tsv format). > > This feature is used to execute this script directly when U-Boot is > loaded in DDR (for update without STM32CubeProgrammer for example). > > A

[PATCH 17/18] stm32mp: stm32prog: support for script

2020-03-18 Thread Patrick Delaunay
Support an U-Boot script included in uimage instead of flashlayout file (text file in tsv format). This feature is used to execute this script directly when U-Boot is loaded in DDR (for update without STM32CubeProgrammer for example). A simple example with dfu-util only is: $> echo "dfu 0" > scr