:~ $ hexdump -C /proc/device-tree/chosen/power/power_resetIf system was reset by the PMIC then the reset reason is stored in one its registers and is made available here upon reboot
https://www.raspberrypi.com/documentati ... hosenpowerN.B If the source power supply disconnected the power then the register will be blank because it's a full power reset.Code:
hexdump -C /proc/device-tree/chosen/power/power_reset
00000000 00 00 00 00 |....|
00000004
Here are my results. Can you see what's happening
Statistics: Posted by tt77forever — Tue Jan 14, 2025 3:48 am