Skip to content
flypie edited this page Apr 10, 2017 · 11 revisions

Welcome to the qemu wiki! or one of many branches of the master.

I'm going to try to keep this up to date with the master, keep Raspberry PI working, and keep the windows build going.

Currently the PI2 works but not the 1.

Some of my tools for build and running have crept in as well. If you want to building windows you'll need cygwin with a full set of tools.

The shell scripts are setup to build for 64bit windows.

One of the objectives was to mange seamless development of low level code in an IDE. I have managed this with Netbeans. It not quite as smooth as I would like but the it works.

First set up the run command like so

C:\cygwin64\home\John-Bradley\qemu-main\bin\debug\x86_64-w64-mingw64\arm-softmmu\qemu-system-arm.exe -machine raspi2 -smp 1 -bios C:\cygwin64\home\John-Bradley\circle\sample\03-screentext\kernel7.img -usbdevice keyboard -s -S

Then attach debugger.

selecting

Debugger: gdbserver Target: remote tcp::1234 Project: 03-screentext

Clone this wiki locally