openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

fb24mini.soc (617B)


      1 # 
      2 # This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3 # 
      4 # Copyright 2007-2019 Broadcom Inc. All rights reserved.
      5 #
      6 # Script to run led diag and all available tests through fsanity soc script.
      7 
      8 if $?fb24mini \
      9     "echo Running LED test, Press spacebar to turn all the leds to green ..; \
     10     pause ;\
     11     phy ge 0x1c 0xb8fe; \
     12     phy ge 0x1c 0xb4fe; \
     13     echo Press spacebar to turn all the leds to yellow ..; \
     14     pause; \
     15     phy ge 0x1c 0xb8ef; \
     16     phy ge 0x1c 0xb4ef; \
     17     "
     18 
     19 
     20 echo "Running the fsanity script .."
     21 fsanity
     22