From ecfc7cc24fd44b4d00bc95c04e5c7ed5ec16e481 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 12 Oct 2021 13:19:56 +0200 Subject: [PATCH] Mantis: set bootloader timeout to 180 seconds The first byte 0xb4 is 180. This number is read by the bootloader. --- boards/atl/mantis-edu/nuttx-config/scripts/script.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/atl/mantis-edu/nuttx-config/scripts/script.ld b/boards/atl/mantis-edu/nuttx-config/scripts/script.ld index 6382b69e1e..fc70ef1de8 100644 --- a/boards/atl/mantis-edu/nuttx-config/scripts/script.ld +++ b/boards/atl/mantis-edu/nuttx-config/scripts/script.ld @@ -103,7 +103,7 @@ SECTIONS This signature provides the bootloader with a way to delay booting */ _bootdelay_signature = ABSOLUTE(.); - FILL(0xffecc2925d7d05c5) + FILL(0xb4ecc2925d7d05c5) . += 8; *(.main_toc) *(.text .text.*)