On 22.08.2012, at 17:10, Jessica Allison wrote: Has anyone got a working rootfs that I can boot from directly on the ARM Fast Model simulator? I'm not talking about one for the guest but one for the host.
I can properly boot the system in the simulator from NFS, but when I try to build an initramfs from my NFS filesystem and attach that to the simulator with --initrd xxx then the kernel seems to hang after having extracted the initramfs and then freed the memory - it stops doing anything after saying "Freeing init memory".
I have created the initramfs by just doing a
find ./ | cpio -o -H newc | gzip > ./initrd.cpio.gz
in the directory which is my NFS filesystem. Isn't that sufficient?
> Your initrd is probably so big that the kernel ended running out of memory while unpacking it :)
But it does manage to unpack it and then frees the memory, doesn't it? So I was thinking it must be something wrong with the filesystem. But anyway, memory is definitely an issue - does the Fast Model only support up to 1G of RAM? Jess
|
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm