From mboxrd@z Thu Jan 1 00:00:00 1970 From: ayoub.zaki at embexus.com Date: Thu, 20 Apr 2017 16:35:35 +0200 Subject: [U-Boot] AM335x Falcon Mode In-Reply-To: <007301d2b9e2$c9390370$5bab0a50$@sdcsystems.com> References: <1492608842968.30477.15302@webmail4> <007301d2b9e2$c9390370$5bab0a50$@sdcsystems.com> Message-ID: <1492698935028.9488.870@webmail3> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andy, Thanks for the answer, I figured out what the problem is, in the fact I was using a zImage, using an uImage format solve the problem :-) It should maybe added to the documentation ;-) best regards, Ayoub Zaki On 20 April 2017 at 16:31:21 +02:00, Andy Pont wrote: > Ayoub wrote... > > > > => run args_mmc > > => run loadimage > > 8942296 bytes read in 610 ms (14 MiB/s) > > => run loadfdt > > 58129 bytes read in 56 ms (1013.7 KiB/s) > > => spl export fdt ${loadaddr} - ${fdtaddr} > > > I have AM335x Falcon mode running with SPI flash (albeit an old 2014.xx U-Boot version) and the commands for settings it up look the same as the ones you have used. > > Do you get any more information about where the data abort is coming from if you build and run U-Boot with #define DEBUG? > > -Andy. > >