feedback for test build LibreELEC-RK3328

  • Has anyone tried SSH on Rock64 nightlies ?

    I'm on 3rd May 2018 version and only tried for the first time to SSH into box but failed.

    Turned Firewall settings "OFF" still no go.

    Update: I did fresh install as I've been updating since RB Leia 24.

    Fixed issue.

    Code
    ssh [email protected]
    ssh: connect to host 192.168.0.9 port 22: Connection refused
    ssh -v [email protected]
    OpenSSH_7.6p1, LibreSSL 2.6.2
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug1: /etc/ssh/ssh_config line 48: Applying options for *
    debug1: Connecting to 192.168.0.9 port 22.
    ssh: connect to host 192.168.0.9 port 22: Connection refused

    Edited once, last by kostaman: Fresh Install Fixed Access (May 6, 2018 at 12:59 PM).

  • Hi

    Does someone know if it's possible to add 2 ir remotes to one device for Rockchip RK3328?

    I'm not sure if you need to add 2 of the same entries or one line with a comma with the next remote name.

    eg. in the dtb file I want to add 2 ir remotes

    ir-receiver {

    compatible = "gpio-ir-receiver";

    gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
    + linux,rc-map-name = "rc-trn9";

    + linux,rc-map-name = "rc-pine64";

    pinctrl-0 = <&ir_int>;

    pinctrl-names = "default";

    status = "okay";

    };

  • i see you are doing a lot commits, any ETA for a new build to test?

    Yeah :), I am currently focusing on Kodi parts that should eventually lead to 10-bit color and HDR support, no real ETA but my aim is to have it finished in a week or two.

  • is there any news on deinterlacing on rock64?

    The latest mpp updates from Rockchip seems to have post processing support, unclear to me at this point what needs to be updated in ffmpeg to support/activate deinterlacing.

  • The latest mpp updates from Rockchip seems to have post processing support, unclear to me at this point what needs to be updated in ffmpeg to support/activate deinterlacing.

    thank you for response good to hear there’s some activity about this issue.

    Hope this gets fixed soon my rock64 is getting hot with hw acceleration disabled8|

  • Kwiboo I have 23rd May Nightly running.

    Tried Update to

    Nightly 27th May .tar won't stick.

    Decompresses but when trying to mount

    Missing Target System or Kernel ?

    Cleans up and boots back to 23rd Nightly.

    Rock64 4gb/EEMC 64gb

    Edited once, last by kostaman (May 28, 2018 at 2:49 AM).

    • Official Post

    kostaman Rockchip: use default kernel name by lrusak · Pull Request #2690 · LibreELEC/LibreELEC.tv · GitHub will be the reason. Run the following to tweak boot config:

    Code
    curl -sL http://milhouse.libreelec.tv/other/rkmigrate.sh -o- | bash

    The update function looks for files in the .tar based on the current file naming in /flash so this script renames things to match what the update tar now provides. The decision for a disruptive rename was allowed because at this current pre-alpha release stage user numbers for RK images are small and we'd prefer not to immortalise hacky workarounds in the update function.

    The other alternative (for those scared of scripts) is to backup, reinstall with the latest .img and then restore the backup.

  • Rockchip: use default kernel name by lrusak · Pull Request #2690 · LibreELEC/LibreELEC.tv · GitHub will be the reason. Run the following to tweak boot config:

    Code
    LibreELEC (community): nightly-20180523-03e9a08 (RK3328.arm)
    LibreELECrock64:~ # curl -sL http://milhouse.libreelec.tv/other/rkmigrate.sh -o-
     | bash
    Kernel migration successful.
    LibreELECrock64:~ # 

    Thank You chewitt. Worked first time and result looked like above using Terminal MacOS.:)

  • Kwiboo I have not mentioned this issue

    I just installed Android TV version Android-7.1-rock-64-rock64_atv-v0.3.13-r115-raw.img to eMMC

    Since back in April i have never been able to successfully run any LE Version SD Card if Android TV eMMC is installed.

    LE Boots up but Freezes with Kernel Panics. Sometimes it may only get to the Leia Splash or boot to home screen but thats it.

    Not sure what is going on.

    Good news is i just received my USB wifi Dongle today which works GREAT.

    EDUP EP-AC1619 AC600

    Dual Band WiFi USB Network Adapter Dongle

    Chipset Realtek8811AU

    Host Interface USB 2.0

    Antenna Type Internal omni-directional antenna

    Wireless Standard

    IEEE 802.11 b/g/n 2.4GHz

    IEEE 802.11 a/n/ac 5.0GHz

    Wi-Fi Performance

    AC600Mbps (2.4G 150M / 5.8G 430M)

    Frequency Range

    2.412~2.4835GHz

    5.180~5.320GHz

    5.500~5.700GHz

    5.745~5.825GHz

    Work Channel

    1 ~ 14 (2.4G)

    36 ~ 165 (5G)

    Work Power 18dBm (Typical)

    Sensitivity 11n: -68dBm@130M; -68dBm@108M

    Edited once, last by kostaman (May 30, 2018 at 6:45 AM).