Documentation/Platforms/Nios2

From QEMU
Revision as of 14:27, 18 July 2017 by Programmingkid (talk | contribs) (update build directions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Nios2 is a soft-core CPU designed for use in field programmable gate arrays.

Current Status

Only the Nios2 R1 EL is currently supported. System emulation and userspace binary emulation are available.

Build Directions

 ./configure --target-list=nios2-softmmu && make

Suggested Command-Line

 qemu-system-nios2 -M 10m50-ghrd -kernel <kernel file> -dtb <dtb file> -nographic

Links

Wikipedia article on Nios2
Nios2 Manual
Altera's general information on Nios2

Maintainer Contact Info

Chris Wulff <crwulff@gmail.com>
Marek Vasut <marex@denx.de>