From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 23 May 2015 10:08:28 +0200 Subject: [U-Boot] Marvell Armada XP u-boot from uart In-Reply-To: References: Message-ID: <5560357C.5010902@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22.05.2015 16:12, Peter Robinson wrote: >> Is it possible to load and boot Marvell Armada XP u-boot completely from >> uart without spi or nand flash? >> I have custom board with MV78460 and clean flash memory. > > You can use kwboot I believe. Correct. kwboot can be used to upload and execute a binary (compiled for UART booting) via UART. Please make sure to use the "-a" parameter for the Armada XP timings. Thanks, Stefan