OdroidXU4 LAN not working after kernel update to 158+

OdroidXU4 LAN not working after kernel update to 158+ . Pls fix.

Error : eth0: error … : device not found

Check if

boot/exynos5422-odroidxu4.dtb

exists

If yes, open

DietPi/boot.ini

and look for

# Load kernel, initrd and dtb in that sequence
fatload mmc 0:1 0x40008000 zImage
fatload mmc 0:1 0x42000000 uInitrd
fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb

and change the line

 fatload mmc 0:1 0x44000000 exynos5422-odroidxu3.dtb

into

 fatload mmc 0:1 0x44000000 exynos5422-odroidxu4.dtb

Reboot and it should work, at least it did on my DietPi installation.

regards
Schnitzelbrain

super … it worked … :smiley: :smiley: