svn commit: r453904 - head/sysutils/u-boot-pine64
Brad Davis
brd at FreeBSD.org
Fri Nov 10 16:23:24 UTC 2017
Author: brd
Date: Fri Nov 10 16:23:23 2017
New Revision: 453904
URL: https://svnweb.freebsd.org/changeset/ports/453904
Log:
Update sysutils/u-boot-pine64/pkg-descr with an example on how to dd to an image.
Approved by: bdrewery (mentor, implicit), manu (maintainer)
Modified:
head/sysutils/u-boot-pine64/pkg-descr
Modified: head/sysutils/u-boot-pine64/pkg-descr
==============================================================================
--- head/sysutils/u-boot-pine64/pkg-descr Fri Nov 10 15:43:15 2017 (r453903)
+++ head/sysutils/u-boot-pine64/pkg-descr Fri Nov 10 16:23:23 2017 (r453904)
@@ -1,3 +1,9 @@
-U-Boot loader and related files for the Pine64
+U-Boot loader and related files for the Pine64.
+
+To install this bootloader on an sdcard just do:
+dd if=/usr/local/share/u-boot/u-boot-pine64/u-boot-sunxi-with-spl.bin of=/path/to/sdcarddevice bs=1k seek=8 conv=sync
+
+For information about running FreeBSD on Allwinner boards, see
+ https://wiki.freebsd.org/FreeBSD/arm/Allwinner
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
More information about the svn-ports-all
mailing list