I have lost track solving the ethernet (eth0) problem with my opi3bv2.1 board
I have read:
From the thread I had the impression that with the later releases the proper dtb would be detected and linked accordingly.
However, I have an op3bv2.1, at least that’s what is printed on the board, but the dtb used is the one for v.1.1:
root@DietPi:~# ls -l /boot/dtb-6.18.7-current-rockchip64/rockchip
-rw-r–r-- 1 root root 116954 Jan 26 00:39 rk3566-orangepi-3b-v2.1.dtb
lrwxrwxrwx 1 root root 27 Jan 26 00:39 rk3566-orangepi-3b.dtb → rk3566-orangepi-3b-v1.1.dtb
-rw-r–r-- 1 root root 115373 Jan 26 00:39 rk3566-panther-x2.dtb
I initially started with the trixy image from oktober 25: DietPi_OrangePi3B-ARMv8-Trixie.img
After configuring the basics I transferred that image to the emmc memory (manually) end from there I recently started configuringing it as a home server.
Quite soon I found out that there were problems with eth0 at 1Gb.
So I ended up with the MAC workaround:
Any ideas what I have missed?
- why is it still using v.1.1 dtb? Is the detection of the proper dtb not working?
- I suppose I can also add in: /boot/dietpiEnv.txt
fdtfile=rockchip/rk3566-orangepi-3b-v2.1.dtb
But will that survive any update in the future?
Any suggestion welcome.