Re: [PATCH] [RFC] tools: fitmount: fuse mount fit images

2020-06-24 Thread selvamuthukumar v
On Tue, Jun 23, 2020 at 11:47 PM Tom Rini wrote: > > On Tue, Jun 23, 2020 at 06:01:38PM +0530, selvamuthukumar v wrote: > > On Mon, Jun 15, 2020 at 11:15 PM Selva Muthukumar > > wrote: > > > > > > Allow mounting of FIT images. If FIT images are used for firmwa

Re: [PATCH] [RFC] tools: fitmount: fuse mount fit images

2020-06-23 Thread selvamuthukumar v
On Mon, Jun 15, 2020 at 11:15 PM Selva Muthukumar wrote: > > Allow mounting of FIT images. If FIT images are used for firmware upgrade > from linux, mouting can save space in comparison to using dumpimage. > Any comments on this? Is there any other way to get FIT image contents, without

[U-Boot] Read a volume from a UBI image in RAM

2019-04-29 Thread selvamuthukumar v
Hi I've a UBI image having two volumes, kernel and rootfs. I can tftp the UBI image to RAM and then write to NAND. I want to validate the kernel (checksum and signature) before writing the UBI image to flash. Is there a command available to read a volume from a UBI image that is in RAM? Thanks.