You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should see this output that indicates that the `can0` virtual CAN device has been successfully launched:
42
42
@@ -162,7 +162,7 @@ Before you can connect CANoe to the SIL Kit network you should adapt the `Regist
162
162
The configuration file is referenced by both following CANoe use cases (Desktop Edition and Server Edition).
163
163
164
164
#### CANoe Desktop Edition
165
-
Load the `CANoe_vCAN_configuration.cfg` from the `demos/CANoe` directory and start the measurement. Optionally you can also start the test unit execution of the `CAN_and_CAN_FD` test configuration.
165
+
Load the `CANoe_vcan_configuration.cfg` from the `demos/CANoe` directory and start the measurement. Optionally you can also start the test unit execution of the `CAN_and_CAN_FD` test configuration.
166
166
167
167
While the demo is running these tests should be successful.
Copy file name to clipboardExpand all lines: SocketCAN/demos/CANoe4SW_SE/run_all.sh
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ sleep 1 # wait 1 second for the creation of the .out file
35
35
timeout 30s grep -q 'Press CTRL + C to stop the process...'<(tail -f $logDir/sil-kit-demo-can-echo-device.out -n +1)|| { echo"[error] Timeout reached while waiting for sil-kit-demo-can-echo-device to start";exit 1; }
sleep 1 # wait 1 second for the creation of the .out file
41
-
timeout 90s grep -q 'Adapter has been launched and CAN payload is being generated...'<(tail -f $logDir/setup_vCAN_start_adapter_send_CAN_frames.out -n +1)|| { echo"[error] Timeout reached while waiting for (setup_vCAN_start_adapter_send_CAN_frames.sh) to start";exit 1; }
41
+
timeout 90s grep -q 'Adapter has been launched and CAN payload is being generated...'<(tail -f $logDir/setup_vcan_start_adapter_send_CAN_frames.out -n +1)|| { echo"[error] Timeout reached while waiting for (setup_vcan_start_adapter_send_CAN_frames.sh) to start";exit 1; }
sleep 1 # wait 1 second for the creation of the .out file
55
-
timeout 60s grep -q 'Adapter has been launched and CAN payload is being generated...'<(tail -f $logDir/setup_vCAN_start_adapter_send_CAN_frames-mtu16.out -n +1)|| { echo"[error] Timeout reached while waiting for (setup_vCAN_start_adapter_send_CAN_frames.sh -mtu16) to start";exit 1; }
55
+
timeout 60s grep -q 'Adapter has been launched and CAN payload is being generated...'<(tail -f $logDir/setup_vcan_start_adapter_send_CAN_frames-mtu16.out -n +1)|| { echo"[error] Timeout reached while waiting for (setup_vcan_start_adapter_send_CAN_frames.sh -mtu16) to start";exit 1; }
56
56
57
57
$scriptDir/run.sh -mtu16
58
58
exit_status=$?
@@ -61,18 +61,6 @@ if [[ exit_status -ne 0 ]]; then
0 commit comments