- Official Post
there is a new way that you can install it at emmc AND have android still there - it works well at AML, maybe we can get it for RK too (makes internal install much saver)
there is a new way that you can install it at emmc AND have android still there - it works well at AML, maybe we can get it for RK too (makes internal install much saver)
Anyone know if it's possible to burn LibreELEC to emmc storage, erasing Android instead of running from a micro-sd card? I saw it was done for rk3399 but looked a bit complicated.
Using a img.gz-file and dd should work on a sd-card booted device where /dev/mmcblk1 is emmc storage:
WARNING: note that this will overwrite emmc
Hey guys,
I use nightly builds on my rock64. Huge progress was made, appreciate it. But there's a still thing on my rock64. Sometimes it freezes suddenly.
For example yesterday I was watching a movie, last record in my kodi.log.old is with time 21:39 and then new one kodi.log 22:41 right after the movie froze and I had to reboot the device.
Is there a way how to debug this ?
Hey guys,
I use nightly builds on my rock64. Huge progress was made, appreciate it. But there's a still thing on my rock64. Sometimes it freezes suddenly.
Are you talking about #284 ???? ( It's what I've stayed with until a new image pops up here.No freezes playing movies )
Or are you using Test Nightlies ???
I’m talking about test.libreelec.tv nightly builds
I’m talking about test.libreelec.tv nightly builds
Those builds don't contain the latest Rockchip changes.
You must use http://cvh.libreelec.tv/test/rk3328/
Those builds don't contain the latest Rockchip changes.
You must use http://cvh.libreelec.tv/test/rk3328/
ah, ok, thank you!
Livetv not good for me. Buffering all the time in 720p and 1080i channels. 576i works best but still audio interrupts.
Livetv not good for me. Buffering all the time in 720p and 1080i channels. 576i works best but still audio interrupts.
MVR9 and Rock64 images re-uploaded in previous post.
Please test again.
MVR9 and Rock64 images re-uploaded in previous post.
Please test again.
much better now, thanks
but I'm experiencing still some audio hickups and buffering. audio output is spdif passthrough to my audio system.
Based on latest code from Kwiboo
Fixed mpeg2 playback and mpeg2 deinterlacing.
Excellent results.
Getting HW Decoding on my SD Channels and 50 FPS playback.
Channels open at lightning speed with immediate playback.
Unfortunately the 2 dreaded HD Channels on my post #289 still playing at 25 fps.
Previous logs #297
Thank you for building.
Display MoreExcellent results.
Getting HW Decoding on my SD Channels and 50 FPS playback.
Channels open at lightning speed with immediate playback.
Unfortunately the 2 dreaded HD Channels on my post #289 still playing at 25 fps.
Previous logs #297
Thank you for building.
You don't get buffering in hd livetv channels (720p, 1080i) after some minutes of watching?
Are you using tvheadend? maybe on same machine?
much better now, thanks
but I'm experiencing still some audio hickups and buffering. audio output is spdif passthrough to my audio system.
New MVR9 image
Added [videoplayer] Fix crash if demuxffmpeg's AddStream method returns null. by ace20022 · Pull Request #14444 · xbmc/xbmc · GitHub + VideoPlayer: fix edge case where input stream sets chunk size for liv… by FernetMenta · Pull Request #14443 · xbmc/xbmc · GitHub
Check if it makes any difference.
PVR addons
craz
Display MoreNew MVR9 image
Added [videoplayer] Fix crash if demuxffmpeg's AddStream method returns null. by ace20022 · Pull Request #14444 · xbmc/xbmc · GitHub + VideoPlayer: fix edge case where input stream sets chunk size for liv… by FernetMenta · Pull Request #14443 · xbmc/xbmc · GitHub
Check if it makes any difference.
PVR addons
Crazy, works perfect now!
Thanks much.
mo123 I have now pushed minor updates to my rockchip-part7 branch, mainly contains device tree tuning, fix for wifi on rockbox and initial bluetooth support on box-trn9.
The use of uart2 for BT on the MVR9 seems to cause a freeze on reboot, enable BT by adding a bluetooth bootarg to extlinux.conf
mo123 I have now pushed minor updates to my rockchip-part7 branch, mainly contains device tree tuning, fix for wifi on rockbox and initial bluetooth support on box-trn9.
The use of uart2 for BT on the MVR9 seems to cause a freeze on reboot, enable BT by adding a bluetooth bootarg to extlinux.conf
Hi
Can you perhaps provide the full command to add?
I built a new image now.
Can you perhaps provide the full command to add?
Change the APPEND line in /flash/extlinux/extlinux.conf from
APPEND boot=UUID=<uuid> disk=UUID=<uuid> quiet console=tty0
to
APPEND boot=UUID=<uuid> disk=UUID=<uuid> quiet console=tty0 bluetooth
It should make bluetooth work on MVR9 (makes my MVR9 box freeze when I try to reboot, I need to pull power to restart)
Please also verify if CEC still works, it does not seem to work on my MVR9 box, I suspect cable or bad HDMI connector.