hello ,
I am trying to communicate with my spi device through optee, for this, am using spi driver.
(aosp\optee\optee_os\core\drivers\Pl022_spi.c)
And I do not have access to uart
My query is :
Is there any possibility to see debug logs of optee ( secure world ) from usb (adb shell) ?
I see a dir in hikey board-> /bugreports ? I wonder if there is any logging mechanism which I dont know of !!!
Thanks