diff options
| -rw-r--r-- | gnu/system/images/visionfive2.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/system/images/visionfive2.scm b/gnu/system/images/visionfive2.scm index 6cbf18ed6af..11826d01b2c 100644 --- a/gnu/system/images/visionfive2.scm +++ b/gnu/system/images/visionfive2.scm | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2024-2025 Zheng Junjie <z572@z572.online> | 2 | ;;; Copyright © 2024-2025 Zheng Junjie <z572@z572.online> |
| 3 | ;;; Copyright © 2026 Artyom V. Poptsov <poptsov.artyom@gmail.com> | ||
| 3 | ;;; | 4 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 6 | ;;; |
| @@ -47,13 +48,13 @@ | |||
| 47 | 48 | ||
| 48 | ;;; Commentary: | 49 | ;;; Commentary: |
| 49 | ;;; | 50 | ;;; |
| 50 | ;;; VisionFive2 can boot from MMC1 (SPI flash) or MMC2 (SD card) selected | 51 | ;;; With this image, VisionFive2 can boot from MMC1 (MicroSD card) with |
| 51 | ;;; by DIP switches MSEL[1:0], you may want boot from MMC2 to use the | 52 | ;;; SDIO3.0 boot mode (RPIO_1:L, RGPIO_0:H -- see [1]), in this case the |
| 52 | ;;; U-Boot from Guix System instead of the vendor U-Boot in MMC1. Before | 53 | ;;; board will use U-Boot from Guix System instead of the vendor U-Boot. |
| 53 | ;;; doing so, make sure you have a correct 'fdtfile' in the environment: | 54 | ;;; Booting from eMMC and NVME is still work-in-progress. |
| 54 | ;;; | 55 | ;;; |
| 55 | ;;; uboot> setenv fdtfile starfive/jh7110-starfive-visionfive-2-v1.3b.dtb | 56 | ;;; References: |
| 56 | ;;; uboot> saveenv | 57 | ;;; 1. <https://doc-en.rvspace.org/VisionFive2/Boot_UG/VisionFive2_SDK_QSG/boot_mode_settings.html> |
| 57 | ;;; | 58 | ;;; |
| 58 | ;;; Code: | 59 | ;;; Code: |
| 59 | 60 | ||
