ARM/Meego on Qemu

本文介绍如何使用QEMU虚拟机运行MeeGo ARM系统。首先安装必要的开发工具,通过git获取QEMU源码并进行编译配置。下载适用于QEMU的MeeGo NAND镜像文件后,即可启动QEMU并加载该镜像,体验MeeGo ARM环境。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

ARM/Meego on Qemu

From MeeGo wiki
< ARM
Jump to: navigation , search

Under construction, experimental and unsupported

QEMU offers one an easy way to try out MeeGo on ARM

Building QEMU

Prerequisites: git, build-essential, zlib and SDL-devel libraries.

 

sudo apt-get install git build-essential zlib libsdl-dev

 

git clone git://gitorious.org/qemu-maemo/qemu.git 
cd qemu
./configure --target-list=arm-softmmu --enable-sdl
make

The qemu binary will appear as arm-softmmu/qemu-system-arm (Kind note: if you shall experience this note "cc1: warnings being treated as errors" during compilation, you could get around it with feeding "--disable-werror" to "configure")

Downloading MeeGo image

The MeeGo QEMU needs a NAND image prepared for QEMU ( meego_qemu_nand.img.gz ), which is available for N900 owners from:

http://tablets-dev.nokia.com/meego-codedrop.php

Uncompress the image with "gunzip" command.

Starting QEMU

qemu-system-arm -M n900 -mtdblock meego_qemu_nand.img  -serial stdio -clock unix
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值