Re: [U-Boot] iminfo and zImages

2018-03-18 Thread Wolfgang Denk
Dear Andy, In message you wrote: > > Is it just not possible for the zImages in RAM to be decoded as per the > uImages ? You can decode only the information that is in there. uImage adds an extra 64 byte header

Re: [U-Boot] iminfo and zImages

2018-03-12 Thread Tom Rini
On Mon, Mar 12, 2018 at 02:03:54PM +, Andy Rea wrote: > Is it just not possible for the zImages in RAM to be decoded as per the > uImages ? Well, in short, "patches welcome". Part of the problem is that the Linux Kernel ARM zImage doesn't contain a ton of info. That's less true of say the

[U-Boot] iminfo and zImages

2018-03-12 Thread Andy Rea
Is it just not possible for the zImages in RAM to be decoded as per the uImages ? If I simply use mkimage to convert the image back as a uImage ( essentially take off the first 64 bytes ? ) then iminfo will display the kernel info The uImage file is only 64 bytes smaller so hasn't