Emulate Gumstix Overo COM with Qemu and Linaro Nano Image

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

 

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
1 Comment
oldest
newest
Alexander
Alexander
10 years ago

Hi

Download pre-built image : wget http://releases.linaro.org/images/linaro-n/nano/11.07/overo-nano.img.gz

give me this message :

Connecting to 127.0.0.1:5865… connected.
Proxy request sent, awaiting response… 403 FORBIDDEN
2013-05-23 15:38:37 ERROR 403: FORBIDDEN.

i think the server is failed have you another link for overo-nano.img.gz

Khadas VIM4 SBC