I don't seem to be able to get TVHeadend to work on this build. I updated from a 32bit build (a recent dev build) which was fine but now I'm just getting "No free adapter available". I've tried rm -rf /storage/.kodi/addons/packages/* and reinstalled the addons but still no luck. Any ideas?
[7.0.3.012l] LibreELEC 7.0 for S905/S905X
-
kszaq -
January 6, 2017 at 11:47 PM -
Thread is Unresolved
-
-
- improved Kodi buffering patch
Many thanks for this latest build kszaq.
As a matter of interest what is the buffering patch?
-
can i put directly this build (32 bit) to update folder of my .11(64bit) or do i need clean install.
regards,
kabise -
As a matter of interest what is the buffering patch?It is my patch for Kodi Jarvis that improves video buffering when using HW decoder:
le-018-aml-fix-vq-dropping-and-high-bitrate-playback.patchIt fixes very high bitrate video playback (e.g. "Jellyfish"), improves seeking times and fixes vq parameter dropping to 0%.
[hr]
can i put directly this build (32 bit) to update folder of my .11(64bit) or do i need clean install.Yes, you can. And when updating from .011 you don't need to download a new device tree.
-
I will look into chapter seeking asap.Confirmed as others.
Big jump using mouse pointer on OSD Progress bar Freezes Video and Audio progresses normal for 10 seconds then stops.
No way to get it back in Sync or play. -
I think I've fixed chapter seeking. A new version will be uploaded in a few minutes. People experiencing this issue please re-download and update. You can put the updated image to Update folder and reboot even if you already have 7.0.3.012 installed.
-
@ kszaq
you added support to MyGica t230c tv dongle?
-
you added support to MyGica t230c tv dongle?Possibly it is supported by updated DVB drivers, it would be nice if you can try and tell. I don't have this hardware.
@all: Images with chapter seeking fixed uploaded.
-
I think I've fixed chapter seeking. A new version will be uploaded in a few minutes. People experiencing this issue please re-download and update. You can put the updated image to Update folder and reboot even if you already have 7.0.3.012 installed.I can confirm this updated 7.03.012 works fine with chapters seeking
Thanks again for your time !
-
I have updated from .11 64bit, reinstalled transmission but it doesnot work. Any idea?
-
I have updated from .11 64bit, reinstalled transmission but it doesnot work. Any idea?Did you clean the cache and refreshed the repository ?
-
Did you clean the cache and refreshed the repository ?
Yes I did. But I installed it from .zip
-
Thanks for the new development.Installing on Nexbox A95X (S905X) went well, both on SD card and NAND.
But on MK808b pro (amlogic s905 stick), installing to NAND always fail. I can install on SD card and ssh to install to NAND. (3-4 times in a row)
- I'm not serious though. Because with all earlier builds, I've never successfully install LE to MK808b pro's NAND.
- But just with this build, I noticed it shows error message like this:type "yes" if you know what you are doing or anything else to exit: yes
Cannot get MTD information for /dev/nand_env
Error: environment not initialized
Backing up device tree...done.
Backing up recovery partition...done.
Writing kernel image...done.
Formatting SYSTEM partition...done.
Copying SYSTEM files...done.
Writing device tree image...done.
Formatting DATA partition...done.
Restoring remote.conf...done.Maybe the key is those two lines above.
Anyone ever see this error?Hi everyone,
I'm new to libreElec and to chinese amlogic boxes
Just tried this since yesterday on some s905 MXQ Pro 4k (p201).
I've got the exact same problem here, cannot flash to nand (it is half bricked now, no more android but still booting and working fine from SD if inserted).I tried 2 buiild already (.011 and .012).
fw_setenv or fw_printenv always fails with error during installation script: Cannot get MTD information for /dev/nand_env.Here is the content of /dev/nand_env :
Code▒▒baudrate=115200bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.mem_address=0x20000000 ramoops.mem_size=0x100000 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=permissive loglevel=${debuglevel} logo=osd1,loaded,0x3f800000,1080p60hz hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= androidboot.firstboot=0 mac=78:08:18:00:59:1e androidboot.mac=78:08:18:00:59:1ebootcmd=if test ${bootfromnand} = 1; then setenv bootfromnand 0; saveenv; else run librefromsd; run librefromusb; fi; run storebootbootdelay=1bootfromnand=0bootmode_check=get_rebootmode; echo reboot_mode=${reboot_mode};if test ${reboot_mode} = factory_reset; then defenv_reserv aml_dt;setenv upgrade_step 2; save;fi;bootup_offset=0x1080380bootup_size=0x1c2046cmdline_keys=if keyman init 0x1234; then if keyman read usid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.serialno=${usid};fi;if keyman read mac ${loadaddr} str; then setenv bootargs ${bootargs} mac=${mac} androidboot.mac=${mac};fi;if keyman read deviceid ${loadaddr} str; then setenv bootargs ${bootargs} androidboot.deviceid=${deviceid};fi;fi;cvbsmode=576cvbsdebuglevel=3display_bpp=16display_color_bg=0display_color_fg=0xffffdisplay_color_index=16display_height=1080display_layer=osd1display_width=1920dtb_mem_addr=0x1000000edid.crcvalue=0x5efc0000ethact=Meson_Ethernetethaddr=00:15:18:01:81:31factory_reset_poweroff_protect=echo wipe_data=${wipe_data}; echo wipe_cache=${wipe_cache};if test ${wipe_data} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; if test ${wipe_cache} = failed; then run init_display; run storeargs;if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; fb_addr=0x3f800000fb_height=1080fb_width=1920fdt_high=0x20000000filesize=409firstboot=0gatewayip=10.18.9.1hdmimode=1080p60hzhostname=arm_gxbbinit_display=hdmitx hpd;osd open;osd clear;vout output ${outputmode};imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scaleinitargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.mem_address=0x20000000 ramoops.mem_size=0x100000 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=permissive loglevel=${debuglevel}ipaddr=10.18.9.97is.bestmode=falselibrefromsd=if mmcinfo; then if fatload mmc 0 ${loadaddr} kernel.img; then run sddtb; setenv bootargs ${bootargs} bootfromsd; bootm; fi; filibrefromusb=if usb start 0; then if fatload usb 0 ${loadaddr} kernel.img; then run usbdtb; setenv bootargs ${bootargs} bootfromusb; bootm; fi; filoadaddr=1080000mac=78:08:18:00:59:1enetmask=255.255.255.0outputmode=1080p60hzpreboot=run factory_reset_poweroff_protect;run upgrade_check;run bootmode_check;run init_display;run storeargs;run upgrade_key;run switch_bootmode;reboot_mode=updaterecovery_from_flash=if imgread kernel recovery ${loadaddr}; then wipeisb; bootm ${loadaddr}; firecovery_from_sdcard=if fatload mmc 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload mmc 0 ${loadaddr} recovery.img; then if fatload mmc 0 ${dtb_mem_addr} dtb.img; then echo sd dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;recovery_from_udisk=if fatload usb 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload usb 0 ${loadaddr} recovery.img; then if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo udisk dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;sdc_burning=sdc_burn ${sdcburncfg}sdcburncfg=aml_sdc_burn.inisddtb=if fatload mmc 0 ${dtb_mem_addr} dtb.img; then echo sd dtb.img loaded; else store dtb read $dtb_mem_addr; fiserverip=10.18.9.113stderr=serialstdin=serialstdout=serialstoreargs=setenv bootargs ${initargs} logo=${display_layer},loaded,${fb_addr},${outputmode} hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig} androidboot.firstboot=${firstboot}; run cmdline_keys;storeboot=if imgread kernel boot ${loadaddr}; then store dtb read $dtb_mem_addr; bootm ${loadaddr}; fi;run update;switch_bootmode=get_rebootmode;if test ${reboot_mode} = factory_reset; then run recovery_from_flash;else if test ${reboot_mode} = update; then run update;else if test ${reboot_mode} = cold_boot; then run try_auto_burn; fi;fi;fi;try_auto_burn=update 700 750;update=run usb_burning; run sdc_burning; if mmcinfo; then run recovery_from_sdcard;fi;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;upgrade_check=echo upgrade_step=${upgrade_step}; if itest ${upgrade_step} == 3; then run init_display; run storeargs; run update;else if itest ${upgrade_step} == 1; then defenv_reserv; setenv upgrade_step 2; saveenv;fi;fi;upgrade_key=if gpio input GPIOAO_3; then echo detect upgrade key; sleep 5; run update;fi;upgrade_step=2usb_burning=update 1000usbdtb=if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo usb dtb.img loaded; else store dtb read $dtb_mem_addr; fiwipe_cache=successfulwipe_data=successful
Did some others ran into the same issue while triing to flash ?
Any advise ?Thank you very much.
Great stuff here anyway. -
I can confirm this updated 7.03.012 works fine with chapters seeking
Thanks again for your time !
Hi,
Could you tell me which dtb file you chose for m8s ii ? -
Hi,
Could you tell me which dtb file you chose for m8s ii ?This one, my box being a 2 Gb version : gxl_p212_2g.dtb
-
Thanks for made it possible to run Spotify addon
-
About the difficulties with tvheadend and other binary addons:I've tried 2 times, but don't work for me. I always have the same error: couldn't load add-on.
-
felixob You can try to install TVHeadend from this ZIP: service.multimedia.tvheadend-7.0.101.zip
[hr]
I have updated from .11 64bit, reinstalled transmission but it doesnot work. Any idea?I don't provide Transmission addon. When you install it from any external repository remember to install arm version and not aarch64.
-