Issue
I understand that dts are compiled during kernel build. Where is the output then? Inside the zImage?
id='dv4'>
Solution
output of *.dts compilation is in form of .dtb files and are kept at the same place as source (.dts). i.e. "arch/xxx/boot/dts/*.dtb"
Answered By - rk1825 Answer Checked By - Candace Johnson (WPSolving Volunteer)