如何使用 QEMU 模拟 rpi 图像

时间:2021-03-27 13:50:00

标签: yocto qemu

我正在尝试使用 QEMU 模拟 raspberry pi3-64(yocto 构建映像),但出现此错误:

Traceback (most recent call last):
  File "/home/ubuntu/poky/scripts/runqemu", line 1567, in main
    config.setup_final()
  File "/home/ubuntu/poky/scripts/runqemu", line 1414, in setup_final
    self.setup_serial()
  File "/home/ubuntu/poky/scripts/runqemu", line 1349, in setup_serial
    self.kernel_cmdline_script += ' console=%s' %entry.split(';')[1]
IndexError: list index out of range
runqemu - INFO - Cleaning up
Set 'tap0' nonpersistent

ps:我使用的是 run qemu poky 提供的 runqemu raspberrypi3-64 nographic 当我使用 runqemu raspberrypi3-64 时出现此错误enter image description here

0 个答案:

没有答案
相关问题