From b6d023bdc2bb8585e779c3a1a7fac75b93bc7d41 Mon Sep 17 00:00:00 2001 From: Niklas Cassel Date: Fri, 30 Aug 2024 12:13:27 +0200 Subject: [PATCH] configs/rock5b: add firmware for the RTL8125 NIC Add the proper firmware to avoid the following warning + error during boot: r8169 0004:41:00.0: Direct firmware load for rtl_nic/rtl8125b-2.fw failed with error -2 r8169 0004:41:00.0: Unable to load firmware rtl_nic/rtl8125b-2.fw (-2) Note that the NIC appears functional even without the proper firmware. However, add the firmware anyway, since the error messages are distracting and clutters dmesg. Signed-off-by: Niklas Cassel Signed-off-by: Thomas Petazzoni --- configs/rock5b_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/rock5b_defconfig b/configs/rock5b_defconfig index 0778e8afdf..899537c001 100644 --- a/configs/rock5b_defconfig +++ b/configs/rock5b_defconfig @@ -22,6 +22,8 @@ BR2_TARGET_UBOOT_NEEDS_ROCKCHIP_RKBIN=y BR2_PACKAGE_ROCKCHIP_RKBIN=y BR2_PACKAGE_ROCKCHIP_RKBIN_TPL_FILENAME="bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.12.bin" BR2_PACKAGE_ROCKCHIP_RKBIN_BL31_FILENAME="bin/rk35/rk3588_bl31_v1.40.elf" +BR2_PACKAGE_LINUX_FIRMWARE=y +BR2_PACKAGE_LINUX_FIRMWARE_RTL_8169=y # Kernel BR2_LINUX_KERNEL=y