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