On 01/11/2012 07:44 PM, Ash Charles wrote:
Hi,
I've used this script (http://wiki.gumstix.org/index.php?title=Overo_qemu_script) to package binary bootloaders, kernels and a rootfs into a qemu-bootable format. I tweaked it specifically for the Cortex-A8 based Gumstix Overo but it should also work for Beagleboard and should be a good starting point for other system. More generically: http://wiki.gumstix.org/index.php?title=Overo_emulation_in_qemu
HTH, -Ash
I used linux-yocto kernel for beagleboard and got over my last problem: KMACHINE_qemuarmv7 = "yocto/standard/beagleboard" SRCREV_machine_qemuarmv7 ?= "6b4bf6173b0bd2d1619a8218bac66ebc4681dd35" COMPATIBLE_MACHINE_qemuarmv7 = "qemuarmv7"
Now my boot process is looping in:
omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214 omap_i2c_write: Bad register 0x00000214
Any ideas?
@g