meta-digi/meta-digi-arm/recipes-bsp/u-boot
Gabriel Valcazar 8fad761961 ccimx6ul: install_linux_fw_uuu.sh: increase timeouts to account for large NANDs
When running the installation script on variants with larger NANDs, two of the
script's commands take longer than our intended timeouts under specific
circumstances:

    * When the variant has a NAND with 512 MiB or more and singlemtdsys is set
      to "yes", running ubivolscipt takes longer than our 10 second timeout.
      The larger the NAND storage size, the longer this command takes.
    * When the variant has a 1 GiB NAND, singlemtdsys is set to "yes" and
      dualboot is set to "no", the update of the recovery UBI volume takes
      longer than our 15 second timeout.

In both of these cases, the script fails and the installation process cannot
continue. Apply the following changes to prevent this:

    * Increase the ubivolscript timeout from 10 seconds to 30
    * Increase the recovery update timeout from 15 seconds to 20

Also, remove the command immediately before ubivolscript is run, since said
command is already being run at the beginning of ubivolscript.

https://onedigi.atlassian.net/browse/DEL-9097

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
2024-06-27 17:48:10 +02:00
..
u-boot-dey ccimx6ul: install_linux_fw_uuu.sh: increase timeouts to account for large NANDs 2024-06-27 17:48:10 +02:00
u-boot-tools ccmp1: add support to sign different DDR3 configurations for U-Boot DTB 2024-02-21 10:42:12 +01:00
u-boot-dey.inc install script: remove extra "-" in not signed/encrypted images 2024-06-18 11:56:44 +02:00
u-boot-dey_2017.03.bb meta-digi: revert revisions to AUTOREV 2024-02-06 18:11:28 +01:00
u-boot-dey_2020.04.bb meta-digi: revert revisions to AUTOREV 2024-02-06 18:11:28 +01:00
u-boot-dey_2021.10.bb Merge branch 'dey-4.0/master' into dey-4.0/maint 2024-06-21 14:44:59 +02:00
u-boot-dey_2023.04.bb meta-digi: revert revisions to AUTOREV 2024-02-06 18:11:28 +01:00
u-boot-tools_%.bbappend u-boot-tools: add the fdt_add_pubkey script to the list of files to be shipped 2024-02-22 09:16:32 +01:00