Falcounet Posted December 15, 2021 Posted December 15, 2021 Hello, I'm trying to get a new board working using Armbian. I'm currently working from my GIT repo so I cloned armbian/build and u-boot/u-boot I added them to the compile.sh script by using userpatches/lib.conf overrides. I added the DTS file of the board, defconfig and modified the Makefile as it can be seen on this commit On the board config side, I set: BOOTCONFIG="fly_gemini_defconfig" The image is built successfully but the board doesn't boot because the DTB file isn't present in /boot/dtb/allwinner/sun50i-h5-fly-gemini.dtb I looked in output/debug files but I didn't found any error What did I miss ? Any hint to point me where to look or what step I need to do is welcome. Thanks !
Falcounet Posted December 16, 2021 Author Posted December 16, 2021 Hello, I finally found the solution: the DTB is also compiled by the kernel so the DTS file need also to be there. I'm going to use patching as it seems to be finally a better route than cloning these repos.
Recommended Posts