Newer
Older
barebox / arch / mips / boards / qemu-malta / qemu-malta.dox
@Antony Pavlov Antony Pavlov on 5 Aug 2011 439 bytes MIPS: add qemu-malta documentation
/** @page qemu_malta QEmu malta emulated board

Specific to this emulated board is, it does not require any setup code to bring the SDRAM and RS232 up.

Emulator run string:
@verbatim
qemu-system-mips -nodefaults -M malta -m 256 -nographic -serial stdio -monitor null -bios barebox.bin
@endverbatim

Links:
@li http://www.mips.com/products/development-kits/malta/
@li http://www.linux-mips.org/wiki/Mips_Malta
@li http://www.qemu.org/

*/