-
-
Notifications
You must be signed in to change notification settings - Fork 168
DTC not working on RK3588 5.10.xxx #194
Comments
Can you try again after installing dtc; |
nicod@mekotronics-r58-minipc:~$ |
Not a trivial solution then :( |
Confirmed. The "DTC" editing code in armbian-config was introduced here #123 and lives mostly here https://github.com/armbian/config/blame/ed8fe64aae4bbf3e6cf775ff26b6ebb6c0c8d129/debian-config-jobs#L1519-L1647 @igorpecovnik it already does install This code is trying to read the compatible from As we can see from @NicoD-SBC's logs, with the rk3588 legacy kernel (and probably many, many others) the compatible doesn't match, errors are ignored (as always in armbian-config), everything fails but an editor opens with an empty file. Sincerely we should drop all this, read |
Alternatively: we can get the running DT blob (whatever it is, wherever it comes from) via dtc -I fs /sys/firmware/devicetree/base |
@jeanrhum what do you think? |
@rpardini Sorry for answering late. I was very busy the last months... I can try to update the code in this way, but I haven't any rk3588 board to test it. I'll only test on my boards based on other socs (Allwinner h3 h6, Amlogic s805x a311d, Rockchip rk3328 rk3399). |
When going to System -> DTC on the RK3588 then you only get an empty nano window.
Using the Mekotronics R58 Mini with Armbian Jammy Gnome 5.10.160-rockchip-rk3588
This is what messages I get.
The text was updated successfully, but these errors were encountered: