svn commit: r476018 - head/sysutils/u-boot-sopine

Emmanuel Vadot manu at FreeBSD.org
Tue Jul 31 19:18:35 UTC 2018


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


More information about the svn-ports-all mailing list