Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
kmod_scripts: extend the delay to ensure that hardware is ready for n…
Browse files Browse the repository at this point in the history
…ext remove

The delay is too short to let hardware get ready, in this case, system
will be hang after 1-2 loops. After lot of tests, set the delay to 6s
will avoid this issue on each platform.

Signed-off-by: Zhang Keqiao <keqiao.zhang@linux.intel.com>
  • Loading branch information
keqiaozhang committed Jul 19, 2018
1 parent 942caa3 commit 7a06d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmod_scripts/sof_bootone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
dmesg -C
./sof_remove.sh
./sof_insert.sh
sleep 1
sleep 6

unset FW_BOOT
unset ERROR
Expand Down

0 comments on commit 7a06d36

Please sign in to comment.