Skip to content

Commit

Permalink
[Nokia-7215-T1] Disable sysrq-trigger from platform init (sonic-net#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Nokia authored and mssonicbld committed Feb 28, 2024
1 parent bc1bc0f commit a28afba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ nokia_7215_profile()
# Install kernel drivers required for i2c bus access
load_kernel_drivers

# Disable sysrq-trigger
echo 0 > /proc/sys/kernel/sysrq

# LOGIC to enumerate SFP eeprom devices - send 0x50 to kernel i2c driver - initialize devices
# the mux may be enumerated at number 4 or 5 so we check for the mux and skip if needed

Expand Down

0 comments on commit a28afba

Please sign in to comment.