Guest Posted October 23, 2021 Posted October 23, 2021 (edited) Armbianmonitor: http://ix.io/3CzO Issue: The node /proc/device-tree/compatible contains the board name roc-rk3328-cc, but the dtb in /boot/dtb/rockchip/ is named rk3288-roc-cc. Armbian-config queries this node when running "System settings / Dtc" and then looks for roc-rk3288-cc.dtb, but cant find it. Edited October 23, 2021 by Enzo
TonyMac32 Posted October 24, 2021 Posted October 24, 2021 The device tree file name and the compatible do not and almost never are the same. This may be a bug in the scripting, but it has nothing to do with an error in the device tree.
tparys Posted October 26, 2021 Posted October 26, 2021 Looks like the offending code is HERE. Maybe better to grep for the DTB / FDT file out of /boot/armbianEnv.txt if it exists, and throw an error if it doesn't? Not sure if there's a rock solid way to determine where the DTB was loaded from. Maybe file a bug HERE, and provide the armbianmonitor log so it can be tracked?
Recommended Posts