Re: [U-Boot] Question about FIT images with uboot 1.3.4 (solved)

2008-08-25 Thread Remy Bohmer
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

Re: [U-Boot] Question about FIT images with uboot 1.3.4

2008-08-24 Thread Remy Bohmer
Hello Grant, Thanks for your answer. Apparently I used the right version of the dtc tool already, because you have it working... Fit image detected... Architecture: PowerPC OS: Linux Architecture: PowerPC Hash algo:crc32 I notice that

[U-Boot] Question about FIT images with uboot 1.3.4

2008-08-23 Thread Remy Bohmer
Hello All, Which version of DTC must be used to get a working FIT image? Release 1.2.0 understands the example doc/uImage.FIT/kernel.its, but delivers an unbootable image. It fails on line 2285 (Wrong FIT format: no description\n) in common/image.c at int fit_check_format (const void *fit) {