RE: [PATCH 7/9] board: stm32mp1: update readme

2020-02-14 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mardi 28 janvier 2020 10:11 > > Update readme: > - list the supported SOC and change family to STM32MP15x > - add warning on OTP write and prerequisite: > check if MAC address is not yet provisioned. > - Use filesize for mmc write command (avoid to write al

Re: [Uboot-stm32] [PATCH 7/9] board: stm32mp1: update readme

2020-02-13 Thread Patrice CHOTARD
On 1/28/20 10:11 AM, Patrick Delaunay wrote: > Update readme: > - list the supported SOC and change family to STM32MP15x > - add warning on OTP write and prerequisite: > check if MAC address is not yet provisioned. > - Use filesize for mmc write command (avoid to write all partition > with ${p

[PATCH 7/9] board: stm32mp1: update readme

2020-01-28 Thread Patrick Delaunay
Update readme: - list the supported SOC and change family to STM32MP15x - add warning on OTP write and prerequisite: check if MAC address is not yet provisioned. - Use filesize for mmc write command (avoid to write all partition with ${partsize}). ${filesize} and ${partsize} are set by previous