i.MX6DQ Android BSP low power mode on SABRE board.

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

i.MX6DQ Android BSP low power mode on SABRE board.

ソリューションへジャンプ
924件の閲覧回数
satoshishimoda
Senior Contributor I

Hi community,

I have a question about low power mode of i.MX6DQ Android BSP.

You know, i.MX6DQ Androud BSP's behavior is as following when press power button (SW1) on MCIMX6Q-SDP.

Press a short time: Enter to low power mode.

Press about 500 ms ~ 1 seconds: Appear a window to power off or silent mode.

Press over 5 seconds: Force power off.

I guess, the 2nd and 3rd function (appear window and force power off) are executed by ONOFF pin.

In this case, what controls the 1st function (enter to low power mode)?

Does GPIO interrupt control it by PWR_BTN_SNS signal on MCIMX6Q-SDP?

Best Regards,

Satoshi Shimoda

ラベル(5)
タグ(2)
0 件の賞賛
返信
1 解決策
634件の閲覧回数
alejandrolozan1
NXP Employee
NXP Employee

Hi Satoshi,

The first function is controlled by PWR_BTN_SNS pin just like you mention. But it is handled by the gpio-keys driver. As you can see in the device tree the pin is no configured or handled as a normal GPIO that generates an IRQ.

/Alejandro

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
635件の閲覧回数
alejandrolozan1
NXP Employee
NXP Employee

Hi Satoshi,

The first function is controlled by PWR_BTN_SNS pin just like you mention. But it is handled by the gpio-keys driver. As you can see in the device tree the pin is no configured or handled as a normal GPIO that generates an IRQ.

/Alejandro

0 件の賞賛
返信