File: u-boot-stm32.README.Debian

package info (click to toggle)
u-boot 2025.01-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 330,740 kB
  • sloc: ansic: 2,627,855; python: 60,773; sh: 41,641; asm: 21,854; makefile: 15,048; perl: 12,447; cs: 6,763; cpp: 1,868; yacc: 1,100; lex: 747; awk: 57; tcl: 32; sed: 24
file content (19 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== Installation ==

At this point, you must install U-Boot to flash yourself.

STM32MP1 series processors can boot from SD card or eMMC, which must
contain a GPT partition table with at least the following partitions:

  Nr |   Size | Label | Flags
  ---|--------|-------|------
   1 | 256KiB | fsbl1 |
   2 | 256KiB | fsbl2 |
   3 |   2MiB |  ssbl |
   4 |      * |     * | boot

U-Boot can be written to the SD card using the following commands:

  dd if=/usr/lib/u-boot/BOARD/u-boot-spl.stm32 of=/dev/mmcblkXp1
  dd if=/usr/lib/u-boot/BOARD/u-boot-spl.stm32 of=/dev/mmcblkXp2
  dd if=/usr/lib/u-boot/BOARD/u-boot.img of=/dev/mmcblkXp3