Re: [U-Boot-Users] Problem creating new uImage

2008-06-04 Thread Markus Klotzbücher
Hi Bartlomiej, Bartlomiej Sieka <[EMAIL PROTECTED]> writes: > Line 11 of doc/uImage.FIT/kernel_fdt.its is: > > data = /incbin/("./vmlinux.bin.gz"); > > So most likely your problem is due to mainline dtc not supporting binary > includes (yet). You need to patch it with original Scott Wood's patch,

Re: [U-Boot-Users] Problem creating new uImage

2008-06-04 Thread Bartlomiej Sieka
Markus Klotzbücher wrote: > Dear List, > > I'm facing a problem creating a new fdt image following the instructions > in the u-boot/doc/uImage.FIT/howto.txt > > u-boot and dtc are top of git: > > $ dtc -v > Version: DTC 1.1.0-g050e6f0c > > ~/src/git/u-boot/ $ git-describe > v1.3.3-32-gf2aeecc

[U-Boot-Users] Problem creating new uImage

2008-06-04 Thread Markus Klotzbücher
Dear List, I'm facing a problem creating a new fdt image following the instructions in the u-boot/doc/uImage.FIT/howto.txt u-boot and dtc are top of git: $ dtc -v Version: DTC 1.1.0-g050e6f0c ~/src/git/u-boot/ $ git-describe v1.3.3-32-gf2aeecc I'm in the linux-2.6-denx/ directory with kernel