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

Re: armel packages for linux-2.6.23-2 and install problem



Figured it out finally.
When you use RedBoot to create images loaded over the net, as well as
the partition length, it sets the "load size" for the partitions as
well, which do not (and cannot) get updated when new contents are
written in from linux. Specifically,

RedBoot> load -v -r -b 0x800000 -m http -h 192.168.1.1
/.../initrd.img-2.6.23-1-iop32x
RedBoot>  fis create -l 0xd00000 -s 0xd00000 ramdisk

So the new, bigger initrd was only getting loaded into RAM as far as
the length of the old one.

For default installations where no half-witted redbooting has been
going on, the new kernels should work fine. Enjoy

    M


Reply to: