Jump to content

s1cx

Members
  • Posts

    4
  • Joined

  • Last visited

  1. Update i created a patch to add +CONFIG_PHY_MOTORCOMM=y to the uboot defconfig since the chip is a Motorcomm YT8512C. Changed things up a little. [ 0.000000] psci: probing for conduit method from DT. [ 2.670967] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found [ 2.671508] rk_gmac-dwmac fe010000.ethernet: clock input or output? (input). [ 2.671532] rk_gmac-dwmac fe010000.ethernet: TX delay(0x30). [ 2.671546] rk_gmac-dwmac fe010000.ethernet: RX delay(0x10). [ 2.671566] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no). [ 2.671622] rk_gmac-dwmac fe010000.ethernet: clock input from PHY [ 2.676655] rk_gmac-dwmac fe010000.ethernet: init for RGMII [ 2.677175] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 2.677214] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5 [ 2.677230] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported [ 2.677240] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported [ 2.677249] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported [ 2.677258] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported [ 2.677395] rk_gmac-dwmac fe010000.ethernet: TSO supported [ 2.677410] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 2.677424] rk_gmac-dwmac fe010000.ethernet: Enabled RFS Flow TC (entries=10) [ 2.677439] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled [ 2.677450] rk_gmac-dwmac fe010000.ethernet: Using 32/32 bits DMA host/device width [ 13.145407] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 13.147665] rk_gmac-dwmac fe010000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211E Gigabit Ethernet] (irq=POLL) [ 14.151864] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma [ 14.151894] rk_gmac-dwmac fe010000.ethernet eth0: stmmac_hw_setup: DMA engine initialization failed [ 14.151904] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Hw setup failed Here is current dts ethernet@fe010000 { compatible = "rockchip,rk3568-gmac\0snps,dwmac-4.20a"; reg = <0x00 0xfe010000 0x00 0x10000>; interrupts = <0x00 0x20 0x04 0x00 0x1d 0x04>; interrupt-names = "macirq\0eth_wake_irq"; clocks = <0x0e 0x186 0x0e 0x189 0x0e 0x189 0x0e 0xc7 0x0e 0xc3 0x0e 0xc4 0x0e 0x189 0x0e 0xc8>; clock-names = "stmmaceth\0mac_clk_rx\0mac_clk_tx\0clk_mac_refout\0aclk_mac\0pclk_mac\0clk_mac_speed\0ptp_ref"; resets = <0x0e 0xec>; reset-names = "stmmaceth"; rockchip,grf = <0x1d>; snps,axi-config = <0x43>; snps,mixed-burst; snps,mtl-rx-config = <0x44>; snps,mtl-tx-config = <0x45>; snps,tso; status = "okay"; assigned-clocks = <0x0e 0x189 0x0e 0x187 0x0e 0x186>; assigned-clock-parents = <0x0e 0x187 0x0e 0x186 0x46>; clock_in_out = "input"; phy-supply = <0x18>; phy-mode = "rgmii"; pinctrl-names = "default"; pinctrl-0 = <0x47 0x48 0x49 0x4a 0x4b 0x4c>; snps,reset-gpio = <0x4d 0x01 0x01>; snps,reset-active-low; snps,reset-delays-us = <0x00 0x4e20 0x186a0>; tx_delay = <0x30>; rx_delay = <0x10>; phy-handle = <0x4e>; phandle = <0xe5>; mdio { compatible = "snps,dwmac-mdio"; #address-cells = <0x01>; #size-cells = <0x00>; phandle = <0xe6>; ethernet-phy@0 { compatible = "ethernet-phy-id001c.c915\0ethernet-phy-ieee802.3-c22"; reg = <0x00>; status = "okay"; phandle = <0x4e>; }; }; Will continue to work on, although any insight would be great. could use a nudge
  2. Yeah. Messed with those options to match the original. Tried changing 1 line at a time, etc ,etc. Pretty much changed that node as many ways as I could, doesn't seem to be the case. I'm assuming it's somewhere else in the dts file
  3. Built latest image for a Rock 3c based device and am having an issue with ethernet connectivity. Boots fine. Wifi works well and it seems functional other than Eth connectivity. My old DTB (from 4.19) will not boot , using a rock3c DTB instead to get a 90% functional device Showing the following for ethernet dmesg | grep eth [ 0.000000] psci: probing for conduit method from DT. [ 3.199039] rk_gmac-dwmac fe010000.ethernet: IRQ eth_lpi not found [ 3.199576] rk_gmac-dwmac fe010000.ethernet: clock input or output? (output). [ 3.199601] rk_gmac-dwmac fe010000.ethernet: TX delay(0x30). [ 3.199614] rk_gmac-dwmac fe010000.ethernet: RX delay(0x10). [ 3.199635] rk_gmac-dwmac fe010000.ethernet: integrated PHY? (no). [ 3.204712] rk_gmac-dwmac fe010000.ethernet: init for RGMII [ 3.208587] rk_gmac-dwmac fe010000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 3.208629] rk_gmac-dwmac fe010000.ethernet: DWMAC4/5 [ 3.208645] rk_gmac-dwmac fe010000.ethernet: DMA HW capability register supported [ 3.208655] rk_gmac-dwmac fe010000.ethernet: RX Checksum Offload Engine supported [ 3.208665] rk_gmac-dwmac fe010000.ethernet: TX Checksum insertion supported [ 3.208673] rk_gmac-dwmac fe010000.ethernet: Wake-Up On Lan supported [ 3.208826] rk_gmac-dwmac fe010000.ethernet: TSO supported [ 3.208841] rk_gmac-dwmac fe010000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 3.208855] rk_gmac-dwmac fe010000.ethernet: Enabled RFS Flow TC (entries=10) [ 3.208870] rk_gmac-dwmac fe010000.ethernet: TSO feature enabled [ 3.208881] rk_gmac-dwmac fe010000.ethernet: Using 32/32 bits DMA host/device width [ 19.363313] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 19.364568] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19) [ 19.495835] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 19.497405] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19) [ 19.534125] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 19.535151] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19) [ 19.559774] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 19.561300] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19) [ 19.585340] rk_gmac-dwmac fe010000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0 [ 19.586439] rk_gmac-dwmac fe010000.ethernet eth0: __stmmac_open: Cannot attach to PHY (error: -19) ifconfig -a eth0: flags=4098<BROADCAST,MULTICAST> mtu 1500 ether 5e:f6:2b:24:65:02 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 70 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 92 bytes 8013 (8.0 KB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 92 bytes 8013 (8.0 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.87 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::1613:33ff:fe49:f6a9 prefixlen 64 scopeid 0x20<link> inet6 fd74:b7a7:661b:594c:1613:33ff:fe49:f6a9 prefixlen 64 scopeid 0x0<global> ether 14:13:33:49:f6:a9 txqueuelen 1000 (Ethernet) RX packets 554 bytes 43352 (43.3 KB) RX errors 0 dropped 30 overruns 0 frame 0 TX packets 153 bytes 13457 (13.4 KB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 4.19 kernel boots fine with Eth connectivity with latest u-boot, so this appears to be a kernel issue. Any idea where i should look in the dtb? I am basically blindly looking into it right now and could use some pointers. I've been looking around these forums for the last hour or so and really don't see anything related directly to my board/issue Attached the old (4.19) based dtb with working ethernet and current (no ethernet) rk3566-box-current.dts rk3566-box-4.19.dts
  4. Installed this on an old Heltec Helium miner Any idea how to enable SPI so spidev shows in /dev/?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines