Jump to content

ich777

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. @SteeMan thanks, I close the PR for now. Have to schedule this for in a month or two.
  2. PR created. Thanks for the quick response. BTW, I have two other patches that enable the UART1 on the GPIOs and that enable the USB2.0 on the GPIOs on the Rockpi E, is that something that is from interest or better speaking worth a PR since the UART1 overlay that is already available is not working correctly for me. Thanks for the hint, I have to look into that but I have to say that currently my time is really limited but I already thought about something like that.
  3. @Igor can this overlay (one post above that) be added to the overlays for Rockpi E? I haven't found a way to contact the maintainer krachlatte about that. With the overlay the RTL8211F will be supported which is currently listed as not supported on the Rockpi E Armbian page here: Everything is working and I've already deployed a few PiKVM instances with that overlay, see here.
  4. I have created a overlay for exactly that here:
  5. Hi, I've also created a overlay for the Realtek 8211f NIC for RockPi E HW version 1.21 that I want to share. Just place the file somewhere on your SBC and issue: armbian-add-overlay <FILENAME> (add sudo if needed in front) and reboot afterwards. /dts-v1/; / { compatible = "rockchip,rk3328"; fragment@0 { target-path = "/ethernet@ff540000"; __overlay__ { snps,reset-delays-us = <0 20000 100000>; tx_delay = <0x1a>; rx_delay = <0x14>; }; }; fragment@1 { target-path = "/ethernet@ff540000/mdio"; __overlay__ { ethernet-phy@1 { compatible = "ethernet-phy-id001c.c916", "ethernet-phy-ieee802.3-c22"; reset-assert-us = <20000>; reset-deassert-us = <100000>; max-speed = <1000>; }; }; }; };
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines