From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 23 Jan 2018 23:51:17 +0100 Subject: [U-Boot] extract size of FIT image In-Reply-To: <8afebec172ea4f4a85a74b978bfb29c3@ERDCSEXCH01.SMITHSSII.NET> References: <8afebec172ea4f4a85a74b978bfb29c3@ERDCSEXCH01.SMITHSSII.NET> Message-ID: <20180123235117.658a7bd6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 23 Jan 2018 22:25:04 +0000 Bishop, Mark (STRT) MBishop at smithsinterconnectinc.com wrote: > Is there an easy way or an existing mechanism to look inside of a FIT > image and get the size of the complete image? => fdt addr => fdt header 'totalsize' is the complete image size. -- Anatolij