[SRU][xilinx:kernel-snaps-u24.04][PATCH 1/1] xilinx: fix add
Stewart Hore
stewart.hore at canonical.com
Wed Nov 26 05:06:15 UTC 2025
Buglink: https://bugs.launchpad.net/bugs/2132956
Add missing modules to initramfs extra modules list for KR-260 board.
The missing modules caused boot-reboot cycle on the the KR-260 board.
After this change the KR-260 board boots to Ubuntu Core configuration.
See-also: https://warthogs.atlassian.net/browse/PEL-1543
Signed-off-by: Stewart Hore <stewart.hore at canonical.com>
---
snapcraft.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 20fedf5..6f43982 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -40,7 +40,7 @@ parts:
# Copy extra modules needed in the initramfs for this platform
mkdir -p "$SNAPCRAFT_PART_INSTALL"/usr/lib/ubuntu-core-initramfs/main/usr/lib/modules-load.d/
- for i in ehci-hcd uhci-hcd scsi_mod sr_mod sd_mod scsi_dh_rdac mscsi_dh_emc scsi_dh_alua rtc_zynqmp spi_zynqmp_gqspi i2c_cadence zynqmp_dpsub xhci_hcd xhci_pci ehci_hcdg xhci_pcig; do
+ for i in ehci-hcd uhci-hcd scsi_mod sr_mod sd_mod scsi_dh_rdac mscsi_dh_emc scsi_dh_alua rtc_zynqmp spi_zynqmp_gqspi i2c_cadence zynqmp_dpsub xhci_hcd xhci_pci ehci_hcdg xhci_pcig da9121_regulator gpio_cadence gpio_syscon i2c_mux_pca954x ina260_adc uas usb_storage gpio_pca953x gpio_syscon; do
echo $i >> "$SNAPCRAFT_PART_INSTALL"/usr/lib/ubuntu-core-initramfs/main/usr/lib/modules-load.d/ubuntu-core-initramfs.conf
done
--
2.48.1
More information about the kernel-team
mailing list