编译内核后设备树二进制文件在哪里

Where are device tree binaries after compiling the kernel

我知道 dts 是在内核构建期间编译的。那么输出在哪里呢?在 zImage 里面?

*.dts 编译的输出采用 .dtb 文件的形式,并与源 (.dts) 保存在同一位置。 即 "arch/xxx/boot/dts/*.dtb"