Documentation/Platforms/LatticeMico32: Difference between revisions

From QEMU
Line 6: Line 6:
- There are currently issues with OpenGL (7/2017)<br>
- There are currently issues with OpenGL (7/2017)<br>
- BQL is missing from the interrupt helpers (7/2017)<br>
- BQL is missing from the interrupt helpers (7/2017)<br>
- The flash image option doesn't work because it uses OpenGL (7/2017) <br>
- The flash image (-pflash) option doesn't work because it uses OpenGL (7/2017) <br>


== Building Instructions ==
== Building Instructions ==

Revision as of 14:52, 17 July 2017

Description

The LatticeMico32 is a open source 32 bit CPU developed by Lattice Semiconductor.

Current Status

- There are currently issues with OpenGL (7/2017)
- BQL is missing from the interrupt helpers (7/2017)
- The flash image (-pflash) option doesn't work because it uses OpenGL (7/2017)

Building Instructions

 ./configure --target-list="lm32-softmmu"

Suggested Command-Line

 qemu-system-lm32 -M milkymist -kernel <kernel file>

Notes

If you only see a black screen (except for a warning) and nothing else happens, try typing Control-Alt-1 to switch to the graphics console.

Links

Wikipedia page on the LatticeMico32
Lattice Semiconductor's page for the LatticeMico32
Online LatticeMico32 emulator
More information on the LatticeMico32 and QEMU
LatticeMico32 Developer Documentation
flickernoise kernel

Maintainer Contact Info

Michael Walle <michael@walle.cc>