mirror of https://github.com/wolfSSL/wolfBoot.git
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
ARCH=sim
|
|
TARGET=sim
|
|
SIGN?=ED25519
|
|
HASH?=SHA256
|
|
WOLFBOOT_SMALL_STACK=1
|
|
SPI_FLASH=0
|
|
DEBUG=1
|
|
# it should be multiple of system page size
|
|
WOLFBOOT_PARTITION_SIZE=0x2A000
|
|
WOLFBOOT_SECTOR_SIZE=0x1000
|
|
WOLFBOOT_PARTITION_BOOT_ADDRESS=0x10000
|
|
# if on external flash, it should be multiple of system page size
|
|
WOLFBOOT_PARTITION_UPDATE_ADDRESS=0x3a000
|
|
WOLFBOOT_PARTITION_SWAP_ADDRESS=0x64000
|
|
# required for keytools
|
|
WOLFBOOT_FIXED_PARTITIONS=1
|