Hello Ahmad, On 13/08/2024 08:25, Ahmad Fatoum wrote: > Hello Yann, > > On 12.08.24 16:41, Yann Sionneau wrote: >> diff --git a/test/kvx/qemu@generic_defconfig.yaml b/test/kvx/qemu@generic_defconfig.yaml >> new file mode 100644 >> index 0000000000..bc15afb632 >> --- /dev/null >> +++ b/test/kvx/qemu@generic_defconfig.yaml >> @@ -0,0 +1,18 @@ >> +targets: >> + main: >> + drivers: >> + QEMUDriver: >> + qemu_bin: qemu-system-kvx >> + machine: mppa-coolidge >> + cpu: kv3-1 >> + memory: 2G >> + kernel: barebox >> + extra_args: !template "-dtb $LG_BUILDDIR/arch/kvx/dts/qemu.dtb" > There's a dtb: attribute you can use instead. Oh, ok, will do! Regards, -- Yann