我尝试使用 qemu 为基于 ARM 的 versatile_pb 板模拟 u-boot。我成功地使用 CROSS_COMPILE 了我的 u-boot 源代码并gcc-linaro-arm-none-eabi-toolchain
创建了二进制文件。但是当我尝试使用以下命令使用 qemu 模拟它时:
**$ qemu-system-arm -M versatilepb -m 128M -nographic -kernel u-boot.bin**
u-boot 提示没有出现,而是出现以下错误:
**pulseaudio: set_sink_input_volume() failed
pulseaudio: Reason: Invalid argument
pulseaudio: set_sink_input_mute() failed
pulseaudio: Reason: Invalid argument**
我尝试在我的系统上重新安装 pulseaudio 但没有任何效果。
我希望大家能够帮助我,因为我对此还很陌生。
谢谢 Ashijeet