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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
824 次查看
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 解答
534 次查看
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 回复
535 次查看
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 项奖励
回复