We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0008347 commit f033cbeCopy full SHA for f033cbe
platform/broadcom/docker-syncd-brcm/start.sh
@@ -34,5 +34,6 @@ wait_syncd() {
34
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
35
if [ -r ${PLATFORM_DIR}/led_proc_init.soc ]; then
36
wait_syncd
37
+ sleep 60 # wait until bcm sdk is ready to get a request
38
supervisorctl start ledinit
39
fi
0 commit comments