12-29-2020, 04:56 PM
(I deleted my previous post and re-did this one. Clearer)
Ok. Found partial answers. The instructions to install uboot-pinebookpro-bsp/uboot-pinebookpro from PACMAN are good.
But it seems to replace the extlinux.conf file so making a backup first and restoring the file after before rebooting is a must.
Now I can switch from the mainline and bsp version. Good.
Looks like the "mainline" version keep the power led red until the kernel boot so it help finding which one is installed.
I have edited the sleep.conf file and changed the parameters
to
Now, when I put the computer un sleep mode, it just stay that way forever. I have to press the power button for 10 seconds and then reboot the laptop.
What did I do wrong?
Using Manjaro 20.10 btw.
Also, found out that the "mainline" version of u-boot alway boot from the eMMC. I have to keep the "bsp" version to be able to bood from SD card. Is it normal?
So, to resume, two questions:
1) With uboot-pinebookpro-bsp + "mem" settings in "sleep.conf", the computer don't resume from sleep. How to fix?
2) With uboot-pinebookpro (mainline), the computer can't boot from MicroSD anymore. BSP version can. Normal?
Thanks!
Ok. Found partial answers. The instructions to install uboot-pinebookpro-bsp/uboot-pinebookpro from PACMAN are good.
But it seems to replace the extlinux.conf file so making a backup first and restoring the file after before rebooting is a must.
Now I can switch from the mainline and bsp version. Good.
Looks like the "mainline" version keep the power led red until the kernel boot so it help finding which one is installed.
I have edited the sleep.conf file and changed the parameters
Code:
SuspendState=freeze
to
Code:
SuspendState=mem
Now, when I put the computer un sleep mode, it just stay that way forever. I have to press the power button for 10 seconds and then reboot the laptop.
What did I do wrong?
Using Manjaro 20.10 btw.
Also, found out that the "mainline" version of u-boot alway boot from the eMMC. I have to keep the "bsp" version to be able to bood from SD card. Is it normal?
So, to resume, two questions:
1) With uboot-pinebookpro-bsp + "mem" settings in "sleep.conf", the computer don't resume from sleep. How to fix?
2) With uboot-pinebookpro (mainline), the computer can't boot from MicroSD anymore. BSP version can. Normal?
Thanks!