c37470544a
-- Based on the new BCM configuration, Modify the portcoreid for the front panel port in the port_config.ini for line card Nokia-IXR7250e-36x400G -- Correct the pcie.pmal file -- Update the platform_ndk.json with new field "update-asic-pvt" -- Add chassis-internal-intf to chassisdb.conf -- update platform_reboot Signed-off-by: mlok <marty.lok@nokia.com>
37 lines
603 B
JSON
37 lines
603 B
JSON
{
|
|
"options": [
|
|
{
|
|
"key": "sfp_init_tx_en",
|
|
"stringval": "yes"
|
|
},
|
|
{
|
|
"key": "midplane_subnet",
|
|
"stringval": "10.0.5.0"
|
|
},
|
|
{
|
|
"key": "midplane_monitor",
|
|
"stringval": "yes"
|
|
},
|
|
{
|
|
"key": "monitor_action",
|
|
"stringval": "reboot"
|
|
},
|
|
{
|
|
"key": "grpc_thermal_monitor",
|
|
"stringval": "yes"
|
|
},
|
|
{
|
|
"key": "disable_vfio",
|
|
"intval": 1
|
|
},
|
|
{
|
|
"key": "sonic_bdb_mode",
|
|
"intval": 0
|
|
},
|
|
{
|
|
"key": "update_asic_pvt",
|
|
"intval": 10
|
|
}
|
|
]
|
|
}
|