Hi,
I have installed QEMU on my Linux PC and try to start QEMU session with romulus image "obmc-phosphor-image-romulus.static.mtd" by using command-
]./qemu-system-arm -m 256 -M romulus-bmc -nographic
-drive file=./obmc-phosphor-image-romulus.static.mtd,format=raw,if=mtd
-net nic
-net user,hostfwd=:127.0.0.1:2222-:22,hostfwd=:127.0.0.1:2443-:443,hostfwd=udp:127.0.0.1:2623-:623,hostname=qemu"
But it is not started-
Issue- wrong Image Format for bootm command
ERROR: can't get kernel image!
any solution please ??
I am following this web link "https://github.com/openbmc/docs/blob/master/development/dev-environment.md"
Hi,
I have installed QEMU on my Linux PC and try to start QEMU session with romulus image "obmc-phosphor-image-romulus.static.mtd" by using command-
]./qemu-system-arm -m 256 -M romulus-bmc -nographic
-drive file=./obmc-phosphor-image-romulus.static.mtd,format=raw,if=mtd
-net nic
-net user,hostfwd=:127.0.0.1:2222-:22,hostfwd=:127.0.0.1:2443-:443,hostfwd=udp:127.0.0.1:2623-:623,hostname=qemu"
But it is not started-
Issue- wrong Image Format for bootm command
ERROR: can't get kernel image!
any solution please ??
I am following this web link "https://github.com/openbmc/docs/blob/master/development/dev-environment.md"