Appended devicetree
Append devicetree
cat ./arch/arm/boot/zImage ./arch/arm/boot/dts/tegra30-microsoft-surface-rt.dtb > ./arch/arm/boot/zImageLast updated
Was this helpful?
Append the devicetree to zImage to make a single Image which contains the kernel and the devicetree. This allows to use simpler bootloaders and minimizes errors that the bootloader can make.
cat ./arch/arm/boot/zImage ./arch/arm/boot/dts/tegra30-microsoft-surface-rt.dtb > ./arch/arm/boot/zImageYour kernel with appended devicetree should be located at ./arch/arm/boot/zImage
Last updated
Was this helpful?
Was this helpful?