From 69f4956f7a09453f8b64b2db1ca2c8f199ca6bf3 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 5 Sep 2022 17:14:08 +0200 Subject: [PATCH] u-boot: cc6ul: install script: increase rootfs programming timeout For the CC6UL 1GB flash variant, the programming of the rootfs exceeds the current 90 secs timeout, giving following failure: [Bulk(R):LIBUSB_ERROR_TIMEOUT] fb[-t 90000]: ucmd update rootfs ram ${fastboot_buffer} ${fastboot_bytes} -e Error: Bulk(R):LIBUSB_ERROR_TIMEOUT Increase the timeout to prevent the failure. Signed-off-by: Javier Viguera --- .../u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh index 6a352a1d4..3ef6f114d 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey/ccimx6ul/install_linux_fw_uuu.sh @@ -280,7 +280,7 @@ else # Update Recovery part_update "${RECOVERY_NAME}" "${INSTALL_RECOVERY_FILENAME}" 15000 # Update Rootfs - part_update "${ROOTFS_NAME}" "${INSTALL_ROOTFS_FILENAME}" 90000 + part_update "${ROOTFS_NAME}" "${INSTALL_ROOTFS_FILENAME}" 120000 fi if [ "${SINGLEMTDSYS}" != true ] && [ "${DUALBOOT}" != true ]; then