Date: Tue, 31 Jul 2018 19:18:34 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476018 - head/sysutils/u-boot-sopine Message-ID: <201807311918.w6VJIY0M081755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: manu (src committer) Date: Tue Jul 31 19:18:34 2018 New Revision: 476018 URL: https://svnweb.freebsd.org/changeset/ports/476018 Log: u-boot-sopine: Correct path in pkg-descr Approved by: bapt (implicit) Modified: head/sysutils/u-boot-sopine/pkg-descr Modified: head/sysutils/u-boot-sopine/pkg-descr ============================================================================== --- head/sysutils/u-boot-sopine/pkg-descr Tue Jul 31 19:17:33 2018 (r476017) +++ head/sysutils/u-boot-sopine/pkg-descr Tue Jul 31 19:18:34 2018 (r476018) @@ -1,7 +1,7 @@ U-Boot loader and related files for the Sopine/Pine64-LTS. 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 +dd if=/usr/local/share/u-boot/u-boot-sopine/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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807311918.w6VJIY0M081755>