From cb707b7969c8f3f34d7134a661c7a6ca3f076d3b Mon Sep 17 00:00:00 2001 From: henry huang <110922668+hehuang-nokia@users.noreply.github.com> Date: Tue, 11 Oct 2022 03:04:07 -0400 Subject: [PATCH] fixed nokia platform m0 asic mismatch (#12148) changed the platform device name under nokia directory; we now need to specify marvell armhf/arm64 to provide more accurate platform identity. otherwise onie discovery won't recognize the asic being installed. Why I did it when we load images using onie discovery, the process was failing because of marvell ASIC mismatch How I did it replace the platform asic with marvell-armhf under 7215 How to verify it load a new image using http server and verify that the image can be loaded successfully --- device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic b/device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic index a554752878..64b1d7dbb4 100644 --- a/device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic +++ b/device/nokia/armhf-nokia_ixs7215_52x-r0/platform_asic @@ -1 +1 @@ -marvell +marvell-armhf