Re: [PATCH 4/6] configs: stm32f729-discovery: Fix console cmdline

2025-05-05 Thread Patrice CHOTARD
On 4/22/25 09:51, Patrick DELAUNAY wrote: > Hi, > > On 4/1/25 15:51, Patrice Chotard wrote: >> The Linux cmdline encoded in the defconfig is wrong, the >> STM32 USART driver registers as ttySTM0 not ttyS0. >> >> Signed-off-by: Patrice Chotard >> --- >> >>   configs/stm32f429-discovery_defconfi

Re: [PATCH 4/6] configs: stm32f729-discovery: Fix console cmdline

2025-04-22 Thread Patrick DELAUNAY
Hi, On 4/1/25 15:51, Patrice Chotard wrote: The Linux cmdline encoded in the defconfig is wrong, the STM32 USART driver registers as ttySTM0 not ttyS0. Signed-off-by: Patrice Chotard --- configs/stm32f429-discovery_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 4/6] configs: stm32f729-discovery: Fix console cmdline

2025-04-01 Thread Patrice Chotard
The Linux cmdline encoded in the defconfig is wrong, the STM32 USART driver registers as ttySTM0 not ttyS0. Signed-off-by: Patrice Chotard --- configs/stm32f429-discovery_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/stm32f429-discovery_defconfig b/confi