Skip to content

Commit

Permalink
DellEMC : Z9432F determine reboot cause changes (#20984)
Browse files Browse the repository at this point in the history
Why I did it
The reboot cause is not properly determined after each reboot. So the reboot history is also not maintained.

How I did it
The failure in determining the reboot cause is due to pcisysfs.py script failure in reading the registers.
The pcisysfs.py script used was using the old python2 format which were failing.
Modified the install scripts to use the latest pcisysfs.py for register read and write.
  • Loading branch information
arunlk-dell authored Dec 16, 2024
1 parent 3b07383 commit beafc46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 103 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ z9432f/scripts/z9432f_platform.sh usr/local/bin
z9432f/scripts/check_qsfp.sh usr/local/bin
z9432f/scripts/platform_sensors.py usr/local/bin
z9432f/scripts/sensors usr/bin
z9432f/scripts/pcisysfs.py usr/bin
z9432f/scripts/qsfp_irq_enable.py usr/bin
z9432f/cfg/z9432f-modules.conf etc/modules-load.d
z9432f/systemd/platform-modules-z9432f.service etc/systemd/system
z9432f/modules/sonic_platform-1.0-py3-none-any.whl usr/share/sonic/device/x86_64-dellemc_z9432f_c3758-r0
common/platform_reboot usr/share/sonic/device/x86_64-dellemc_z9432f_c3758-r0
common/fw-updater usr/local/bin
common/onie_mode_set usr/local/bin
common/pcisysfs.py usr/bin

This file was deleted.

0 comments on commit beafc46

Please sign in to comment.