imx6ull optee peripheral access control UART or GPIO

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6ull optee peripheral access control UART or GPIO

200件の閲覧回数
Karun
Contributor II

Hello,

I have optee-examples running on imx6ull board. also xtest pass all test.

Now I want to implement access control for  UART or GPIO.

only TA can send/receive data over UART, 

or TA can toggle GPIO.

other then that it is not allowed to do so.

 

I searched online/NXP forum a lot about that, but could not get any help to get start.

Is there any reference or guide available?

0 件の賞賛
返信
1 返信

186件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

NXP don't have a reference for your design but you can check the current state of the system's GPIOs can be obtained in user-mode, as shown in the following example:

cat /sys/kernel/debug/gpio

 

Check this note from our third party Variscite:

https://variwiki.com/index.php?title=MX8M_GPIO

 

Regards

0 件の賞賛
返信