Today, 02:54 AM
(Yesterday, 10:53 PM)teekay Wrote: On my device, after pulling the battery then booting up, I always get a failed boot (red light flashes a few times and it switches off). Powering on the second time always works. Does this happen for everyone? This is the last thing I see on the serial port before it shuts down:
Code:U-Boot SPL 2024.04-rc1-megi-ppp-00176-g6dc0a49f522d-dirty (Feb 15 2024 - 22:51:58 +0100)
Battery status: vol=3884 cur=5846 ocv=2423 plugin=0 status=off usb_fault=1 usb_exist=0 bat_exist=1
I suspect it has to do with the ocv (battery open circuit voltage) being too low (probably due to cur value being impossibly high), because on a subsequent boot, it looks better:
Code:U-Boot SPL 2024.04-rc1-megi-ppp-00176-g6dc0a49f522d-dirty (Feb 15 2024 - 22:51:58 +0100)
Battery status: vol=3845 cur=-436 ocv=3954 plugin=0 status=off usb_fault=1 usb_exist=0 bat_exist=1
Trying to boot from SPI
I am experiencing this behavior not always but more like 50% of the time after battery removal.