Skip to content

Commit dab944b

Browse files
committed
[bcm syncd]: Wait initializing led_proc for 60 seconds (#1863)
* Wait initializing led_proc for 60 seconds. bcm sdk need time to be ready accept a connection
1 parent c115e30 commit dab944b

File tree

1 file changed

+1
-0
lines changed
  • platform/broadcom/docker-syncd-brcm

1 file changed

+1
-0
lines changed

platform/broadcom/docker-syncd-brcm/start.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ wait_syncd() {
3333
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
3434
if [ -r ${PLATFORM_DIR}/led_proc_init.soc ]; then
3535
wait_syncd
36+
sleep 60 # wait until bcm sdk is ready to get a request
3637
/usr/bin/bcmcmd -t 60 "rcload ${PLATFORM_DIR}/led_proc_init.soc"
3738
fi

0 commit comments

Comments
 (0)