Difference between revisions of "Talk:Quartz64 Model A Using a battery"
Jump to navigation
Jump to search
(Created page with "I can't find the temperature measured by the PTC resistor of my Renata battery. Is the reading of the temperature value available somewhere? If so, could this please also be documented here?") |
|||
Line 1: | Line 1: | ||
I can't find the temperature measured by the PTC resistor of my Renata battery. Is the reading of the temperature value available somewhere? If so, could this please also be documented here? | I can't find the temperature measured by the PTC resistor of my Renata battery. Is the reading of the temperature value available somewhere? If so, could this please also be documented here? | ||
Also: the maximum charging current seems to be ignored, I find the following (Armbian 6.6.52 kernel): | |||
<pre> | |||
root@nas:~# od --endian=big -td4 < /sys/firmware/devicetree/base/battery/constant-charge-current-max-microamp | |||
0000000 1400000 | |||
0000004 | |||
</pre> | |||
However: | |||
<pre> | |||
root@nas:~# cat /sys/class/power_supply/rk817-battery/constant_charge_current_max | |||
1000000 | |||
</pre> |
Revision as of 19:57, 6 October 2024
I can't find the temperature measured by the PTC resistor of my Renata battery. Is the reading of the temperature value available somewhere? If so, could this please also be documented here?
Also: the maximum charging current seems to be ignored, I find the following (Armbian 6.6.52 kernel):
root@nas:~# od --endian=big -td4 < /sys/firmware/devicetree/base/battery/constant-charge-current-max-microamp 0000000 1400000 0000004
However:
root@nas:~# cat /sys/class/power_supply/rk817-battery/constant_charge_current_max 1000000