View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000618 | PicoMOD6_Linux | Kernel | public | 2011-05-26 07:01 | 2014-01-28 11:40 |
Reporter | Assigned To | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | V1.1 | ||||
Summary | 0000618: high battery power consumption on linux | ||||
Description | By showing a RTC message on kernel start the battery power consumption on PMOD6 increase nearly 10 times. This does reduce RTC battery lifetime on customer Sielaff to weeks. | ||||
Steps To Reproduce | supply battery power with external power with 3.3V to avoid effects from onboard battery | ||||
Forum Link | |||||
|
Linux driver did activate RTC registers at start and deactivated them only at shutdown. But as long as the registers are activated, the power consumption is higher. Correct is to activate the registers immediately before reading from or writing to them and to deactivate them immediately after again. |
|
Driver rewritten to handle register activation correctly. |