• 1
  • 311
  • 312
  • 313(current)
  • 314
  • 315
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
Tried again - no change.
I can't check version because no ip - no ssh.
(2018-03-08, 19:20)polo_joe Wrote: Tried again - no change.
I can't check version because no ip - no ssh.
Yes, your problem didn't sound firmware related (but @J_E_F_F 's is more likely to be).
I'd suggested rolling the LE image back to previous version.
(2018-03-08, 19:07)popcornmix Wrote:
(2018-03-08, 19:05)J_E_F_F Wrote: I take that back, I just had a crash (after a while) with gpu_freq=500 commented out too.
 Okay - so with everything in config.txt commented out you still have crashes?
If so, then can you try the previous night's firmware. 
 I did not experience a crash a crash with everything commented out.
(2018-03-08, 20:38)J_E_F_F Wrote: I did not experience a crash a crash with everything commented out. 

I've had a video looping with your overclock settings for about an hour and no crash.
Can you try reverting the firmware (but leaving overclock settings in place) just to be sure it is firmware related?
Can I replace the firmware through ssh/winscp, what folder do I put them in, or do I need to put the SD card into a windows system to do that?
(2018-03-08, 21:10)J_E_F_F Wrote: Can I replace the firmware through ssh/winscp, what folder do I put them in, or do I need to put the SD card into a windows system to do that?
 Either will work. sdcard into windows machine may be easier.
The directory that pops up will contain start.elf and fixup.dat.
Rename the downloaded start_x.elf and fixup_x.dat to match and copy them over.
(2018-03-08, 18:49)popcornmix Wrote:
(2018-03-08, 18:35)polo_joe Wrote: My pi gets no ip with build 0307, tried several restarts. Build 0306 works ok.
I'm also overclocked.
I can't see how the firmware update would affect ethernet. Can you download:

https://github.com/raspberrypi/firmware/...t?raw=true
https://github.com/raspberrypi/firmware/...t?raw=true

and replace start.elf/fixup.dat on sdcard with them? Does it help?
@J_E_F_F can you also try that after testing with core_freq/gpu_freq overclock disabled? 
 the start_x file does not exist
(2018-03-08, 21:35)J_E_F_F Wrote: the start_x file does not exist 
Sorry - link should be fixed now.
sorry, my win system does not recognize the card at all, wants to format both partitions. And I don't see those files logging in via winscp
(2018-03-08, 21:56)J_E_F_F Wrote: sorry, my win system does not recognize the card at all, wants to format both partitions. And I don't see those files logging in via winscp
In general built in sdcrad readers don't work well. If you have a USB sdcard reader it will likely work better.

After ssh-ing in you'll find the start.elf file in /flash. By default /flash is mounted read-only, so before copying files you should run:
mount -o remount,rw /flash
@J_E_F_F do you ever see the under-voltage warning symbol when running?
(2018-03-08, 22:12)popcornmix Wrote: @J_E_F_F do you ever see the under-voltage warning symbol when running?
 not since that problem was fixed probably 6+ months ago where a few of us saw it in these nightly builds.
New LibreELEC.tv Leia build #0308: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: b790fc794b52583ca8f69729b3500b537e2e1440ad9149adb2690d4ee68ab284 (RPi)
SHA256 Checksum: 5e1aa5bf543a72ec2e6a4ea78632b2f4aaf6234814a6d66adca8c35697fc9fa8 (RPi2)

text:
# uname -a
Linux rpi512 4.14.24 #1 Fri Mar 9 00:30:53 GMT 2018 armv6l GNU/Linux

# vcgencmd version
Mar 7 2018 19:13:55
Copyright © 2012 Broadcom
version 667b09613c5bc715191171bc625e6543d67c01b2 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180309002803-#0308-gfc2283a [Build #0308]

# Kodi version
(18.0-ALPHA1 Git:89a53e4). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (fc2283a, changelog) and tip of XBMC master (f0dce70, changelog) with the following modifications: Build Highlights:
  1. Fix Generic DT in kernel
  2. linux: switch to Raspberry Pi vendor kernel (4.14.24)
Build Details:
  1. LibreELEC.tv:
    • crazycat: fix building for Amlogic devices using 3.10 kernel and enable for WeTek_Core (PR:2549, 3 commits, 12 files changed)
  2. XBMC:
    • [pvr][keymaps] Cleanup: Implement PVR 'direct channel input' and 'channel prev (PR:13619, 2 commits, 17 files changed)
    • [cmake] fix packing binary addons (PR:13626, 2 commits, 1 file changed)
    • FIX: [droid;x86] libgpg-error build (PR:13627, 1 commit, 1 file changed)
  3. inputstream.rtmp:
    • added: uwp builds on appveyor (b2ed82e)
    • [depends][windows] fix building librtmp for UWP with Visual Studio (9c398d9)
  4. peripheral.joystick:
    • FIX: include cpack (PR:140, 1 commit, 1 file changed)
    • [cmake] autogenerate settings.xml by build_addon (PR:141, 1 commit, 2 files changed)
  5. pvr.mythtv:
    • [cmake] write config file into the build directory (PR:95, 1 commit, 1 file changed)
  6. kernel 4.14.y:
    • New commits in this build:
      • irqchip: bcm2836: Move SMP startup code to arch/arm (v2) (a56b5bdc)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2521 (perma): buildsystem: add BUILD_FLAG support
    • Updated: [env] PR:2533 (perma): graphics package updates
    • Added: [env] PR:2565 (perma): kodi: mid-March update
    • Added: [env] PR:2566 (perma): linux: switch to Raspberry Pi vendor kernel
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2018-03-08, 21:59)popcornmix Wrote:
(2018-03-08, 21:56)J_E_F_F Wrote: sorry, my win system does not recognize the card at all, wants to format both partitions. And I don't see those files logging in via winscp
In general built in sdcrad readers don't work well. If you have a USB sdcard reader it will likely work better.

After ssh-ing in you'll find the start.elf file in /flash. By default /flash is mounted read-only, so before copying files you should run:
mount -o remount,rw /flash  
I was using a USB SDcard reader, the same one I used with a linux livecd the previous day to expand the fat partition so I could load debug builds Smile
mounting flash and uploading that way worked well, thanks for that tip.
I, tested #0307 with the start.elf and fixup.dat from 0305 and overclocks enabled, no crashes noticed.
One observation, not sure if it is the overclock or not, but the CPU-Kodi usage is about 35% lower with this configuration than with stock #0307 and no overclocks.
no, even with overclock disabled, with debug enabled, the on screen CPU-Kodi percentage is much less with the #0305 firmware
  • 1
  • 311
  • 312
  • 313(current)
  • 314
  • 315
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24