From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 30 Jun 2015 08:33:44 +0100 Subject: [U-Boot] FEL mode broken since "sunxi: Move all boards to the driver-model" In-Reply-To: <5590129A.50902@redhat.com> References: <1435348202.17598.61.camel@hellion.org.uk> <5590129A.50902@redhat.com> Message-ID: <1435649624.17598.100.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-06-28 at 17:28 +0200, Hans de Goede wrote: > Right, that is expected, all the "fel spl" command does is load the > spl, you need to do something like this to fel boot: This worked, thanks. Couple of notes: > > sudo ~hans/bin/fel version > echo Write SPL > sudo ~hans/bin/fel spl u-boot-sunxi-with-spl.bin FWIW also works with spl/sunxi-spl.bin. > echo Exec SPL > sudo ~hans/bin/fel exe 0x2000 Doesn't seem to be needed, it's done part of the above the above spl command. > sleep 0.5 > echo Write u-boot > sudo ~hans/bin/fel write 0x4a000000 u-boot-dtb.bin > echo Exec u-boot > sudo ~hans/bin/fel exe 0x4a000000 I think it ought to be possible to update the usb-boot script to use "fel spl" and relax the SPL size restriction in that script accordingly, I'll take a look. Ian.