Jump to content

Hqnicolas

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by Hqnicolas

  1. @mvpwar for RK3566 NPU you will need to use an armbian fork from Joshua Riek https://forum.armbian.com/topic/28895-efforts-to-develop-firmware-for-h96-max-v56-rk3566-8g64g/page/16/#findComment-211031 I think you will need to fork and rebuild it, the files got expired
  2. I found this I hope it helps you @Luiz-SP
  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
  13. Armbian Unnoficial Builds RealTime Kernel Rockchip Kernel Torvalds Kernel
  14. I have the same device, it never happened, set the power mode my ROM: https://drive.google.com/file/d/1DzerEwo8NRoLF0kxuvD11IGO3mXdxo6K/view?usp=sharing
  15. Kernel 6.12+ RT patch Usage make your own kernel config with armbian build
  16. 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
  17. 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
  18. 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
  19. 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
  20. Since the Vendor Kernel don't work, I'm doing It from scratch: https://github.com/armbian/linux-rockchip/pull/341 so far? dmsg:
  21. Download RKDevTool and also download this small file wipe_part. We will be using that shortly. Download the Clear_EMMC_YY3568 Unzip RKDevTool and run RKDevTool.exe Set the Config for RKDevTool "RkDevToolConfig.cfg" that was inside " Clear_EMMC_YY3568" Flash the U-boot, parameter.txt and MiniloaderAll from "Clear_EMMC_YY3568" Your Board will restart. Destroy All the partitions overrided by file wipe_part. Flash this MiniLoaderAll.bin it now boots from SD-Card
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines