We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show platform commands are not working properly to check status of hardware components on AS7712-32X switch
show platform
SONIC_USE_PDDF_FRAMEWORK = n
make init
make configure PLATFORM=broadcom
make target/sonic-broadcom.bin
show platform fan
show platform psustatus
show platform temperature
show platform syseeprom
None of the commands mentioned in 6, 7, 8 & 9 steps above are working properly
Expected show platform commands to run properly
Note : It seems that AS7712-32X does not support PDDF option. What should be done for non-pddf mode to work properly ?
Thanks in advance !
The text was updated successfully, but these errors were encountered:
You can try the below PR to support API 2.0. #8617
Sorry, something went wrong.
No branches or pull requests
Description
show platform
commands are not working properly to check status of hardware components on AS7712-32X switchSteps to reproduce the issue:
SONIC_USE_PDDF_FRAMEWORK = n
in rules/config filemake init
make configure PLATFORM=broadcom
make target/sonic-broadcom.bin
show platform fan
show platform psustatus
show platform temperature
show platform syseeprom
Describe the results you received:
None of the commands mentioned in 6, 7, 8 & 9 steps above are working properly
Describe the results you expected:
Expected
show platform
commands to run properlyNote : It seems that AS7712-32X does not support PDDF option. What should be done for non-pddf mode to work properly ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: