Part Number:AM3352
Tool/software: Linux
Hello,
In my kernel config file i have following paramter
CONFIG_ARM_APPENDED_DTB=y
CONFIG_INITRAMFS_SOURCE=rootfs.cpio
And while booting from u-boot I download my zImage image and .dtb file at two different memory location and use bootz XXXX - YYYY where
XXXXX - zImage address
YYYYY - dtb address
My question is - If I set CONFIG_ARM_APPENDED_DTB, in that case why do I have to download and specify dtb address to "bootz" command?
Do i have to make any changes in u-boot ? so it knows that dtb is already appended.
While building kernel - do I have to do any manual step to append DTB file?
Thanks,
NU