I've installed Armbian minimal version based on Debian Bookworm (image Armbian_community_24.8.0-trunk.495_Bananapi_bookworm_current_6.6.36_minimal.img.xz) on my Banana Pi M1.
Installation went well but I can't set up static ip address in armbian config. Anytime I run armbian-config and try to set static address it hangs for a while and exits with no error code. So, I set up static ip address mapping on my router.
After installation I runned apt update and apt upgrade.
I've noticed that there is no eth0 interface but end0.
Dmesg says that interface was renamed.
root@bananapi:/usr/local/bin# dmesg | grep end0
[ 3.327770] sun7i-dwmac 1c50000.ethernet end0: renamed from eth0
[ 10.106591] sun7i-dwmac 1c50000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 10.126691] sun7i-dwmac 1c50000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 10.126766] sun7i-dwmac 1c50000.ethernet end0: No Safety Features support found
[ 10.126781] sun7i-dwmac 1c50000.ethernet end0: RX IPC Checksum Offload disabled
[ 10.126799] sun7i-dwmac 1c50000.ethernet end0: No MAC Management Counters available
[ 10.126813] sun7i-dwmac 1c50000.ethernet end0: PTP not supported by HW
[ 10.127714] sun7i-dwmac 1c50000.ethernet end0: configuring for phy/rgmii-id link mode
[ 14.547226] sun7i-dwmac 1c50000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
I'm not sure if interface name causes problem with setting up static address in armbian-config.
Now I'm trying to rename end0 interface to eth0.