From mboxrd@z Thu Jan 1 00:00:00 1970 From: U.Mutlu Date: Thu, 11 Apr 2019 02:16:30 +0200 Subject: [U-Boot] sunxi-fel uboot brings SPL version mismatch error Message-ID: <5CAE875E.7050707@mutluit.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de # CC Jagan There's a version mismatch error with the sunxi-fel tool from sunxi-tools ( https://github.com/linux-sunxi/sunxi-tools ) ./sunxi-fel -v uboot u-boot-sunxi-with-spl.bin write 0x43100000 my.env Stack pointers: sp_irq=0x00002000, sp=0x00005E08 Reading the MMU translation table from 0x00020000 Disabling I-cache, MMU and branch prediction... done. => Executing the SPL... done. Setting write-combine mapping for DRAM. Setting cached mapping for BROM. Writing back the MMU translation table. Enabling I-cache, MMU and branch prediction... done. Writing image "U-Boot 2019.04-00036-g1d63ec3fa4", 448324 bytes @ 0x4A000000. sunxi SPL version mismatch: found 0x03 > maximum supported 0x02 You need a more recent version of this (sunxi-tools) fel utility. Starting U-Boot (0x4A000000). Bug tracker: https://github.com/linux-sunxi/sunxi-tools/issues/124 -- U.Mutlu (mutluit)