diff -r 1c9b53dbf08b -r a45c6889feae core/group/comm.script --- a/core/group/comm.script Tue Aug 31 12:08:46 2010 +0100 +++ b/core/group/comm.script Tue Aug 31 12:11:19 2010 +0100 @@ -26,6 +26,9 @@ # OPP Mid-Size Prototype, requires a special USB cable with a UART bridge built into it (normally covered in heat shrink) or a "black box". variant opp-mid-size && export ARGS "--console vt100busdevcons --console-title pdd=euart1,ldd=ecomm,rate=115200,port=4" +# QEMU simulator - assumes you're using 2nd emulated serial port for fshell, ie with options similar to "-serial file:rdebug.txt -serial COMx" +variant qemu && export ARGS "--console vt100busdevcons --console-title pdd=eserial,ldd=ecomm,rate=115200,port=1" + # Add new variants here # And finally, start fshell with the given configuration