Date: Fri, 10 Nov 2017 16:23:23 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453904 - head/sysutils/u-boot-pine64 Message-ID: <201711101623.vAAGNNCR078444@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711101623.vAAGNNCR078444>