Skip to content

Commit

Permalink
Merge pull request #44 from xmos/feature/fix_setup
Browse files Browse the repository at this point in the history
Increase sleep time at bootup
  • Loading branch information
xluciano authored Jul 7, 2022
2 parents 64e069e + 3e6e0ca commit 241e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ fi
# Delay the action by 10 seconds to allow the host to boot up
# This is needed to address the known issue in Raspian Buster:
# https://forums.raspberrypi.com/viewtopic.php?t=295008
echo "@reboot sleep 10 && cp $ASOUNDRC_TEMPLATE ~/.asoundrc" >> $RPI_SETUP_DIR/resources/crontab
echo "@reboot sleep 15 && cp $ASOUNDRC_TEMPLATE ~/.asoundrc" >> $RPI_SETUP_DIR/resources/crontab

# Update crontab
crontab $RPI_SETUP_DIR/resources/crontab
Expand Down

0 comments on commit 241e14c

Please sign in to comment.