hwdef: disable use of external flash in PPPGW

we cannot upload new firmware on CAN or network with external flash
This commit is contained in:
Andrew Tridgell 2024-01-18 10:45:59 +11:00
parent 9bb29aec36
commit b49a7da32a
2 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,6 @@ define AP_FILESYSTEM_ROMFS_ENABLED 1
define AP_PARAM_DYNAMIC_ENABLED 1
ROMFS_DIRECTORY Tools/AP_Periph/Web
# we don't want to use external flash with network bootloader
EXT_FLASH_SIZE_MB 0

View File

@ -15,5 +15,8 @@ define AP_NETWORKING_ENABLED 1
ROMFS_WILDCARD Tools/AP_Bootloader/Web/*.html
env ROMFS_UNCOMPRESSED True
# we don't want to use external flash with network bootloader
EXT_FLASH_SIZE_MB 0
# don't combine sdcard bl and network bl
undef AP_BOOTLOADER_FLASH_FROM_SD_ENABLED