Tool/software:
Hi
Can I use UART1 instead of UART0 during DFU?
I was able to perform a DFU update with uart1 by referring to the forum. Is there any problem if I use it with uart1?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi
Can I use UART1 instead of UART0 during DFU?
I was able to perform a DFU update with uart1 by referring to the forum. Is there any problem if I use it with uart1?
Hi,
main_uart1 is reserved for TIFS logs:
Regards,
Aparna
Hi, Patra
if just outputting TIFS logs, wouldn't it be okay to use u-boot console main_uart1?
Regards,
Kim
Hi Kim,
Yes this should be possible. I have not tried this out yet but you can refer to the device tree changes required to enable main_uart1 as well as add its alias in the chosen section of the dt file, as mentioned here: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1319645/am6421-main-uart1-unresponsive-r5-spl
Regards,
Aparna