* [U-Boot] Question about FIT images with uboot 1.3.4 (solved)
@ 2008-08-25 10:47 Remy Bohmer
2008-08-25 11:27 ` Stefan Roese
2008-08-25 21:01 ` Wolfgang Denk
0 siblings, 2 replies; 3+ messages in thread
From: Remy Bohmer @ 2008-08-25 10:47 UTC (permalink / raw)
To: u-boot
Hello All,
> I know the image itself is correct. mkimage -l shows correct
> information, but when copied to the target, the target detects a FIT
> header but complains that it cannot find the description section.
> Legacy images work properly.
> Tomorrow I will hook up the debugger and get this problem tackled.
Finally I got the problem tracked down. It was very stupid (as always)
but the reason why FIT-images did not work here, was because the last
bytes of the image were overwritten by downloading the ram drive
image. The legacy uImage just fit in the 3MB memory space, and the FIT
image just did not. (it is quite big, because I use an uncompressed
kernel)
So, moving up the ramdrive image to a higher address solved this problem...
Keeps worth mentioning that the FIT error message (no description
found) had put me completely in the wrong direction...
For convenience, I also have a kernel patch here that allows the
kernel to build a FIT image immediately while building the uImage.
I will post that on LKML soon.
Kind Regards,
Remy
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] Question about FIT images with uboot 1.3.4 (solved)
2008-08-25 10:47 [U-Boot] Question about FIT images with uboot 1.3.4 (solved) Remy Bohmer
@ 2008-08-25 11:27 ` Stefan Roese
2008-08-25 21:01 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2008-08-25 11:27 UTC (permalink / raw)
To: u-boot
On Monday 25 August 2008, Remy Bohmer wrote:
> Finally I got the problem tracked down. It was very stupid (as always)
> but the reason why FIT-images did not work here, was because the last
> bytes of the image were overwritten by downloading the ram drive
> image. The legacy uImage just fit in the 3MB memory space, and the FIT
> image just did not. (it is quite big, because I use an uncompressed
> kernel)
> So, moving up the ramdrive image to a higher address solved this problem...
> Keeps worth mentioning that the FIT error message (no description
> found) had put me completely in the wrong direction...
>
> For convenience, I also have a kernel patch here that allows the
> kernel to build a FIT image immediately while building the uImage.
Great.
> I will post that on LKML soon.
Please post this here on the U-Boot lists too. LKML is just too hard to track.
Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] Question about FIT images with uboot 1.3.4 (solved)
2008-08-25 10:47 [U-Boot] Question about FIT images with uboot 1.3.4 (solved) Remy Bohmer
2008-08-25 11:27 ` Stefan Roese
@ 2008-08-25 21:01 ` Wolfgang Denk
1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2008-08-25 21:01 UTC (permalink / raw)
To: u-boot
Dear Remy,
in message <3efb10970808250347y156804dctaf91b651e2ec193d@mail.gmail.com> you wrote:
>
> For convenience, I also have a kernel patch here that allows the
> kernel to build a FIT image immediately while building the uImage.
>
> I will post that on LKML soon.
Please set me on cc: (I don't read LKML). Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I've got a bad feeling about this.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-25 21:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-25 10:47 [U-Boot] Question about FIT images with uboot 1.3.4 (solved) Remy Bohmer
2008-08-25 11:27 ` Stefan Roese
2008-08-25 21:01 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.