Booting DT support without U-Boot supporting it
Shawn Guo
shawn.guo at linaro.org
Thu Apr 12 15:19:49 EST 2012
On Thu, Apr 12, 2012 at 09:50:39AM +0530, Viresh Kumar wrote:
> Hi,
>
> My U-boot is on an older version and that doesn't have DT support for ARM.
> Now, is there any way of booting Linux with DT, without U-Boot supporting DT?
>
This is how I responded to Fabio on the same query a few hours ago :)
- Turn on CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT
- cat zImage mx27pdk.dtb > zImage_dtb
- Boot zImage_dtb as you do with zImage
Regards,
Shawn
More information about the devicetree-discuss
mailing list