-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPU doesnt boot from deep sleep memory mode #62
Comments
please add |
Actually, attached log is received with "no_console_suspend" option.
Again, above is written console log for suspend and DSM |
Also, I've tested exactly same kernel commit, (different dts and u-boot) with another ( custom ) board. The DSM mode works properly for that board.
So, is it possible, that main reason in the dts file for humminboard? UPD2 It seems that problem connects with usom I2-EXW rev 1.5 with mmc and wireless, because imx6dl-hummingboard.dts on the board I2-3C works with DSM and can resume. |
Do you have anything regarding that issue? |
I've configured gpio-keys as wakeup source, and tried to wakeup options in sleep mode:
1)with echo standby > /sys/power/state everything works ok
2) with echo mem > /sys/power/state, cpu stutdowns, but when I try to push button, current consumption increase from 100 mA to 350mA, but there are no reaction on the ttymcx0. After a while the board resets with reason :WDOG.
I use kernel with latest meta-solidrun-arm-imx6 commit rocko branch
`
SRCBRANCH = "solidrun-imx_4.9.x_1.0.0_ga"
SRCREV = "3b4f1a2b7c57f198641c0a45e23fe7255a164daf"
LOCALVERSION = "-mx6-sr"
SRC_URI = "git://github.com/SolidRun/linux-fslc.git;branch=${SRCBRANCH}
file://defconfig"`
I'm not sure, but as I understand the problem may be connected wit hardware due to topic: https://community.nxp.com/thread/441037
So I use Hummingboard pro
Upd. I've went to last commit in this repository, without any progress in DSM resume
The text was updated successfully, but these errors were encountered: