Hirdetés

Új hozzászólás Aktív témák

  • Csicsóka
    őstag

    Arch linuxon Qemu-ban szeretném elindítani arch arm-et.
    Qemut szépen feltelepítettem, majd qemu-launcherben szeretném elindítani az archot, de leáll azzal a problémával, hogy "Kernel image must be specified"

    Se a google, se az archwiki nem segített.

    sudo su -
    mkdir rpi-arch
    cd rpi-arch
    mkdir mnt
    mkdir mnt2

    arc.img-t ide bemásolni!!!!

    mount -o loop,offset=$[195313*512] archlinuxarm-01-03-2012.img mnt
    dd if=/dev/zero of=rootfs bs=1M count=2000
    mkfs.ext3 rootfs
    mount rootfs -o loop mnt2
    cp mnt/* mnt2 -rf
    umount mnt2
    unount nmt
    wget http://dl.dropbox.com/u/45842273/zImage
    qemu-system-arm -M versatilepb -cpu arm1176 -m 192 -hda rootfs -kernel zImage -append "root=/dev/sda" -serial stdio -redir tcp:2222::22 -net none

    Ha elhasal fordíts új qemut,így:

    apt-get install libsdl-dev
    wget http://wiki.qemu.org/download/qemu-1.0.tar.gz
    tar xzvf qemu-1.0.tar.gz
    cd qemu-1.0
    ./configure –target-list=arm-softmmu,arm-linux-user
    make
    make install

Új hozzászólás Aktív témák