Search results

  1. T

    Ethernet not working (JL2101)

    Some details about JL2101 configuration: https://github.com/CoreELEC/linux-amlogic/pull/13#issuecomment-1370202774
  2. T

    Ethernet not working (JL2101)

    Hm these patches are only required for JL2101 chipset. What issue are you having with yours? Can you share dmesg
  3. T

    Ethernet not working (JL2101)

    I confirmed ethernet is also working in rockchip-linux/kernel 5.10.110. I was also able to make delayline scanning and phy test work. root@rk3566-t95plus:/sys/devices/platform/fe010000.ethernet# echo 1000 > phy_lb [ 194.787080] PHY loopback speed set to 1000 [ 196.642842] dwmac4: Master AXI...
  4. T

    Ethernet not working (JL2101)

    I realized I was building BSP kernel but with generic rk356x defconfig. I used imgrepackerrk /cid /2nd on the original T95.img to get the working kernel. Then I used scripts/extract-ikconfig to get original Kconfig I used that Kconfig to compile linux-rockchip, and tried my tests again. I was...
  5. T

    AOSP sources?

    I'm wondering where T95PLUS-3566-LPDDR-920M-v1.09-20220506.img came from? Does anyone know where to find the android source that was used to generate it?
  6. T

    MaskROM Mode for Unbricking

    When I power cycled my board, it connected in maskrom mode automatically so I didn't need to use this yet. I'm not sure if my guess is accurate either.
  7. T

    Wifi working on X88 pro 20!

    Doh
  8. T

    Wifi working on X88 pro 20!

    Which driver are you using? bcmdhd? And which nvram and fw file?
  9. T

    Wifi working on X88 pro 20!

    👏👏👏
  10. T

    MaskROM Mode for Unbricking

    Above the emmc, next to the trash can drawing, there are two unlabeled pads which I _think_ may be what we are looking for...
  11. T

    MaskROM Mode for Unbricking

    Well I bricked a device so I need to figure this out now... Any ideas?
  12. T

    Armbian with Linux 5.18.19 Kernel

    Hmm, from what I saw the upstream kernel says pmu_io_domains is disabled. It's only enabled in specific boards dts definitions. When I looked at the stock DTS for T95Plus vs X88Pro20 they have different definitions. This is what I've been using for T95Plus, which matches what is shown on...
  13. T

    macOS howto

    Here you can find macOS versions of afptool, rkImageMaker and upgrade_tool https://github.com/JeffyCN/mirrors/tree/tools/mac
  14. T

    Armbian with Linux 5.18.19 Kernel

    I wonder if you need to add the proper &pmu_io_domains
  15. T

    Ethernet not working (JL2101)

    I made a better version of this patch which waits longer in stmmac_reset for DMA reset: diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c b/drivers/net/ethernet/stmicro/stmmac/dwmac4_lib.c index 32461909264a..adbb107fe750 100644 ---...
  16. T

    Ethernet not working (JL2101)

    I found some more debugging information on csdn: https://blog.csdn.net/qq_48709036/article/details/123061409 https://blog.csdn.net/qq_27809619/article/details/121015754 I think the PHY is not receiving proper clock, so its not functioning correctly. My kernel: [ 0.935304] rockchip-dmc...
  17. T

    Ethernet not working (JL2101)

    I found some information here: https://blog.csdn.net/zuiaikg703/article/details/123892743
  18. T

    Ethernet not working (JL2101)

    I pulled the dtb from /sys/firmware/ftd (after rooting with Magisk) It looks identical.. I tried BSP kernels, with 4.19.232 it fails with DMA error: [ 3.790322] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma [ 3.790354] rk_gmac-dwmac fe010000.ethernet eth0: stmmac_hw_setup...
  19. T

    Armbian with Linux 5.18.19 Kernel

    Today I tried to build a fresh yocto image using JeffyCN/meta-rockchip and 5.10.110-rockchip. Strangely I see the same as the original problem now, with lockup after USB OHCI init. [ 3.157120] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.157142] ohci-platform: OHCI generic...
  20. T

    Armbian with Linux 5.18.19 Kernel

    I discovered this part is still not working correctly. To get the boot messages you still need to add keep_bootcon to kernel command line (in extlinux/extlinux.conf) along with using the new DTB
Top