We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0b9ad commit 6ac2ff7Copy full SHA for 6ac2ff7
platform/broadcom/docker-syncd-brcm/start.sh
@@ -38,6 +38,12 @@ fi
38
39
supervisorctl start syncd
40
41
+# If this platform has a pre_emphasis setting file, load it
42
+if [[ -r $HWSKU_DIR/pre-emphasis_PAM4_optics.soc ]]; then
43
+ wait_syncd
44
+ /usr/bin/bcmcmd -t 60 "rcload $HWSKU_DIR/pre-emphasis_PAM4_optics.soc"
45
+fi
46
+
47
# If this platform has an initialization file for the Broadcom LED microprocessor, load it
48
if [[ -r ${PLATFORM_DIR}/led_proc_init.soc && ! -f /var/warmboot/warm-starting ]]; then
49
wait_syncd
0 commit comments