qemu for mini2440

by HYH | 2018 年 1 月 2 日 下午 5:24

一.  说明

1. 下载

git clone git://repo.or.cz/qemu/mini2440.git

备用:git clone https://github.com/HEYAHONG/QEMU_mini2440.git

2.要求

除了需要完整的编译工具(gcc,make),还需要sdl库等。如果出现 XX not Found,补上对应的库或者编译工具即可。

对于Debian系,直接apt-get install libsdl-dev

qemu for mini2440

二. 编译

1 .配置

./configure –target-list=arm-softmmu

qemu for mini2440

2.编译安装

make && make install

qemu for mini2440

qemu for mini2440

三 .效果

如果系统中没装自带的Qemu,直接运行qemu-system-arm即可,如果装了要使用全路径(/usr/local/bin), 即/usr/lcoal/bin/qemu-system-arm

qemu for mini2440

而且启动qemu 时必须在当前工作目录(即pwd命令显示的目录)下有 u-boot.bin ,否则不能启动。

 

 

 

 

 https://hyhsystem.cn/wordpress


Copyright ©2018 何亚红的博客 unless otherwise noted.

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2021-08-11
  • 2022-12-23
  • 2021-10-26
  • 2021-11-22
  • 2022-12-23
  • 2021-09-04
猜你喜欢
  • 2021-05-04
  • 2021-11-22
  • 2021-07-09
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案