Hello,
Juste upgraded my BananaPI-M1 (AllWinder A20 based). The system is working ... but its ethernet.
[code]# uname -a
Linux TestArch 6.17.7-3-armv7-ARCH #1 SMP PREEMPT Sat Nov 8 03:00:18 MST 2025 armv7l GNU/Linux/[code]
What I can see from the log,
[code]
[root@TestArch ~]# dmesg | grep end0
[ 40.217192] sun7i-dwmac 1c50000.ethernet end0: renamed from eth0
[ 40.590806] sun7i-dwmac 1c50000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 40.612940] sun7i-dwmac 1c50000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 40.834002] sun7i-dwmac 1c50000.ethernet end0: Failed to reset the dma
[ 40.841879] sun7i-dwmac 1c50000.ethernet end0: stmmac_hw_setup: DMA engine initialization failed
[ 40.850944] sun7i-dwmac 1c50000.ethernet end0: __stmmac_open: Hw setup failed
[/code]
And also :
[code][root@TestArch ~]# dmesg | grep -i dma
...
[ 2.426410] platform axp20x-usb-power-supply: DMA mask not set
[ 28.299978] sun7i-dwmac 1c50000.ethernet: No HW DMA feature register supported
[ 40.834002] sun7i-dwmac 1c50000.ethernet end0: Failed to reset the dma
[ 40.841879] sun7i-dwmac 1c50000.ethernet end0: stmmac_hw_setup: DMA engine initialization failed
[/code]
So :
[list][*]Where can I find old kernel media ? I guess I have only to restore zImage isn't it ?
[*]Any tip where the problem can be ? It's due to a bug in the mainline kernel or can I tune kernel configuration and rebuild it ?[/list]
Thanks
