Re: [U-Boot-Users] FIT-image with fdt doesn't work

2008-10-04 Thread Simon Pasch
2008/9/30 Jon Loeliger <[EMAIL PROTECTED]>: > Do some length analysis and make sure you are not stomping > on any images in memory too, especially after uncompressing. Uhm...okay...the error message set me on the completely wrong track. Everything is working now. The problem was, that u-boot itse

Re: [U-Boot-Users] FIT-image with fdt doesn't work

2008-09-30 Thread Jon Loeliger
On Tue, 2008-09-30 at 14:06 +0200, Simon Pasch wrote: > 3.) create a flat device tree blob (using dtc 1.2.0): > dtc -b 0 -V 17 -R 4 -S 0x3000 -I dts -O dtb -f devicetree.dts > target.dtb The -V 17 is the current default, so the option isn't needed. The -S 0x3000 may not be enough, and is really o

[U-Boot-Users] FIT-image with fdt doesn't work

2008-09-30 Thread Simon Pasch
Hello list, I have trouble getting a FIT-image to work on my lite5200-evalboard. Everything seems to be fine until I want to boot: "ERROR: Not a FDT image - must RESET the board to recover." Here's what I'm doing: 1.) compile u-boot 1.3.4 for lite5200 with fit support: --- 1/include/configs/Ic