2017-03-14, 00:22
I had same RPI2 temperature not displaying correctly issue as @amediauser & can confirm this is fixed on #0313
(2017-03-13, 23:52)Aux_ Wrote: I come from the work, tv switched on and kodi two times crashed befor the console was loaded properly
#0212
http://pastebin.com/jA2ZpwCS
http://pastebin.com/k670FFaW
22:38:07.516 T:1961409632 ERROR: Window Translator: Can't find window pvr
(2017-03-14, 00:22)beertank Wrote: I had same RPI2 temperature not displaying correctly issue as @amediauser & can confirm this is fixed on #0313
(2017-03-14, 00:19)dantist Wrote: Sure, here it is: http://sprunge.us/CMiC
(2017-03-13, 19:53)J_E_F_F Wrote: Updated from 0301 to 0312 and the lightning bolt icon appeared, solid lightning bolt from initial boot time, at idle, playing a video whenever, solid lightning bolt..
I have a 2.5 amp power supply and tried a second one just to be sure.
You can see 2 other users and I talking about this issue from post 1114 here http://forum.kodi.tv/showthread.php?tid=298461&page=75
Their issues started with build 0302, mine started earlier but either build 0301 or bumping the CPU voltage temporarily fixed my issue, which has now returned in subsequent builds.
Rolled back to 0301 and no lightning bolt.
Tried a few others ( I still find the nightly build host extremely slow, taking between 5 and 8 min to download 150mb, so what should be a quick process was not)
0312 Lightning bolt (tested again x2)
0310 Lightning bolt
0305 Lightning bolt
0303 Lightning bolt
0302 Lightning bolt (debug log) http://sprunge.us/QYFW
0301 No Lightning bolt (tested x3 (debug log)) http://sprunge.us/JNhi
Like I said, I did see this on and off prior to 0301, but that is a build that works every time and from 0302 forward, I see the lightning bolt, so that is hopefully a good starting point with the debug logs posted above.
Oddly the lightning bolt when displayed is from the instant of the reboot, well before Kodi is actually loaded.
Quote:Build Highlights:But since the firmware update in build #0227 this hasn't worked correctly.
New firmware (default to using total_mem=1023)
(2017-03-14, 00:31)Milhouse Wrote:(2017-03-13, 23:52)Aux_ Wrote: I come from the work, tv switched on and kodi two times crashed befor the console was loaded properly
#0212
http://pastebin.com/jA2ZpwCS
http://pastebin.com/k670FFaW
The crashes don't appear to be the same - first is crashing in GUI code, the second during a PVR database call - so it's not obvious why it is crashing all of a sudden. However it does appear to be just as the EPG is loaded.
Since you're using a PVR, this is a bit worrying:
Code:22:38:07.516 T:1961409632 ERROR: Window Translator: Can't find window pvr
What version/build where you using before #0312 (you said #0212, but that's a typo). There's not much that has changed in #0312 (
(2017-03-14, 00:59)amediauser Wrote: @Milhouse do you have any thoughts on the total_mem option, or is this one for @popcornmix?
(2017-03-14, 01:45)Aux_ Wrote: Sorry @Milhouse I mean #0312 not #0212, my mistake
(2017-03-14, 01:52)Milhouse Wrote:(2017-03-14, 01:45)Aux_ Wrote: Sorry @Milhouse I mean #0312 not #0212, my mistake
What build were you using before #0312 - there's nothing immediately obvious in #0312 which might explain such crashes.
(2017-03-14, 00:41)J_E_F_F Wrote: So far, no lightning bolt with 0313, perhaps this was a firmware issue that was resolved.
(2017-03-14, 10:47)Aux_ Wrote:(2017-03-14, 01:52)Milhouse Wrote:(2017-03-14, 01:45)Aux_ Wrote: Sorry @Milhouse I mean #0312 not #0212, my mistake
What build were you using before #0312 - there's nothing immediately obvious in #0312 which might explain such crashes.
I used the # 311 before # 312. This happens from time to time in other builds also. I've observed that when the TV channels are read (upper right corner) a crash occurs,
(2017-03-14, 13:56)popcornmix Wrote: It does sound like spurious reporting of under-voltage rather than an actual under-voltage condition.
Also if you see the symbol again, can you report output of "vcgencmd get_throttled"
(2017-03-14, 13:56)popcornmix Wrote:(2017-03-14, 00:41)J_E_F_F Wrote: So far, no lightning bolt with 0313, perhaps this was a firmware issue that was resolved.
Not explicitly but there was a change to the gpio expander which is used by the under-voltage detection, but nothing that looks like it would fix your issue.
It may be something a little random that comes and goes with builds.
Can you confirm if the symbol ever disappears and reappears?
Or is it just spuriously on at boot and either stays on permanently or disappears, never to return?
It does sound like spurious reporting of under-voltage rather than an actual under-voltage condition.
Also if you see the symbol again, can you report output of "vcgencmd get_throttled"
(2017-03-14, 14:19)popcornmix Wrote:I do:(2017-03-13, 19:53)J_E_F_F Wrote: Updated from 0301 to 0312 and the lightning bolt icon appeared, solid lightning bolt from initial boot time, at idle, playing a video whenever, solid lightning bolt..
Can you just confirm you don't have any custom config to disable the power LED?
# cat /storage/.config/autostart.sh
(echo none > /sys/class/leds/led1/trigger)&
(echo none > /sys/class/leds/led0/trigger)&