@node ColdFire System emulator @section ColdFire System emulator Use the executable @file{qemu-system-m68k} to simulate a ColdFire machine. The emulator is able to boot a uClinux kernel. The M5208EVB emulation includes the following devices: @itemize @minus @item MCF5208 ColdFire V2 Microprocessor (ISA A+ with EMAC). @item Three Two on-chip UARTs. @item Fast Ethernet Controller (FEC) @end itemize The AN5206 emulation includes the following devices: @itemize @minus @item MCF5206 ColdFire V2 Microprocessor. @item Two on-chip UARTs. @end itemize @c man begin OPTIONS The following options are specific to the ColdFire emulation: @table @option @item -semihosting Enable semihosting syscall emulation. On M68K this implements the "ColdFire GDB" interface used by libgloss. Note that this allows guest direct access to the host filesystem, so should only be used with trusted guest OS. @end table @c man end