1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/u-boot-nanopi-r4s/Makefile
Bernhard Froehlich bfe768d33a
sysutils/u-boot-nanopi-r4s: u-boot port for FriendlyArm NanoPi R4S
U-Boot loader and related files for the FriendlyARM NanoPi-R4S (4GB/LPDDR4)

To install this bootloader on an sdcard just do:

dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync
dd if=/usr/local/share/u-boot/u-boot-nanopi-r4s/u-boot.itb of=/path/to/sdcarddevice seek=16384 bs=512 conv=sync

WWW: https://www.denx.de/wiki/U-Boot

PR:		257045
Approved by:	manu@
2021-07-09 18:51:22 +00:00

8 lines
151 B
Makefile

MASTERDIR= ${.CURDIR}/../u-boot-master
MODEL= nanopi-r4s
BOARD_CONFIG= nanopi-r4s-rk3399_defconfig
FAMILY= rk3399
.include "${MASTERDIR}/Makefile"