Looks like DT file loading before booting is missing. For kernels >3.2 and BBB you should pre-load dtb with u-boot to boot succesfully (or append dtb file to kernel image, but have to CONFIG_ARM_APPENDED_DTB kernel compile option enabled).
There is also a possibility that dtb is loaded correctly, but the kernel is too big and when decompresses overwrites dtb - it easy to check if the situation happened in your case with nm tool- no symbol should be loaded above c0f80000 for default u-boot config, T. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
