...this did the trick: mkimage -A arm -O linux -T ramdisk -C none -a 0x01100000 -e 0x01100000 -n "2.6.32.5-kirkwood" -d initrd.img uInitrd
/Lars On 17 February 2012 14:04, Lars M. Johansson <[email protected]> wrote: > Thanks Arnaud! > > On 17 February 2012 13:40, Arnaud Patard <[email protected]> wrote: >> >> Hi, >> >> ... >> >> uboot needs a uImage file (made with mkimage from uboot-envtools) : >> mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n >> "2.6.32.5-kirkwood" -d vmlinuz uImage >> >> and then load the uImage instead of vmlinuz file. >> >> Arnaud > > I guess the same goes for the initrd..? > > Best regards, > Lars > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/CAHXuqwKQBNqwRMwN6qS61+0gdZL=onblkumcwx4gev15zhn...@mail.gmail.com

