Re: [PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM

2021-11-30 Thread Marek Vasut
On 11/30/21 11:28, Patrice CHOTARD wrote: HI Marek On 11/15/21 12:23 PM, Patrick DELAUNAY wrote: Hi Marek, On 11/13/21 3:25 AM, Marek Vasut wrote: Add script to read U-Boot from SD card and write it to matching locations in the SPI NOR, thus making the SPI NOR bootable. The script erases the

Re: [PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM

2021-11-30 Thread Patrice CHOTARD
HI Marek On 11/15/21 12:23 PM, Patrick DELAUNAY wrote: > Hi Marek, > > On 11/13/21 3:25 AM, Marek Vasut wrote: >> Add script to read U-Boot from SD card and write it to matching >> locations in the SPI NOR, thus making the SPI NOR bootable. The >> script erases the entire SPI NOR, including U-Boo

Re: [PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM

2021-11-15 Thread Patrick DELAUNAY
Hi Marek, On 11/13/21 3:25 AM, Marek Vasut wrote: Add script to read U-Boot from SD card and write it to matching locations in the SPI NOR, thus making the SPI NOR bootable. The script erases the entire SPI NOR, including U-Boot environment, to make sure the installation is clean. To retain envi

Re: [PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM

2021-11-15 Thread Patrice CHOTARD
Hi Marek On 11/13/21 3:25 AM, Marek Vasut wrote: > Add script to read U-Boot from SD card and write it to matching > locations in the SPI NOR, thus making the SPI NOR bootable. The > script erases the entire SPI NOR, including U-Boot environment, > to make sure the installation is clean. To retain

[PATCH] ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOM

2021-11-12 Thread Marek Vasut
Add script to read U-Boot from SD card and write it to matching locations in the SPI NOR, thus making the SPI NOR bootable. The script erases the entire SPI NOR, including U-Boot environment, to make sure the installation is clean. To retain environment from current running U-Boot, run 'saveenv' af