by nmset » Sat Jan 11, 2025 9:25 pm
There is progress with 6.13.0-rc3-1-aarch64-rc-ARCH and its FDT file.
The screen gets backlight at the very last moment, showing the login prompt fully functional. Boot messages are not printed before.
But network connection fails on the ethernet port, with a blinking orange light. It does work with Ubuntu. There is no IPv4 set at all and no route. An IPv6 link local address is always set, with a default route on that address. After a few minutes, a routable IPv6 address appears, but the default route is not updated and any pîng fails. Setting a default route to the IPv6 gateway does not help.
Moreover, the MAC address changes on every boot. It can be set to a fixed address in the boot.scr file with 'setenv ethaddr <address>'. With Ubuntu, the MAC address does not change on every boot, without the setenv instruction.
Finally, using an USB ethernet adapter allows a network IPv4 and IPv6 connection to be established seamlessly on boot. Another ethernet USB adapter combining an USB hub failed to work.
All this with systemd-networkd and DHCP. netctl did not help.
The board is not reliably usable at this stage.
In the hope that some Arch developers might consider.
Here is some information from inside:
[quote]# --------------------------- uname -a -----------------------------------------
Linux alarm 6.13.0-rc3-1-aarch64-rc-ARCH #1 SMP PREEMPT_DYNAMIC Mon Dec 16 04:27:13 MST 2024 aarch64 GNU/Linux
# --------------------------- dmesg |grep -i eth -------------------------------
[ 6.225041] rk_gmac-dwmac fe1c0000.ethernet: IRQ eth_lpi not found
[ 6.225588] rk_gmac-dwmac fe1c0000.ethernet: IRQ sfty not found
[ 6.226224] rk_gmac-dwmac fe1c0000.ethernet: clock input or output? (output).
[ 6.226850] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: tx_delay.
[ 6.227472] rk_gmac-dwmac fe1c0000.ethernet: set tx_delay to 0x30
[ 6.228002] rk_gmac-dwmac fe1c0000.ethernet: Can not read property: rx_delay.
[ 6.228625] rk_gmac-dwmac fe1c0000.ethernet: set rx_delay to 0x10
[ 6.229158] rk_gmac-dwmac fe1c0000.ethernet: integrated PHY? (no).
[ 6.234706] rk_gmac-dwmac fe1c0000.ethernet: init for RGMII_ID
[ 6.235314] rk_gmac-dwmac fe1c0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 6.235941] rk_gmac-dwmac fe1c0000.ethernet: DWMAC4/5
[ 6.236389] rk_gmac-dwmac fe1c0000.ethernet: DMA HW capability register supported
[ 6.237043] rk_gmac-dwmac fe1c0000.ethernet: RX Checksum Offload Engine supported
[ 6.237695] rk_gmac-dwmac fe1c0000.ethernet: TX Checksum insertion supported
[ 6.238307] rk_gmac-dwmac fe1c0000.ethernet: Wake-Up On Lan supported
[ 6.238889] rk_gmac-dwmac fe1c0000.ethernet: TSO supported
[ 6.239367] rk_gmac-dwmac fe1c0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.240066] rk_gmac-dwmac fe1c0000.ethernet: Enabled L3L4 Flow TC (entries=2)
[ 6.241866] rk_gmac-dwmac fe1c0000.ethernet: Enabled RFS Flow TC (entries=10)
[ 6.242487] rk_gmac-dwmac fe1c0000.ethernet: TSO feature enabled
[ 6.242489] rk_gmac-dwmac fe1c0000.ethernet: SPH feature enabled
[ 6.242491] rk_gmac-dwmac fe1c0000.ethernet: Using 32/32 bits DMA host/device width
[ 6.571471] rk_gmac-dwmac fe1c0000.ethernet end0: renamed from eth0
[ 6.622989] rk_gmac-dwmac fe1c0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 6.624040] rk_gmac-dwmac fe1c0000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-1
[ 6.699526] rk_gmac-dwmac fe1c0000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 6.709454] rk_gmac-dwmac fe1c0000.ethernet end0: No Safety Features support found
[ 6.709466] rk_gmac-dwmac fe1c0000.ethernet end0: IEEE 1588-2008 Advanced Timestamp supported
[ 6.709774] rk_gmac-dwmac fe1c0000.ethernet end0: registered PTP clock
[ 6.711965] rk_gmac-dwmac fe1c0000.ethernet end0: configuring for phy/rgmii-id link mode
[ 9.836444] rk_gmac-dwmac fe1c0000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
# -------------------------------- ip addr -----------------------------------
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: end0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:1e:ee:61:7a:39 brd ff:ff:ff:ff:ff:ff
altname enx001eee617a39
inet6 fe80::21e:eeff:fe61:7a39/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
# ----------------------------- lsmod -----------------------------------------
Module Size Used by
pci_endpoint_test 24576 0
hantro_vpu 278528 0
rockchipdrm 188416 0
v4l2_jpeg 16384 1 hantro_vpu
rockchip_rga 24576 0
v4l2_vp9 24576 1 hantro_vpu
hid_logitech_hidpp 53248 0
dw_hdmi_qp 24576 1 rockchipdrm
v4l2_h264 16384 1 hantro_vpu
v4l2_mem2mem 36864 2 hantro_vpu,rockchip_rga
joydev 24576 0
dw_mipi_dsi 20480 1 rockchipdrm
dwmac_rk 28672 0
dw_hdmi 57344 1 rockchipdrm
videobuf2_dma_sg 16384 1 rockchip_rga
videobuf2_dma_contig 24576 1 hantro_vpu
stmmac_platform 20480 1 dwmac_rk
analogix_dp 45056 1 rockchipdrm
videobuf2_memops 16384 2 videobuf2_dma_contig,videobuf2_dma_sg
stmmac 258048 3 stmmac_platform,dwmac_rk
videobuf2_v4l2 28672 3 hantro_vpu,rockchip_rga,v4l2_mem2mem
cec 65536 1 dw_hdmi
panthor 131072 0
rc_core 57344 1 cec
videodev 266240 4 videobuf2_v4l2,hantro_vpu,rockchip_rga,v4l2_mem2mem
pcs_xpcs 32768 1 stmmac
drm_client_lib 12288 1 rockchipdrm
drm_gpuvm 36864 1 panthor
drm_dma_helper 20480 2 rockchipdrm
phylink 61440 2 stmmac,pcs_xpcs
videobuf2_common 57344 7 videobuf2_dma_contig,videobuf2_v4l2,hantro_vpu,rockchip_rga,videobuf2_dma_sg,v4l2_mem2mem,videobuf2_memops
hid_logitech_dj 32768 0
cfg80211 466944 0
drm_exec 12288 2 drm_gpuvm,panthor
mc 69632 5 videodev,videobuf2_v4l2,hantro_vpu,videobuf2_common,v4l2_mem2mem
gpu_sched 40960 1 panthor
rockchip_saradc 16384 0
pwm_fan 20480 0
phy_rockchip_samsung_hdptx 28672 1
phy_rockchip_naneng_combphy 16384 4
rk805_pwrkey 12288 0
rockchip_thermal 28672 0
rtc_pcf8563 24576 1
drm_shmem_helper 24576 1 panthor
display_connector 16384 0
rfkill 28672 2 cfg80211
dw_wdt 12288 0
fuse 155648 1
loop 32768 0
nfnetlink 20480 1
ip_tables 32768 0
[/quote]