2023-07-04 03:59 AM
Hello, I have a board based on the stm32mp153a and I'm trying to get it to boot, unfortunately I can only access USART 6 while it seems that uboot only tries to interact using uart4.
In my dbs file I have overridden usart6/status to be "okay" instead of disabled and have set stdout-path in /chosen (though I believe that would only impact the kernel)
However this is not working and I think I am missing something, does anyone know how to change the port used for output by uboot?
Thank you for your help
2023-07-05 12:16 AM
Can you have a look to this post Solved: Change default tf-a and u-boot serial linux consol... - STMicroelectronics Community
It may answer or provide good hints.
Olivier
2023-07-06 12:59 AM
Thank you for the link, I'm checking it out now, however I am also not getting any output from tf-a either, whereas the user in the linked thread could see the output of tf-a