Hi,
i’ve created 2 basic images (only bootchain + rootfs, no network setup)
uboot 2022.04-bpi
linux 5.18.0-bpi-r2pro-main
(barebox 2022-05 incl. iodomain fix)
user:root, pw:bananapi
example-configuration for wan-port (eth0)
date -s '2022-05-23 21:50:00 CEST'
ip addr add 192.168.0.18/24 dev eth0
ip link set eth0 up
ip route add default via 192.168.0.10
# only do once (resolv.conf is persistent)
cp /etc/resolv.conf{,.bak}
echo "nameserver 192.168.0.10" > /etc/resolv.conf
https://drive.google.com/drive/folders/1pnTxSquZL-7n0xx4Bx1xJl7LqEKfa71Y?usp=sharing
the -basic is without rootfs and can be used as base for own linux distribution (deboostrap + set rootpw)
have included phy and dsa driver for switch which can be switched by using other dtb (default dsa driver) in uboot (extlinux.conf)