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