Skip to content

flogosec/qemu-avr32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

QEMU AVR32 README

I added support for the AVR32 instruction set to QEMU. In May 2023 I will add hardware support for the Nanomin A3200 board. For now, I added an example board that can be used to test the implementation.

Building

The build process is not changed. To only compile the AVR32 target do:

../configure --target-list=avr32-softmmu
make -j 16

Additional information can also be found online via the QEMU website:

Using the emulation

After you successfully build QEMU AVR32, you can use it like this:

build/avr32-softmmu/qemu-system-avr32 -M avr32example-board -bios [path to avr32 binary file]

About

The first AVR32 impelmentation for QEMU

Topics

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published