[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Iomega ix2-200



...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 <lars.m.johansson@gmail.com> wrote:
> Thanks Arnaud!
>
> On 17 February 2012 13:40, Arnaud Patard <arnaud.patard@rtp-net.org> 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
>


Reply to: