From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Wed, 16 Jan 2019 13:02:05 +0000 Subject: [U-Boot] no DTB with nand SPL on sama5d3 In-Reply-To: <91CB0D34-94B1-474B-A316-0F0AE34FE7D0@gmail.com> References: <91CB0D34-94B1-474B-A316-0F0AE34FE7D0@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16.01.2019 03:13, Daniel Evans wrote: > After flashing my boot.bin to nand I get the following output: > > RomBOOT > Missing DTB > ### ERROR ### Please RESET the board ### > > I found the error message in fdtdec.c, but not sure what I am missing. I have checked that my DTB is included in the boot.bin output. Any insight on what I am missing? Hello Daniel, Which defconfig are you using when building u-boot ? You are trying to load the U-boot SPL right ? It doesn't look like you even get to the point when you get to load the u-boot proper, so maybe there are missing parts from your SPL, or the size inside the 6th reset vector is not correctly calculated Did you try with our at91bootstrap proprietary second level bootloader and get the same issue when booting the proper u-boot with it ? Hope this helps, Eugen > > Dan > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > https://lists.denx.de/listinfo/u-boot >