Re: Ways to copy FIT image from the flash to RAM

2020-09-17 Thread Sean Anderson
On 9/11/20 1:47 PM, Andrii Voloshyn wrote: > Hi there, > > What are the ways of copying whole FIT image form NOR flash to RAM by > specifying flash offset without any extra bytes. > I've seen quite a lot of times when kernel image size has a fixed value (as > an uboot environment variabl

Ways to copy FIT image from the flash to RAM

2020-09-11 Thread Andrii Voloshyn
Hi there, What are the ways of copying whole FIT image form NOR flash to RAM by specifying flash offset without any extra bytes. I've seen quite a lot of times when kernel image size has a fixed value (as an uboot environment variable), which is greater than the actual kernel size. Problem