Firmware isn’t my area, but we don’t have bnx2x-bnxZ2x-e2-7.13.11.0.fw in our load at all. We are currently including linux-firmware-20190429-72.gitddde598.el7.noarch.rpm in our system: https://opendev.org/starlingx/tools/src/commit/e390e85bd5f079d827bfabb69208c... The closest it has to what you’re looking for is: /usr/lib/firmware/bnx2x/bnx2x-e1-7.13.11.0.fw /usr/lib/firmware/bnx2x/bnx2x-e1h-7.13.11.0.fw /usr/lib/firmware/bnx2x/bnx2x-e2-7.13.11.0.fw I see nothing with bnxZ2x. We don’t currently update the initrd or squashfs (installer rootfs) with the linux-firmware RPM, so we just have what’s in the stock installer images. The initrd only has a handful of firmware images, while the squashfs.img appears to have a slightly older version of the linux-firmware RPM content (missing the 7.13.11.0 images listed above). If the firmware you need is in a newer version of the linux-firmware RPM, we’d need to update the rpms_centos.lst file to move to the newer version, and also update the update-pxe-network-installer utility to update the linux-firmware RPM content in the initrd.img and squashfs.img images: https://opendev.org/starlingx/root/src/branch/master/build-tools/update-pxe-... Cheers, Don. From: Pratik M. <pvmpublic@gmail.com> Sent: Monday, August 17, 2020 6:44 AM To: Saul Wold <sgw@linux.intel.com> Cc: starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] bnx2x driver panic. Is source same as CentOS 7? On Fri, Aug 7, 2020 at 3:46 PM Pratik M. <pvmpublic@gmail.com<mailto:pvmpublic@gmail.com>> wrote:
On Wed, Aug 5, 2020 at 8:56 PM Saul Wold <sgw@linux.intel.com<mailto:sgw@linux.intel.com>> wrote: [...]
Can you try installing from the master ISO to see if the 4.18 kernel addresses these panics?
Sure, I will try and update.
Hi, As an update, I tried using R4.0, but that didn't work. Is it because the initrd does not have the necessary firmware? https://bugs.launchpad.net/starlingx/+bug/1891876 Thanks