View | Details | Raw Unified | Return to bug 254786 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/u-boot-rock-pi-e/Makefile (+9 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
MASTERDIR=	${.CURDIR}/../u-boot-master
4
5
MODEL=		rock-pi-e
6
BOARD_CONFIG=	rock-pi-e-rk3328_defconfig
7
FAMILY=		rk3328
8
9
.include "${MASTERDIR}/Makefile"
(-)sysutils/u-boot-rock-pi-e/pkg-descr (+7 lines)
Line 0 Link Here
1
U-Boot loader and related files for the Radxa Rock Pi E.
2
3
To install this bootloader on an sdcard just do:
4
dd if=/usr/local/share/u-boot/u-boot-rock-pi-e/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
5
dd if=/usr/local/share/u-boot/u-boot-rock-pi-e/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync
6
7
WWW: https://www.denx.de/wiki/U-Boot

Return to bug 254786