Index: sysutils/u-boot-rock-pi-e/Makefile =================================================================== --- sysutils/u-boot-rock-pi-e/Makefile (nonexistent) +++ sysutils/u-boot-rock-pi-e/Makefile (working copy) @@ -0,0 +1,9 @@ +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../u-boot-master + +MODEL= rock-pi-e +BOARD_CONFIG= rock-pi-e-rk3328_defconfig +FAMILY= rk3328 + +.include "${MASTERDIR}/Makefile" Property changes on: sysutils/u-boot-rock-pi-e/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/u-boot-rock-pi-e/pkg-descr =================================================================== --- sysutils/u-boot-rock-pi-e/pkg-descr (nonexistent) +++ sysutils/u-boot-rock-pi-e/pkg-descr (working copy) @@ -0,0 +1,7 @@ +U-Boot loader and related files for the Radxa Rock Pi E. + +To install this bootloader on an sdcard just do: +dd if=/usr/local/share/u-boot/u-boot-rock-pi-e/idbloader.img of=/path/to/sdcarddevice seek=64 bs=512 conv=sync +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 + +WWW: https://www.denx.de/wiki/U-Boot Property changes on: sysutils/u-boot-rock-pi-e/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property