Hi In short: I have a Linux 3.4 kernel on top of a VersatilePB machine that fails to mount root file system with message:
sym53c8xx 0000:00:0c.0: BAR 0: can't reserve [io 0x44000000-0x440000ff] after booting with: qemu-system-arm -M versatilepb -serial telnet::4444,server -kernel vmlinuz-3.4.0 -initrd initrd.img-3.4.0 -hda hda.img -hdb hdb.img -append "console=ttyAMA0 root=/dev/sda1" In long: I have a VersatilePB machine with Debian and Linux 3.2 on top. I downloaded Linux 3.4 and, inside the machine (no cross-compilation, to avoid any little issues), I copied the actual 3.2 config to the new kernel, run menuconfig, just changed SCSI ACARD support (because it does not compile in 3.4) and kernel compression to GZIP, and run make-kpkg --initrd kernel_image (Debian-specific tools, to avoid any little issues). When it finished, I installed the resulting .deb, and in the host I copied the /boot/vmlinuz-3.4.0 and the /boot/initrd-3.4.0 from the guest, and tried to boot again. Initrd will fail to mount root file system with the message above. But if I do exactly the same process with a Linux 3.2.0 it does work. Am I doing something wrong with the kernels? Or is this a bug either in QEMU or Linux? I'd like a bit of help in, at least, knowing if the error is anything related with QEMU. Thanks Marc