What are the most stable devices for debian ARM(arm64, armhf, armel)? June 19, 2024 05:08PM |
Registered: 5 months ago Posts: 13 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 19, 2024 06:25PM |
Admin Registered: 13 years ago Posts: 19,092 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 19, 2024 06:58PM |
Registered: 5 months ago Posts: 13 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 19, 2024 09:56PM |
Admin Registered: 13 years ago Posts: 19,092 |
ethernet@70000 { compatible = "marvell,neta"; reg = <0x70000 0x4000>; interrupts-extended = <0x06 0x08>; clocks = <0x05 0x04>; tx-csum-limit = <0x2648>; status = "okay"; mac-address = [00 50 43 02 02 01]; eth,port-num = <0x00>; eth,port-mtu = <0x5dc>; phy = <0x07>; phy-mode = "rgmii"; }; ethernet@30000 { compatible = "marvell,neta"; reg = <0x30000 0x4000>; interrupts-extended = <0x06 0x0a>; clocks = <0x05 0x03>; tx-csum-limit = <0x800>; status = "disabled"; mac-address = [00 50 43 02 02 02]; eth,port-num = <0x01>; eth,port-mtu = <0x5dc>; }; ethernet@34000 { compatible = "marvell,neta"; reg = <0x34000 0x4000>; interrupts-extended = <0x06 0x0c>; clocks = <0x05 0x02>; tx-csum-limit = <0x800>; status = "okay"; mac-address = [00 50 43 02 02 03]; eth,port-num = <0x02>; eth,port-mtu = <0x5dc>; phy = <0x08>; phy-mode = "sgmii"; };
dmesg ifconfig -aYou might see which Ethernet port is active. And also errors in the Ethernet PHY (if it cannot be initialized).
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 20, 2024 11:15AM |
Registered: 5 months ago Posts: 13 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 20, 2024 05:44PM |
Registered: 8 years ago Posts: 91 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 20, 2024 07:25PM |
Admin Registered: 13 years ago Posts: 19,092 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 20, 2024 07:30PM |
Admin Registered: 13 years ago Posts: 19,092 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 25, 2024 05:06PM |
Registered: 5 months ago Posts: 13 |
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? June 25, 2024 05:31PM |
Admin Registered: 13 years ago Posts: 19,092 |
bdinfo md.l f1018000 8 md.l f1018100 1 md.l f1018140 1 help printenvand then boot
bootLet it boot all the way to the Debian login prompt.
Re: What are the most stable devices for debian ARM(arm64, armhf, armel)? October 18, 2024 07:04PM |
Registered: 5 months ago Posts: 13 |