* [U-Boot] [BUG] kwimage v0 broken
@ 2014-10-25 5:59 drEagle
2014-10-27 7:18 ` Stefan Roese
0 siblings, 1 reply; 6+ messages in thread
From: drEagle @ 2014-10-25 5:59 UTC (permalink / raw)
To: u-boot
Hi,
With the latest u-boot mainline from denx git, the kirkwood image old version/format are broken;
Sheevaplug u-boot.kwb is no more flahsable and brick the plug.
Using an older mkimage version still work with the same u-boot binary.
u-boot (in elf loading mode) still work well also.
If I can help by some tests, please feel free to ask.
PS: I'm not on the list, thans to cc me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141025/ce2460a0/attachment.pgp>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [BUG] kwimage v0 broken
2014-10-25 5:59 [U-Boot] [BUG] kwimage v0 broken drEagle
@ 2014-10-27 7:18 ` Stefan Roese
2014-10-30 14:45 ` drEagle
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Roese @ 2014-10-27 7:18 UTC (permalink / raw)
To: u-boot
Hi!
On 25.10.2014 07:59, drEagle wrote:
> With the latest u-boot mainline from denx git, the kirkwood image old version/format are broken;
> Sheevaplug u-boot.kwb is no more flahsable and brick the plug.
>
> Using an older mkimage version still work with the same u-boot binary.
>
> u-boot (in elf loading mode) still work well also.
>
> If I can help by some tests, please feel free to ask.
>
> PS: I'm not on the list, thans to cc me.
Hmmm. I have no access to a mainlined Kirkwood board right now. So I
can't really test right now. I added Luka to Cc, as he did some testing
on this patch series a few weeks ago. And IIRC, he didn't experience any
such problems with the kwimage tool.
Luka, could you perhaps take another look at it? And give the current
mainline version a try on your board?
Thanks,
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [BUG] kwimage v0 broken
2014-10-27 7:18 ` Stefan Roese
@ 2014-10-30 14:45 ` drEagle
2014-10-30 19:46 ` Prafulla Wadaskar
0 siblings, 1 reply; 6+ messages in thread
From: drEagle @ 2014-10-30 14:45 UTC (permalink / raw)
To: u-boot
On 27/10/2014 08:18, Stefan Roese wrote:
> Hi!
>
> On 25.10.2014 07:59, drEagle wrote:
>> With the latest u-boot mainline from denx git, the kirkwood image old version/format are broken;
>> Sheevaplug u-boot.kwb is no more flahsable and brick the plug.
>>
>> Using an older mkimage version still work with the same u-boot binary.
>>
>> u-boot (in elf loading mode) still work well also.
>>
>> If I can help by some tests, please feel free to ask.
>>
>> PS: I'm not on the list, thans to cc me.
>
> Hmmm. I have no access to a mainlined Kirkwood board right now. So I can't really test right now. I added Luka to Cc, as he did some testing on this patch series a few weeks ago. And IIRC, he didn't experience any such problems with the kwimage tool.
>
> Luka, could you perhaps take another look at it? And give the current mainline version a try on your board?
I can give some tests if you want, with sheevaplugs and guruplugs.
I also have a Mirabox for testing purpose.
Ask if you need more feedbacks with some notes.
Feel free to ask.
Regards,
G?rald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141030/f5f3c620/attachment.pgp>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [BUG] kwimage v0 broken
2014-10-30 14:45 ` drEagle
@ 2014-10-30 19:46 ` Prafulla Wadaskar
2014-10-31 0:06 ` drEagle
0 siblings, 1 reply; 6+ messages in thread
From: Prafulla Wadaskar @ 2014-10-30 19:46 UTC (permalink / raw)
To: u-boot
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of drEagle
> Sent: 30 October 2014 20:15
> To: Stefan Roese; Luka Perkov
> Cc: u-boot at lists.denx.de
> Subject: Re: [U-Boot] [BUG] kwimage v0 broken
>
> On 27/10/2014 08:18, Stefan Roese wrote:
> > Hi!
> >
> > On 25.10.2014 07:59, drEagle wrote:
> >> With the latest u-boot mainline from denx git, the
> kirkwood image old version/format are broken;
> >> Sheevaplug u-boot.kwb is no more flahsable and brick
> the plug.
> >>
> >> Using an older mkimage version still work with the
> same u-boot binary.
> >>
> >> u-boot (in elf loading mode) still work well also.
> >>
> >> If I can help by some tests, please feel free to
> ask.
> >>
> >> PS: I'm not on the list, thans to cc me.
> >
> > Hmmm. I have no access to a mainlined Kirkwood board
> right now. So I can't really test right now. I added
> Luka to Cc, as he did some testing on this patch series
> a few weeks ago. And IIRC, he didn't experience any
> such problems with the kwimage tool.
Hmm... We must fix this asap.
Can someone post the patch?
Regards...
Prafulla . . .
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [BUG] kwimage v0 broken
2014-10-30 19:46 ` Prafulla Wadaskar
@ 2014-10-31 0:06 ` drEagle
2014-10-31 6:54 ` Stefan Roese
0 siblings, 1 reply; 6+ messages in thread
From: drEagle @ 2014-10-31 0:06 UTC (permalink / raw)
To: u-boot
On 30/10/2014 20:46, Prafulla Wadaskar wrote:
Hi all,
I have compared the latest kwimage and the oldest one.
I have found some minor differences that make my sheevaplugs flashing and u-booting again.
>> -----Original Message-----
>> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
>> bounces at lists.denx.de] On Behalf Of drEagle
>> Sent: 30 October 2014 20:15
>> To: Stefan Roese; Luka Perkov
>> Cc: u-boot at lists.denx.de
>> Subject: Re: [U-Boot] [BUG] kwimage v0 broken
>>
>> On 27/10/2014 08:18, Stefan Roese wrote:
>>> Hi!
>>>
>>> On 25.10.2014 07:59, drEagle wrote:
>>>> With the latest u-boot mainline from denx git, the
>> kirkwood image old version/format are broken;
>>>> Sheevaplug u-boot.kwb is no more flahsable and brick
>> the plug.
>>>>
>>>> Using an older mkimage version still work with the
>> same u-boot binary.
>>>>
>>>> u-boot (in elf loading mode) still work well also.
>>>>
>>>> If I can help by some tests, please feel free to
>> ask.
>>>>
>>>> PS: I'm not on the list, thans to cc me.
>>>
>>> Hmmm. I have no access to a mainlined Kirkwood board
>> right now. So I can't really test right now. I added
>> Luka to Cc, as he did some testing on this patch series
>> a few weeks ago. And IIRC, he didn't experience any
>> such problems with the kwimage tool.
>
> Hmm... We must fix this asap.
> Can someone post the patch?
A quick patch was sent to the list.
Enjoy,
G?rald
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141031/1e4016f9/attachment.pgp>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot] [BUG] kwimage v0 broken
2014-10-31 0:06 ` drEagle
@ 2014-10-31 6:54 ` Stefan Roese
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Roese @ 2014-10-31 6:54 UTC (permalink / raw)
To: u-boot
Hi Gerald!
On 31.10.2014 01:06, drEagle wrote:
> I have compared the latest kwimage and the oldest one.
>
> I have found some minor differences that make my sheevaplugs flashing and u-booting again.
Thanks for your effort here. Really appreciated! And sorry for breaking
things for you.
Thanks,
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-31 6:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25 5:59 [U-Boot] [BUG] kwimage v0 broken drEagle
2014-10-27 7:18 ` Stefan Roese
2014-10-30 14:45 ` drEagle
2014-10-30 19:46 ` Prafulla Wadaskar
2014-10-31 0:06 ` drEagle
2014-10-31 6:54 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox