I’m working in optee. I need to get the data from the uart in the optee. So that uart driver needs to be enabled in the optee os. Is there any driver files available or need to write the new uart driver inorder to access the uart data from the optee. Please suggest reference to get started.
Does this mean, serial8250 is the controller used in Jetson Xavier NX for UART1?
My main objective here is to read data from uart port in optee os. As per the previous issue thread you have referred we understand that it requires
UART driver on OPTEE OS
System call interface for TA
A Trusted app to read data from uart device.
Is there any reference implementation for the same?