qemu for mini2440

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

二. 编译

1 .配置

./configure –target-list=arm-softmmu

2.编译安装

make && make install

三 .效果

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

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

 

 

 

 

 https://hyhsystem.cn/wordpress


posted @ 2018-01-29 19:35  何亚红  阅读(689)  评论(0编辑  收藏  举报