Documentation/Platforms/MicroBlaze: Difference between revisions

From QEMU
(Initial Commit)
 
m (update build directions)
 
Line 6: Line 6:


== Building Instructions ==
== Building Instructions ==
   ./configure --target-list="microblazeel-softmmu"
   ./configure --target-list="microblazeel-softmmu" && make


== Suggested Command-Line ==
== Suggested Command-Line ==

Latest revision as of 14:25, 18 July 2017

Description

MicroBlaze is a software-based RISC CPU used with the Xilinx field programmable gate array.

Status

<fill me>

Building Instructions

 ./configure --target-list="microblazeel-softmmu" && make

Suggested Command-Line

 qemu-system-microblazeel -M microblaze-fdt-plnx -m 256 -serial mon:stdio -display none -dtb <path to dtb file> -kernel <path to kernel file>

Links

Wikipedia article on MicroBlaze
Xilinx's QEMU page
Xilinx video on MicroBlaze

Maintainer Contact Info

Edgar E. Iglesias <edgar.iglesias@gmail.com>