Index: scripts/run.sh =================================================================== diff -u -rb72fbe9432138f88ea676aa6f3044af57211b53e -r45d3bef7b095244f1a645eac32d7af15430fef46 --- scripts/run.sh (.../run.sh) (revision b72fbe9432138f88ea676aa6f3044af57211b53e) +++ scripts/run.sh (.../run.sh) (revision 45d3bef7b095244f1a645eac32d7af15430fef46) @@ -41,6 +41,11 @@ killall $DENALI_BIN +#setting up ethernet----------------------- Ethernet +post_log_dash " Ethernet " +udhcpc eth0 & + + #setting up can interface ----------------- CANBus post_log_dash " CANBus " #current settings can be retrieved by the command below @@ -202,11 +207,4 @@ post_log "End: $(timestamp)" post_log_star " ***** " -# ----------------------------------------- Ethernet -# setup ethernet -# note: At this time the application is running and also the ehternet connection is not necessary -# so the sleep here is not hurtung any part of the applicaion progress. -sleep 10 -udhcpc eth0 & - exit 0