Hi,
I'm working with a BeagleBone Black using ti-sdk-am335x-evm-06.00.00.00. I followed the steps on the developer guide in order to recompile my own kernel. (http://processors.wiki.ti.com/index.php/Sitara_Linux_Software_Developer%E2%80%99s_Guide)
I created my SD card and when I'm booting I got this error: ** File not found /boot/am335x-boneblack.dtb **
I would like to know if the TI PSP is using DTS ? If the answer is yes, I would like to know what I need to do to generate the dtb file.
My guess is that TI is not using DTS right now and I will probably need to modify my uboot environnement variable fdtfile and findfdt to get ride of this message.
Your thought ?
Thanks