2010年12月23日 星期四

Install QEMU

1. Download the latest QEMU
2. Compilation
    First you must decompress the sources:
 
cd /tmp
    tar zxvf qemu-x.y.z.tar.gz
    cd qemu-x.y.z
    Then you configure QEMU and build it (usually no options are needed):
 
./configure
    make
    Then type as root user:
 
make install
    to install QEMU in ‘/usr/local’.

3.  Download arm-test-0.2.tar.gz
4.  qemu-system-arm -kernel zImage.integrator -initrd arm_root.img -nographic -append "console=ttyAMA0"

5. How to exit
如果想結束執行 QEMU 回到終端機,可以先按「 ctrl + a」,然後再按「x」,即可結束 QEMU ;另外,按下「 ctrl + a 」再按下「c」則是可以從 Linux 切換到 QEMU 自己操作介面。

沒有留言:

張貼留言