readme_xip.txt 559 B

123456789101112131415161718192021222324
  1. STM32F469 Discovery
  2. ===================
  3. This tutorial describes how to use the predefined Buildroot
  4. configuration for the STM32F469 Discovery evaluation platform.
  5. Internal flash memory stores simple afboot-stm32 bootloader, device tree and
  6. in place (XIP) kernel with built-in initramfs. No external flash or SD card
  7. is needed.
  8. Kernel is based on tinyconfig.
  9. Building
  10. --------
  11. make stm32f469_disco_xip_defconfig
  12. make
  13. Flashing
  14. --------
  15. ./board/stmicroelectronics/stm32f469-disco/flash_xip.sh output/
  16. It will flash binary to internal flash memory.