From 7635804d2016b78041ed290571db46193486fcf1 Mon Sep 17 00:00:00 2001 From: Esteban Vazquez Date: Wed, 17 Sep 2025 18:44:52 -0600 Subject: [PATCH] boards: Update Orin board files spiking some warnings for Ubuntu for Jetson AGX Orin, Orin Nano/NX board files: - Skip list the following Kernel warnings: - SPI driver altr_a10sr has no spi_device_id for altr,a10sr - device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. - NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff: - r8168 Copyright (C) 2024 Realtek NIC software team This program comes with ABSOLUTELY NO WARRANTY; for details, please see . This is free software, and you are welcome to redistribute it under certain conditions; see . --- boards/nvidia/jetson-agx-orin.py | 3 +++ boards/nvidia/jetson-orin-nano.py | 4 ++++ boards/nvidia/jetson-orin-nx.py | 4 ++++ 3 files changed, 11 insertions(+) diff --git a/boards/nvidia/jetson-agx-orin.py b/boards/nvidia/jetson-agx-orin.py index a0d1fad..6311ed2 100644 --- a/boards/nvidia/jetson-agx-orin.py +++ b/boards/nvidia/jetson-agx-orin.py @@ -260,6 +260,9 @@ class Board(boards.Board): r'platform regulatory.0: Falling back to sysfs fallback for: regulatory.db', r'IRQ\d*: set affinity failed\(-22\).', r'nvme nvme0: missing or invalid SUBNQN field.', + r'SPI driver altr_a10sr has no spi_device_id for altr,a10sr', + r'device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.', + r'NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:', ] # Add additional dmesg warn, err here that are to be ignored in the logs test diff --git a/boards/nvidia/jetson-orin-nano.py b/boards/nvidia/jetson-orin-nano.py index df95e82..34d7abf 100644 --- a/boards/nvidia/jetson-orin-nano.py +++ b/boards/nvidia/jetson-orin-nano.py @@ -229,6 +229,10 @@ class Board(boards.Board): r'platform regulatory.0: Falling back to sysfs fallback for: regulatory.db', r'IRQ\d*: set affinity failed\(-22\).', r'nvme nvme0: missing or invalid SUBNQN field.', + r'SPI driver altr_a10sr has no spi_device_id for altr,a10sr', + r'device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.', + r'NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:', + r'r8168 Copyright \(C\) 2024 Realtek NIC software team \\x0a This program comes with ABSOLUTELY NO WARRANTY; for details, please see . \\x0a This is free software, and you are welcome to redistribute it under certain conditions; see .', ] # Add additional dmesg warn, err here that are to be ignored in the logs test diff --git a/boards/nvidia/jetson-orin-nx.py b/boards/nvidia/jetson-orin-nx.py index 0758940..ebe5b79 100644 --- a/boards/nvidia/jetson-orin-nx.py +++ b/boards/nvidia/jetson-orin-nx.py @@ -244,6 +244,10 @@ class Board(boards.Board): r'platform regulatory.0: Falling back to sysfs fallback for: regulatory.db', r'IRQ\d*: set affinity failed\(-22\).', r'nvme nvme0: missing or invalid SUBNQN field.', + r'SPI driver altr_a10sr has no spi_device_id for altr,a10sr', + r'device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.', + r'NVRM rpcRmApiControl_dce: NVRM_RPC_DCE: Failed RM ctrl call cmd:0x731341 result 0xffff:', + r'r8168 Copyright \(C\) 2024 Realtek NIC software team \\x0a This program comes with ABSOLUTELY NO WARRANTY; for details, please see . \\x0a This is free software, and you are welcome to redistribute it under certain conditions; see .', ] # Add additional dmesg warn, err here that are to be ignored in the logs test