cancel
Showing results for 
Search instead for 
Did you mean: 

how to add stm32mp157A own UART drivers at boot level in uboot.

srikanth
Associate III

I am using STM32MP1 Device in our costume board . In my application I need 3 UARTS out of three UARTS only one is initialized in UBOOT and its working fine , Now i want to initialize the remaining UARTS , Send and receiving the data from remaining UARTS. For this what is procedure to add new UART drivers(We are using the stlinux for the application development).

1 REPLY 1
PatrickF
ST Employee

Hi,

Did you updated the uBoot Device Tree by adding the requested UARTs ?

See

https://wiki.st.com/stm32mpu/wiki/Serial_TTY_device_tree_configuration

https://wiki.st.com/stm32mpu/wiki/How_to_configure_U-Boot_for_your_board

https://wiki.st.com/stm32mpu/wiki/How_to_compile_the_device_tree_with_the_Developer_Package

Regards,

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.