Jump to content

easyb

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by easyb

  1. For the interested, here you find my pull request for a device tree for the H96 Max+ (RK3328) which works with the mainline kernel: https://github.com/LibreELEC/LibreELEC.tv/pull/4195 (I guess) compared to other DTBs it adds support for things like the remote control and the blue LED. I am planning on doing the same for the T9 (RK3328) box (as soon as I receive it). Feel free to review the PR if you think you have some input, thanks. Here the DTB (for testing with mainline Linux images): rk3328-box-h96mp.dtb
  2. If balbes150's LE with my *.dtb does not work, it would be interesting to see the boot log/output of `dmesg`.
  3. LibreELEC is a custom built (minimal) distribution in this case either using the 4.4 kernel maintained by Rockchip or mainline linux.
  4. With which *.dtb and image did your Wi-Fi USB dongle work? As long as USB is working, I don't see how the *.dtb can make a difference. To me it sounds more like a driver issue or so. Here the device tree extracted from Android: rk3328-box-avb.dtb I will use it to try to figure out if something is missing in "my" device tree file.
  5. Yes, I was able to figure out to which GPIO the LED is connected https://wiki.libreelec.tv/infrared_remotes If you are still struggling, I'll be happy to answer more questions over in https://forum.libreelec.tv/thread/14148-h96-max-plus-rockchip-3328/.
  6. That seems pretty good to me. But, hard to tell what is going wrong without (serial) console output/dmesg. Maybe try the official image (http://releases.libreelec.tv/LibreELEC-RK3328.arm-9.1.502-box.img.gz), it is what I am using. However, maybe we should take this to an LE related forum.
  7. I am pretty happy with it, I have all the features I really need. Though, for some reason HDMI-CEC does not seem to work, nor does Wi-Fi.
  8. I am afraid in this case it is a little more complicated. I build the *.dtb files as follows: docker run -it --rm -v /path/to/source:/home/rk ymdymd/rockchip $ mkdir ~/build $ make -C ~/linux-rockchip O=~/build ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- defconfig $ make -C ~/linux-rockchip O=~/build ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- dtbs
  9. The *.dts file needs to be compiled to a *.dtb first: rk3328-box-h96mp.dtb To get the remote working with LE, this post should help you: https://forum.libreelec.tv/thread/14148-h96-max-plus-rockchip-3328/?postID=129647#post129647
  10. FYI: I have created https://github.com/easybe/linux-rockchip/blob/h96mp/arch/arm64/boot/dts/rockchip/rk3328-box-h96mp.dts (rk3328-box-h96mp.dtb) based on @DaveRichmond's work https://github.com/DaveRichmond/rockchip-kernel/commit/974c59c7cdb765fe097737d1f0d57f0681b6be44. It is not perfect (yet) but so far works for me and my H96 Max Plus RK3328 box. I do not know if my additions (e.g. IR and LED support) also apply to the T9 box which's device tree file I used as a basis...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines