Documentation/Platforms/OpenRISC: Difference between revisions

From QEMU
m (Add more command-line options)
No edit summary
Line 3: Line 3:


== Suggested command-line ==
== Suggested command-line ==
  qemu-system-or32 <fill me>
   qemu-system-or1k -m 1024 -nographic -kernel <kernel file> -net nic,model=opencores_eth -net tap,name=or1k
   qemu-system-or1k -m 1024 -nographic -kernel <kernel file> -net nic,model=opencores_eth -net tap,name=or1k
  qemu-system-or1k -cpu or1200 -M or1k-sim -kernel $LINUX/vmlinux -serial stdio -nographic -monitor none


== Links ==
== Links ==

Revision as of 11:39, 23 February 2017

Description

OpenRISC is an open source processor architecture. While instruction sets like x86 are proprietary and owned by a single company, OpenRISC is free. Its main use is as a processor on an embedded system.

Suggested command-line

 qemu-system-or1k -m 1024 -nographic -kernel <kernel file> -net nic,model=opencores_eth -net tap,name=or1k
 qemu-system-or1k -cpu or1200 -M or1k-sim -kernel $LINUX/vmlinux -serial stdio -nographic -monitor none

Links

Video introducing OpenRISC
The OpenRISC project site
OpenRISC 1000 specification

Contacts

Maintainer: Jia Liu