Suspend state: discharge time
#11
The problem with the Manjaro sleep is the required u-boot. 

Manjaro ships with a mainline u-boot which is missing the required patches for proper S3 sleep support.
This is why the /etc/systemd/sleep.conf is currently still configured for SuspendState=freeze
If you simply remove that line, the kernel will do proper S3 sleep instead of S2idle, but you'll need the propritary Rockchip u-boot from the BSP. 

By flashing the propritary u-boot (get it from one of the debian images for example) to your eMMC or SD card you can enable S3 sleep:
Code:
sudo dd if=idbloader.img of=/dev/mmcblk0 bs=512 seek=64 oflag=direct,sync
sudo dd if=u-boot.itb of=/dev/mmcblk0 bs=512 seek=16384 oflag=direct,sync

Be careful the mmcblk argument, it might be different if you're using eMMC or SD card.
#12
>get it from one of the debian images for example
Err, which one? I count at least 4,
stock, auyfan, danielt, armbian
And, with the difference in boot priority, I doubt these are all the same
--edit--
Now that I think about it, q4os is based on stretch too
--edit--
I should have read more closely, sorry
I see your point now, s3 sleep will (maybe) work with ANY distro
Do any of the BSP uboots prioritize SD over emmc?
Any idea of the comparative power savings?


Possibly Related Threads…
Thread Author Replies Views Last Post
  high battery drain on suspend/poweroff wiz 5 4,904 02-10-2022, 11:52 AM
Last Post: wdt
  Power consumption and suspend to ram robt 33 41,986 11-30-2020, 04:32 PM
Last Post: wdt
  Pinebook Pro doesn't boot most of the time unless connected via USB-serial! nib0 16 12,861 09-29-2020, 10:24 PM
Last Post: wdt
  New Pinebook Pro, only boots 50% of the time micnd90 8 7,632 09-08-2020, 01:25 PM
Last Post: wdt
  PBP running shipping Manjaro won't wake from suspend fornio 2 4,356 07-21-2020, 07:04 AM
Last Post: vancheese
  It's been fun, but time to sell chetchinglo 5 6,088 07-15-2020, 10:47 PM
Last Post: xmixahlx
  Suspend with NVME not working - Default Debian appdev46 5 8,451 07-14-2020, 01:53 PM
Last Post: Jeremiah Cornelius
  Boot time text messges Pbowen 2 2,958 06-10-2020, 02:41 PM
Last Post: Pbowen
  Shipping time and cost estimates request janat08 1 3,032 05-16-2020, 01:03 PM
Last Post: janat08
  Always in 'Charging' state, despite being disconnected from external power phuzy 13 13,139 03-26-2020, 04:12 AM
Last Post: agurenko

Forum Jump:


Users browsing this thread: 1 Guest(s)