Port details on branch 2021Q3 |
- u-boot-starfive-visionfive2 Cross-build das u-boot for model starfive-visionfive2
- 2025.04_1 sysutils
=2 2024.07_1Version of this port present on the latest quarterly branch. - Maintainer: uboot@FreeBSD.org
 - Port Added: 2024-01-23 17:21:08
- Last Update: 2025-07-02 16:27:27
- Commit Hash: 8e0b906
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://www.denx.de/wiki/U-Boot
- Description:
- U-Boot loader and related files for the StarFive VisionFive v2 (JH7110).
The SD card must be formatted with a GPT partition scheme, and expects two
specific GUID partition types for the SPL and FIT image.
Assuming an SD card device in /dev/da2, execute:
# gpart create -s gpt da2
# gpart add -l spl -t \!2E54B353-1271-4842-806F-E436D6AF6985 -b 2m -s 2m da2
# gpart add -l uboot -t \!BC13C2FF-59E6-4262-A352-B275FD6F7172 -b 4m -s 4m da2
Now, copy the u-boot files to the SD card with dd(1).
dd if=/usr/local/share/u-boot/u-boot-starfive-visionfive2/u-boot-spl.bin.normal.out \
of=/dev/da2p1 conv=sync
dd if=/usr/local/share/u-boot/u-boot-starfive-visionfive2/u-boot.itb \
of=/dev/da2p2 conv=sync
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- u-boot-starfive-visionfive2>0:sysutils/u-boot-starfive-visionfive2
- To install the port:
- cd /usr/ports/sysutils/u-boot-starfive-visionfive2/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/u-boot-starfive-visionfive2
- pkg install u-boot-starfive-visionfive2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: u-boot-starfive-visionfive2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744131204
SHA256 (u-boot/u-boot-2024.07.tar.bz2) = f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
SIZE (u-boot/u-boot-2024.07.tar.bz2) = 26086110
Packages (timestamps in pop-ups are UTC):
- Master port: sysutils/u-boot-master
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- fw_dynamic.bin : sysutils/opensbi
- gsed : textproc/gsed
- swig : devel/swig
- dtc>=1.4.1 : sysutils/dtc
- mkimage : sysutils/u-boot-tools
- py311-setuptools-pkg>=0 : devel/py-setuptools-pkg@py311
- riscv64-none-elf-gcc : devel/riscv64-none-elf-gcc
- gnutls>=0 : security/gnutls
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- python3.11 : lang/python311
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libuuid.so : misc/libuuid
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_u-boot-starfive-visionfive2
- USES:
- bison compiler:c11 gmake python:build pkgconfig shebangfix ssl tar:bz2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|