i want to test my uart driver.
can any one have test plan or test case for that. Please share that.
Thanks in advance,
keshan
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.
Assuming you are using Linux, for a proof of functionality test you could have your UART driver set to the terminal in your U-Boot bootargs variable (i.e. replace console=ttyS0,115200n8 with your driver) such that the kernel will output everything to your new UART driver.