Run a Linaro Build Using QEMU in Under 5 Minutes

Опубликовано: 31 Октябрь 2024
на канале: cnxlinux
6,304
7

Run Linaro in Gumstix Overo computer-on-module (COM) Emulator.

STEP 1: download pre-built image

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

STEP 2: install qemu tools

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

STEP 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

http://www.cnx-software.com/2011/09/2...