hartmannathan opened a new pull request #1727: URL: https://github.com/apache/incubator-nuttx/pull/1727
## Summary Add support for a FLASH bootloader for the b-g474e-dpow1 board. boards/arm/stm32/b-g474e-dpow1/scripts/ld.script.dfu: - New file. Reserve up to 24KiB at the start of FLASH for a bootloader. boards/arm/stm32/b-g474e-dpow1/scripts/Make.defs: - When building with CONFIG_STM32_DFU, use the new ld.script.dfu to leave room in FLASH for a bootloader. boards/arm/stm32/b-g474e-dpow1/README.txt: - "FLASH Bootloader Support": New section. ## Impact Optionally allows to use a bootloader on this board. ## Testing Successfully booted NuttX on this board using a FLASH bootloader. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org