diff -r e81b4e28b3e2 -r 96bfe2624d23 core/group/comm.script --- a/core/group/comm.script Sat Aug 28 00:12:38 2010 +0100 +++ b/core/group/comm.script Sat Aug 28 14:21:25 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