Jump to content

Hqnicolas

Members
  • Posts

    632
  • Joined

  • Last visited

Other groups

Contributor/Maintainer

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 found this I hope it helps you @Luiz-SP
  2. thanks @darcyg if you can, share it with us
  3. did the 100mbps LAN make you work worse?
  4. did you try it on windows? https://forum.armbian.com/topic/28895-efforts-to-develop-firmware-for-h96-max-v56-rk3566-8g64g/page/8/#findComment-187561
  5. It could be a problem with the solder Buy a board from https://www.armbian.com/partners/
  6. As a developer I always recomend you to go for https://www.armbian.com/partners/ if you want do develop your own device drivers: H96 Max v56 since 2024+ came with alternative wifi and lan controllers, you will need to fix if you buy it. a middle point could be the YY3568
  7. 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"; +};
  8. 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
  9. 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.
  10. @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
  11. Not participating (tax reasons), but you could run Ai network attacked with frigate.
  12. that's really a good performance, congratulations for comparison i do 3fps 320x240 on rk3566
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines