Home > Linux, Texas Instruments OMAP 3 > Emulate Gumstix Overo COM with Qemu and Linaro Nano Image

Emulate Gumstix Overo COM with Qemu and Linaro Nano Image

September 20th, 2011 Leave a comment Go to comments

Overa COMs are low cost computer-on-modules (COM) built around OMAP3503 and OMAP3530 depending on the model. Such device can be purchased on gumstix website.

However if you just want to try a program on the board, you could use QEMU to emulate the Overo board as follows:

  1. Download pre-built image. (nano is a minimal linux ditribution without UI):

    wget http://releases.linaro.org/images/linaro-n/nano/11.07/overo-nano.img.gz
    gunzip overo-nano.img.gz

  2. Install the qemu tools:

    sudo add-apt-repository ppa:linaro-maintainers/tools
    sudo apt-get update
    sudo apt-get install qemu-user-static qemu-system

  3. Run the image:

    qemu-system-arm -M overo -clock unix -serial stdio -device usb-kbd -drive file=/tmp/overo-nano.img,if=sd,cache=writeback

You can also watch the installation in the video below:

 

Source: https://wiki.linaro.org/Resources/HowTo/Qemu-5

 

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Categories: Linux, Texas Instruments OMAP 3 Tags: gumstix, linaro, overo, qemu
  1. No comments yet.
  1. No trackbacks yet.