From 89c42a5b0fc24bdfea33e50d1f280b8e12b81648 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 27 May 2026 11:46:17 +0200 Subject: [PATCH] installer: media: drop extra usb reset between partitions Avoid EHCI timeout errors seen on some USB sticks by removing the redundant `usb reset` between partitions. Signed-off-by: Arturo Buzarra --- .../u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt index 281586866..b66a62536 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccmp2/install_linux_fw_media.txt @@ -179,7 +179,6 @@ fi # - Erase the 'update' partition # - Configure recovery to wipe 'update' partition # - Run 'recovery' and let the system boot after -# NOTE: insert some 'usb reset' commands to avoid EHCI timeouts setenv bootcmd " env default -a; setenv dualboot ${dualboot}; @@ -228,9 +227,6 @@ setenv bootcmd " exit; fi; fi; - if test "${INSTALL_MEDIA}" = "usb"; then - usb reset; - fi; echo \"\"; echo \"\"; echo \">> Installing file ${INSTALL_ROOTFS_FILENAME} on rootfs_a\";