Hi,

* Mark Jackson <[email protected]> [130312 13:48]:
> I'm struggling to get the latest kernel git to load on my beaglebone.
> 
> Error: unrecognized/unsupported machine ID (r1 = 0x00000e05).
> 
> I guess I'm missing some vital step ?

We're changing the mainline kernel tree to use device tree
based booting only.

So you need to either upgrade your bootloader to support device
tree based booting, or enable CONFIG_ARM_APPENDED_DTB and
ARM_ATAG_DTB_COMPAT in your .config and build u-image manually
with the .dtb appended to the zImage. Doing make dtbs will generate
you the am335x-bone.dtb to append.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to