sonic-buildimage/device/celestica/x86_64-cel_seastone-r0/led_proc_init.soc
zhenggen-xu ccb71cd4d6 ASIC part support for Celestica DX010 platform(Three port breakout configurations) (#818)
* ASIC part support for Celestica DX010 platform.
It includes:
*Three different configurations: 32x100G, 64x50G, 96x10G+16x50G.(Script to be includd in the platform directory).
*Data port LED

Also from vendor:
*fancontrol configuration
*eeprom.py/sfpulti.py plugins
*sensor configuration

* Typo fix

* Add the port configuration change script

* move the script to sonic-utilities repo
2017-07-19 17:13:18 -07:00

12 lines
339 B
Plaintext
Executable File

# Download LED code into LED processor and enable (if applicable).
led 0 load /usr/share/sonic/platform/led-code/ledcode0;
led 0 auto on; led 0 start;
led 1 load /usr/share/sonic/platform/led-code/ledcode1;
led 1 auto on; led 1 start;
led 2 load /usr/share/sonic/platform/led-code/ledcode2;
led 2 auto on; led 2 start