If you are asking a question, please follow this template:
- My goal is: I need to disable all the messages over UART0 while device is booting up
- My actions are: In mos.yml I have already done debug.stdout_uart =1 and debug.stderr_uart=1
- The result I see is: Still I can see some logs while device is booting up
- My expectation & question is: I need to completely bypass all the messages of UART0 while device is booting and I want to know how to disable and enable UART in run time, because under UART API section There is no API for enable or disbale or close the UART