Skip to content

Commit

Permalink
uncomment launch comm app in bootscript. We want this enabled by defa…
Browse files Browse the repository at this point in the history
…ult from now on

Former-commit-id: 45984670d38b8e6517d56a3f13189d5e14ef20d1
  • Loading branch information
Corbeno committed Apr 26, 2023
1 parent 2db706a commit a434ebe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ echo on > /sys/bus/iio/devices/iio:device0/power/control

# Start the CyDAQ_comm.elf application, which launches CyDAQ_sampling.elf on another CPU
# NOTE: There is most likely a more stable way of doing this (systemd), but as the user will have # to restart the whole cydaq anyways to restart the app, it's probably unneeded.
#cd /home/root
#./CyDAQ_comm.elf &
cd /home/root
./CyDAQ_comm.elf &


# Add any new startup commands below
Expand Down

0 comments on commit a434ebe

Please sign in to comment.