Index: run.sh =================================================================== diff -u -ra0eeed1f25c8e41dce3e56a82663450f24afc852 -r4044258b0e527b92f80a69fd1ba33bc3559daa92 --- run.sh (.../run.sh) (revision a0eeed1f25c8e41dce3e56a82663450f24afc852) +++ run.sh (.../run.sh) (revision 4044258b0e527b92f80a69fd1ba33bc3559daa92) @@ -24,13 +24,14 @@ echo "[$($DATE)] Starting" >> $LOGFILE 2>&1 echo "[$($DATE)] Configuring the canbus '$P_CANBUS'" >> $LOGFILE 2>&1 -ip link set $P_CANBUS up type can bitrate 250000 restart-ms 100 >> $LOGFILE 2>&1 +ip link set $P_CANBUS up type can bitrate 250000 >> $LOGFILE 2>&1 ifconfig $P_CANBUS txqueuelen 4000 >> $LOGFILE 2>&1 +ifconfig $P_CANBUS up >> $LOGFILE 2>&1 echo "[$($DATE)] Configuring wifi '$SSID_NAME' connection" >> $LOGFILE 2>&1 nmcli dev wifi connect "$SSID_NAME" password "$SSID_PASS" >> $LOGFILE 2>&1 cd $WORKSPACE echo "[$($DATE)] Application starting in '$(pwd)'" >> $LOGFILE 2>&1 -$WORKSPACE/leahi -qL --platform eglfs >> $LOGFILE 2>&1 & +$WORKSPACE/leahi -qL --platform eglfs >> $LOGFILE 2>&1 & # -E removed for using -L for testing Leahi FW communication echo "[$($DATE)] Application launched" >> $LOGFILE 2>&1