mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
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:
parent
9bb29aec36
commit
b49a7da32a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user