From 4361224686ffdc3dc3584555d4e24e10e8e0ae0d Mon Sep 17 00:00:00 2001 From: Dror Prital <76714716+dprital@users.noreply.github.com> Date: Wed, 9 Feb 2022 12:51:08 +0200 Subject: [PATCH] [Mellanox] Add platform.json file into sn4800 SIMx environment (#9931) - Why I did it There was a missing file of platform.json on SN4800 SIMx platform - How I did it Add symbolic link to platform.json file from the real SN4800 platform - How to verify it Run SN4800 SIMx and verify that platfrom.json file exist at the following folder: /usr/share/sonic/device/x86_64-nvidia_sn4800_simx-r0 --- device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform.json | 1 + 1 file changed, 1 insertion(+) create mode 120000 device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform.json diff --git a/device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform.json b/device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform.json new file mode 120000 index 0000000000..4815676a68 --- /dev/null +++ b/device/mellanox/x86_64-nvidia_sn4800_simx-r0/platform.json @@ -0,0 +1 @@ +../x86_64-nvidia_sn4800-r0/platform.json \ No newline at end of file