From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?TWF0dGhpYXMgV2Vpw59lcg==?= Date: Wed, 03 Jul 2013 16:20:17 +0200 Subject: [U-Boot] imx: Kernel not booting with fdt In-Reply-To: References: <51D2F143.9010607@arcor.de> <51D3C2B3.4000702@arcor.de> Message-ID: <51D43321.4070907@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 03.07.2013 13:25, schrieb Fabio Estevam: > The "Generic DT based system" is not usual. > > >> Sure. It is based on imx25-pdk.dts minus nand plus uart2 which is used as >> debug uart on the system in question. >> >> /dts-v1/; >> #include "imx25.dtsi" >> >> / { >> model = "Graf-Syteco zmx25"; >> compatible = "fsl,zmx25", "fsl,zmx25"; > > Ah, this should be: > > compatible = "graf,imx25-zmx25", "fsl,imx25"; (There is no valid match > against fsl,zmx25) > > Then your dts file should be called 'imx25-zmx25.dts' > > Hope this helps. Yes. Thanks a lot. But why is that? Can you give me an explanation for that or point me to the correct documentation?