v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
|
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - tonytoronto - 2017-02-11 (2017-02-10, 23:23)Milhouse Wrote:(2017-02-10, 06:47)tonytoronto Wrote: I've been running the latest builds on Pi2 and i have had very little problems. Received my new pi3 today, installed Libreelec from Noobs screen, updated to the latest version (0209) and have problem with installing add-on from zip. When i click the icon,nothing happens. I know this was working on the pi2 with version few days older. I ended up going to original build on noobs and was able to install add-ons from zip, updated to 0209 the add-ons are installed and working but i cannot install new ones. Anyone else having this problem? Thank You. I ended up switching skins and installed the add-on. v18 looking good, thank you. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-02-11 (2017-02-10, 23:47)bmonster Wrote:(2017-02-10, 23:30)Milhouse Wrote:(2017-02-10, 15:56)popcornmix Wrote: Presumably: I need to backtrack slightly on my original reply. In #0206 we dropped the jemalloc package added in #0205, and instead applied Environment=MALLOC_MMAP_THRESHOLD_=524288 for all systems. In #0207 this was further restricted to 64-bit systems. Therefore #0204 and #0207 should be the same, while #0205 and #0206 although not identical should be similar (different solution to the same memory fragmentation problem). If you are seeing a problem with #0204 and #0206 but not #0205 then adding "MALLOC_MMAP_THRESHOLD_=524288" in the latest build is not going to help - it sounds like only the jemalloc package solves your problem. Can you explain what you are running on your system and if a "clean" .kodi helps? Perhaps a particular add-on is causing this issue. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-02-11 (2017-02-11, 03:29)J_E_F_F Wrote: I had some RPis get fried on a wired lan connection, so I am changing everything over to wireless connections. This really isn't a good idea. Wireless is never the best option for a media centre. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-02-11 (2017-02-11, 05:52)Milhouse Wrote:(2017-02-10, 23:47)bmonster Wrote:(2017-02-10, 23:30)Milhouse Wrote: The environment variable has no effect on RPi2 as it only affects 64-bit systems. With #0205 I did apply jemalloc to both 32-bit/64-bit systems (ie. it was applied to RPi/RPi2) but now with #0206 we have dropped jemalloc and switched to applying the environment variable but only for 64-bit systems. So as far as RPi/RPi2 is concerned #0204 and #0206 should be the same. Morning Milhouse, When I have a problem, i'll leave it a couple of day and see if it disappears on its own, if it doesn't I'll always check the problem still exists under a clean environment, basically rename the .kodi folder. I've gone back and tried all builds from 0201 to 0210, and for me the only one that's not screwing with the memory is 0205, every other build is giving high memory usage with minutes of booting. Sorry I'm not too technical, so not sure how to investigate further, I can help further with a little guidance. Regards BM RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MONSTA - 2017-02-11 Seems like my issue when cec loses link after rebooting i solved by disabling cec initial active source (hdmi_ignore_cec_init). I used Leopold's RPi config addon to do it. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-02-11 (2017-02-11, 14:08)MONSTA Wrote: Seems like my issue when cec loses link after rebooting i solved by disabling cec initial active source (hdmi_ignore_cec_init). I used Leopold's RPi config addon to do it. Are your kodi CEC settings defaults? i.e. is "Switch source to this device on startup" enabled? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MONSTA - 2017-02-11 (2017-02-11, 14:14)popcornmix Wrote: Are your kodi CEC settings defaults? i.e. is "Switch source to this device on startup" enabled?No. It's disabled. Also disabled next line "enable device on startup" RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-02-11 (2017-02-11, 14:29)MONSTA Wrote: No. It's disabled. Also disabled next line "enable device on startup" That is not the default. Why would you disable it and then complain that TV doesn't switch to kodi? That would be the requested behaviour. Click the "Defaults" button in CEC settings and then only change settings you really need to. (and add hdmi_ignore_cec_init back in - having cec announced with two different names has been known to confuse some TVs) RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MONSTA - 2017-02-11 (2017-02-11, 14:43)popcornmix Wrote: Why would you disable it and then complain that TV doesn't switch to kodi?I don't need switch to Kodi. Kodi already switched. The issue was that cec connection is lost after rebooting. I disabled that lines in settings long time ago and everything worked fine. Quote:Click the "Defaults" button in CEC settings and then only change settings you really need to. OK. I'll try. Thanks. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-02-11 (2017-02-11, 15:41)MONSTA Wrote: I don't need switch to Kodi. Kodi already switched. The issue was that cec connection is lost after rebooting. That option sends an active source which both switches to kodi and informs TV of the Pi being a connected CEC device. Some TVs require that message to automatically forward button presses. Otherwise you have to manually enable each time. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - raptorjr - 2017-02-11 I have another lockup of Kodi. Please look here: http://forum.kodi.tv/showthread.php?tid=198833&pid=2522886#pid2522886 It shouldn't be about pvr.mythtv addon this time. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-02-11 (2017-02-11, 15:25)raptorjr Wrote: Sorry for making so much trouble. But I have another Kodi lockup situation. Sometimes it happens the first time, sometimes I need to do it a few times. Probably another PVR deadlock. Can you try to catch a backtrace? When it is locked up, run Code: killall -SEGV kodi.bin RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - raptorjr - 2017-02-11 (2017-02-11, 18:58)popcornmix Wrote: Probably another PVR deadlock. Can you try to catch a backtrace? When it is locked up, run Here: http://sprunge.us/GbJf Didn't have debug enabled. Can make another if that is necessary. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-02-11 (2017-02-11, 13:49)bmonster Wrote: Morning Milhouse, Can you post your config.txt? Also can you run "bcmstat.sh Zxd 10" in ssh after booting the latest build, as this should give a memory usage figure I can relate to. Leave it running and see if the memory usage figure increases to an abnormally high level. My RPi3 with 320MB GPU split (booted last night about 9pm, so over 20 hours ago) currently shows: Code: Memory Free/Used Once memory usage increases significantly, try running "top -o RES" which should list processes in descending order of memory usage. Since this doesn't appear to be a new problem, and happens with a "clean" .kodi, I'd expect this to be far more widespread. I currently suspect this is something specific to your configuration, but not sure what that could be. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-02-12 New LibreELEC.tv Leia build #0211: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of LibreELEC.tv master (2c59d7d4, changelog) and tip of XBMC master (cbfa9649, changelog) with the following modifications:
|