summaryrefslogtreecommitdiff
path: root/board/stmicroelectronics/stm32f469-disco/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'board/stmicroelectronics/stm32f469-disco/readme.txt')
-rw-r--r--board/stmicroelectronics/stm32f469-disco/readme.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/board/stmicroelectronics/stm32f469-disco/readme.txt b/board/stmicroelectronics/stm32f469-disco/readme.txt
new file mode 100644
index 000000000..888bff08a
--- /dev/null
+++ b/board/stmicroelectronics/stm32f469-disco/readme.txt
@@ -0,0 +1,19 @@
+STM32F469 Discovery
+===================
+
+This tutorial describes how to use the predefined Buildroot
+configuration for the STM32F469 Discovery evaluation platform.
+
+Building
+--------
+
+ make stm32f469_disco_defconfig
+ make
+
+Flashing
+--------
+
+ ./board/stmicroelectronics/stm32f469-disco/flash.sh output/
+
+It will flash the minimal bootloader, the Device Tree Blob, and the
+kernel image which includes the root filesystem as initramfs.