Skip to content

Commit

Permalink
Fix hard powerdown bug with pcUtil.
Browse files Browse the repository at this point in the history
When triggering a power down via the power button, the handling of the shutdown
request flag in the PMIC would incorrectly send a shutdown command back to the
PMIC, causing the camera to hard powerdown. This would prevent the hwclock from
getting a chance to save any changes, and can also lead to disc corruption.

See: krontech/chronos-cli@ffcd1f0
  • Loading branch information
oskirby committed Nov 19, 2019
1 parent 27d8895 commit 541fc54
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
+----------------------------------+
++ ++
| Chronos V0.3.2-patch1 Changelog |
++ ++
+----------------------------------+

Fixed Bugs:
- Setting the clock in the util window would not be saved across reboots.
- Powering down via the camera power button may lead to lost or corrupt files.

+----------------------------------+
++ ++
| Chronos V0.3.2 Changelog |
++ ++
+----------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions rootfs/opt/camera/cam-pipeline
Git LFS file not shown
4 changes: 2 additions & 2 deletions rootfs/opt/camera/cam-regdump
Git LFS file not shown
4 changes: 2 additions & 2 deletions rootfs/usr/local/sbin/pcUtil
Git LFS file not shown

0 comments on commit 541fc54

Please sign in to comment.