Jump to content

Hqnicolas

Members
  • Posts

    623
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Male
  • Location
    Brazil
  • Interests
    Build a glued and silver taped FOSS software

Recent Profile Visitors

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

  1. I think the main way to go is to create a .dtsi that will patch the base "old" board with this new features, +&gmac1 { + phy-mode = "rgmii"; + clock_in_out = "output"; + snps,reset-gpio = <&gpio4 RK_PC2 GPIO_ACTIVE_LOW>; + snps,reset-active-low; + /* Reset time is 20ms, 100ms for rtl8211f */ + snps,reset-delays-us = <0 100000 200000>; + assigned-clocks = <&cru SCLK_GMAC1_RX_TX>, <&cru SCLK_GMAC1>; + assigned-clock-parents = <&cru SCLK_GMAC1_RGMII_SPEED>; + assigned-clock-rates = <0>, <125000000>; + pinctrl-names = "default"; + pinctrl-0 = <&gmac1m1_miim + &gmac1m1_tx_bus2 + &gmac1m1_rx_bus2 + &gmac1m1_rgmii_clk + &gmac1m1_rgmii_bus>; + tx_delay = <0x4b>; + rx_delay = <0x26>; + phy-handle = <&rgmii_phy1>; + status = "okay"; +};
  2. That's the deal, you are the only one in earth that can make it, you have the device to test the changes. Just find the phy and Ethernet fields make you changes and send it back to device to test Just change the dtb inside the folder, in my opinion, the SD card board that other users make is always fast, because the SD card is easy to edit
  3. https://kanyi.gm/how-to-install-and-enable-aic8800-chipset-wi-fi-driver-for-linux/ Some people have problems with this device There’s no denying that the AIC8800 is a terrible component for a linux desktop/server. Its manufacturer has not made any effort to upstream the drivers. Either you live with no WLAN/BT or you live with DKMS package.
  4. @guenter I'm in the middle of exams at college, I'll be back to this board soon, I have other work waiting here for it too
  5. Not participating (tax reasons), but you could run Ai network attacked with frigate.
  6. that's really a good performance, congratulations for comparison i do 3fps 320x240 on rk3566
  7. Armbian Unnoficial Builds RealTime Kernel Rockchip Kernel Torvalds Kernel
  8. I have the same device, it never happened, set the power mode my ROM: https://drive.google.com/file/d/1DzerEwo8NRoLF0kxuvD11IGO3mXdxo6K/view?usp=sharing
  9. Kernel 6.12+ RT patch Usage make your own kernel config with armbian build
  10. Have a thread about PREEMPT_RT https://forum.armbian.com/topic/50400-preempt_rt-patch-for-rockchip-rk-510-rkr8/#comment-214350 I Think you be the first to try or the second
  11. https://cdn.sparkfun.com/assets/2/5/b/9/e/FT232R_v104.pdf This 1 Megabaud RS232 You will need at least 1.5 Megabaud RS232 to debug it When he talks to you, tell us what he told you and we will see if he is okay
  12. I think you will need to create an u-boot DTS and CONFIG with this device enabled, the u-boot that I use is 2025.01
  13. Build Images: Armbian-unofficial_25.05.0-trunk Yy3568 noble vendor 6.1.99 Minimal Yy3568 noble vendor 6.1.99 gnome Desktop Yy3568 noble current 6.12.17 minimal Yy3568 noble current 6.12.17 gnome Desktop Joshua Riek Images https://github.com/hqnicolas/debug-rockchip/actions/runs/13767536453 ubuntu 22.04 kernel 5.1 Vendor Server https://github.com/hqnicolas/debug-rockchip/actions/runs/13767536453/artifacts/2724348355 Desktop https://github.com/hqnicolas/debug-rockchip/actions/runs/13767536453/artifacts/2724403700 ubuntu 24.04 kernel 6.1 Vendor Desktop https://github.com/hqnicolas/debug-rockchip/actions/runs/13767536453/artifacts/2724523437 Server https://github.com/hqnicolas/debug-rockchip/actions/runs/13767536453/artifacts/2724483900
  14. Since the Vendor Kernel don't work, I'm doing It from scratch: https://github.com/armbian/linux-rockchip/pull/341 so far? dmsg:
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines