9
0
Fork 0
barebox/arch/mips/boards/qemu-malta/qemu-malta.dox

21 lines
536 B
Plaintext

/** @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-flash-image
@endverbatim
Also you can use GXemul:
@verbatim
gxemul -Q -x -e maltabe -M 256 0xbfc00000:barebox-flash-image
@endverbatim
Links:
@li http://www.linux-mips.org/wiki/Mips_Malta
@li http://www.qemu.org/
@li http://gxemul.sourceforge.net/
*/