From owner-svn-ports-all@freebsd.org Fri Nov 10 16:23:24 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 66871E71543; Fri, 10 Nov 2017 16:23:24 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30DD979937; Fri, 10 Nov 2017 16:23:24 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAAGNNHY078445; Fri, 10 Nov 2017 16:23:23 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAAGNNCR078444; Fri, 10 Nov 2017 16:23:23 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201711101623.vAAGNNCR078444@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Fri, 10 Nov 2017 16:23:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453904 - head/sysutils/u-boot-pine64 X-SVN-Group: ports-head X-SVN-Commit-Author: brd X-SVN-Commit-Paths: head/sysutils/u-boot-pine64 X-SVN-Commit-Revision: 453904 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2017 16:23:24 -0000 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