From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willy Tarreau Date: Thu, 16 Aug 2018 11:45:48 +0200 Subject: [U-Boot] [PATCH] tools: kwboot: Make kwboot more robust on a38x In-Reply-To: References: <2cbc0e8430eb44f505b486667b726cc0caf85d68.1534173878.git.baruch@tkos.co.il> Message-ID: <20180816094548.GD25355@1wt.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, Aug 16, 2018 at 07:59:58PM +1200, Chris Packham wrote: > Lately I haven't had much luck with using kwboot on a38x. I seem to be > able to get the spl to boot from uart (even better now thanks to this > patch) but the next stage still loads from SPI. I haven't been brave > enough to blank a board to see if that changes behaviour. Are your > experiences any different? I'm wondering if there is something we need > to do in the SPL to figure out that we need to load the next stage via > xmodem. FWIW, I managed to install my clearfog-base using it, though I don't remember any particularly bad corner case. I remember about the usual issue with the SPL being a bit too verbose and breaking the upload but that's something that already affected prior versions. I think the current u-boot version had a pause at this moment but I could be wrong, anyway it used to work for me. Just my two cents, Willy