We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f23f9f commit 7258081Copy full SHA for 7258081
1 file changed
config/examples/vorago_va416x0.config
@@ -57,7 +57,7 @@ WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x3F800
57
#WOLFBOOT_PARTITION_SIZE?=0x18000
58
#WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x9000
59
#WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x21000
60
-#WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x39000
+#WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x3D000
61
62
# Debug: 64KB boot, 94KB partitions, 2KB swap
63
#WOLFBOOT_SECTOR_SIZE?=0x800
@@ -75,7 +75,7 @@ USE_HAL_SPI_FRAM=1
75
#CFLAGS_EXTRA+=-DWOLFBOOT_EDAC_RAM_SCRUB=1000
76
#CFLAGS_EXTRA+=-DWOLFBOOT_EDAC_ROM_SCRUB=125
77
78
-# Leave clock at 100MHz (to restore clock to heart beat oscillator use =1)
+# Restore clock to heart-beat oscillator (set to 0 to leave clock at 100MHz)
79
WOLFBOOT_RESTORE_CLOCK?=1
80
81
# Optional debugging
0 commit comments