Perfect , the problem is exactly it !!! The dtb file

You can extract from your firmware by yourself , I'm sure you know thousands and thousands tool are avaible around , one I use on windows is
RK3xxx_firmware_tools_5.23.1_by_SergioPoverony.zip
Once you extracted it you will find resources.img , that is your dtb
@Limmylamz
I will not release any precompiled image, you have to do by yourself for following reasons:
1) too many variables on different board ( lba locations ) and hardware ( wifi, ethernet ) even if board has same name as other or they seems to be similar.
You must build the image by yourself
2) I don't want any responsability for crashes or hidden malicious code inside image
Concerning the " instructions not clear" If I compiled ( and I am less than zero in programming ) anyone can do it, just dollow readmes.
Maybe you have wrong environment setup so check your linux environment.
If you run debian derivative it could help installing
dpkg --add-architecture armhf
apt-get update
apt-get install crossbuild-essential-armhf
Hope you understand this point of view
Comment