equal
deleted
inserted
replaced
24 variant beagle && export ARGS "--console vt100busdevcons --console-title port=2,rate=115200" |
24 variant beagle && export ARGS "--console vt100busdevcons --console-title port=2,rate=115200" |
25 |
25 |
26 # 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". |
26 # 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". |
27 variant opp-mid-size && export ARGS "--console vt100busdevcons --console-title pdd=euart1,ldd=ecomm,rate=115200,port=4" |
27 variant opp-mid-size && export ARGS "--console vt100busdevcons --console-title pdd=euart1,ldd=ecomm,rate=115200,port=4" |
28 |
28 |
|
29 # QEMU simulator - assumes you're using 2nd emulated serial port for fshell, ie with options similar to "-serial file:rdebug.txt -serial COMx" |
|
30 variant qemu && export ARGS "--console vt100busdevcons --console-title pdd=eserial,ldd=ecomm,rate=115200,port=1" |
|
31 |
29 # Add new variants here |
32 # Add new variants here |
30 |
33 |
31 # And finally, start fshell with the given configuration |
34 # And finally, start fshell with the given configuration |
32 var ARGS defined || error -5 "Variant not recognised, can't open serial connection" |
35 var ARGS defined || error -5 "Variant not recognised, can't open serial connection" |
33 fshell $ARGS & |
36 fshell $ARGS & |