diff options
| author | Tom Rini <[email protected]> | 2025-04-25 13:13:17 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-25 13:13:17 -0600 |
| commit | 5a0a93a768487e55ebe50a34cc90d751bf99cc56 (patch) | |
| tree | 7d8fdcb585e32d300183796c67c467cfa6c897ce /doc | |
| parent | 7a9c9b5655646c229e4300c24b0b85b51308795e (diff) | |
| parent | 5ac699efe94f24df561d33e420d3c73f5fb797e8 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
CI: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/25940
- riscv: lib: Simplify FDT retrieving process
- board: k1: pinctrl: Add pinctrl support for bananapi-f3
- binman: riscv: Fix binman_sym functionality
- board: starfive: visionfive2: Reorder board detection logic
- board: starfive: Add DeepComputing FML13V01 support
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/starfive/visionfive2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/board/starfive/visionfive2.rst b/doc/board/starfive/visionfive2.rst index 6f3c572f1f8..11121a1751a 100644 --- a/doc/board/starfive/visionfive2.rst +++ b/doc/board/starfive/visionfive2.rst @@ -116,6 +116,7 @@ Format the SD card (make sure the disk has GPT, otherwise use gdisk to switch) --new=2:8192:16383 --change-name=2:uboot --typecode=2:BC13C2FF-59E6-4262-A352-B275FD6F7172 \ --new=3:16384:1654784 --change-name=3:system --typecode=3:EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 \ /dev/sdb + sudo mkfs.vfat -F32 /dev/sdb3 Program the SD card |
