Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Nios II with QEMU

Altera_Forum
Honored Contributor II
1,748 Views

Hello everybody, 

can I use NiosII architecture with QuME? 

 

thanks for answering me.
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
978 Views

Nios II is not listed as a supported target on the QEMU page: http://www.nongnu.org/qemu/status.html (http://www.nongnu.org/qemu/status.html

 

A quick Google search did not show anything either.
0 Kudos
beyondTime
Novice
925 Views

Meanwhile (04/2021) QEMU supports Nios2 cpu (nommu or 10M50-ghrd)

 

 

https://wiki.qemu.org/Documentation/Platforms/Nios2

 

 

Zephyr project lists details about emulated hardware: https://docs.zephyrproject.org/latest/boards/nios2/qemu_nios2/doc/index.html

(including debugging for Altera.Intel Max10 fpga: https://docs.zephyrproject.org/latest/boards/nios2/altera_max10/doc/index.html )

 

linker.h for qemu-system-nios2 from Zephyr sources
#BEFORE_EXCEPTION_REGION_BASE 0x400000
#define RESET_REGION_BASE 0x0

 

 

 

 

[ platforms listing, no Nios2, interesting source for comprehension of systems supported in Qemu:

https://qemu-project.gitlab.io/qemu/system/targets.html ]

 

 

best regards, beyondTime

 

(nios2eds 13.0sp1, Xenial 16.04 )

0 Kudos
Reply