View | Details | Raw Unified | Return to bug 226013
Collapse All | Expand All

(-)i/sysutils/u-boot-orangepi-pc/Makefile (+10 lines)
Added Link Here
1
# $FreeBSD$
2
3
MAINTAINER=	uboot@FreeBSD.org
4
MASTERDIR=	${.CURDIR}/../u-boot-master
5
6
MODEL=		orangepi-pc
7
BOARD_CONFIG=	orangepi_pc_defconfig
8
FAMILY=		allwinner
9
10
.include "${MASTERDIR}/Makefile"
(-)i/sysutils/u-boot-orangepi-pc/pkg-descr (+9 lines)
Added Link Here
1
U-Boot loader and related files for the OrangePi PC
2
3
To install this bootloader on an sdcard just do:
4
dd if=/usr/local/share/u-boot/u-boot-orangepi-pc/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
5
6
For information about running FreeBSD on Allwinner boards, see
7
 https://wiki.freebsd.org/FreeBSD/arm/Allwinner
8
9
WWW: http://www.denx.de/wiki/U-Boot

Return to bug 226013