svn commit: r569119 - head/sysutils/rpi-firmware

Ed Maste emaste at FreeBSD.org
Wed Mar 24 13:41:36 UTC 2021


Author: emaste (src committer)
Date: Wed Mar 24 13:41:35 2021
New Revision: 569119
URL: https://svnweb.freebsd.org/changeset/ports/569119

Log:
  sysutils/rpi-firmware: add pkg-message explaining how to install
  
  The rpi-firmware package provides firmware files under /usr/local/share.
  To be used they must be copied to the boot FAT partition.
  
  Reviewed by:	manu
  Approved by:	manu
  Sponsored by:	The FreeBSD Foundation

Added:
  head/sysutils/rpi-firmware/pkg-message   (contents, props changed)

Added: head/sysutils/rpi-firmware/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rpi-firmware/pkg-message	Wed Mar 24 13:41:35 2021	(r569119)
@@ -0,0 +1,15 @@
+[
+{ type: install
+  message: <<EOM
+The rpi-firmware package installs files to /usr/local/share/rpi-firmware/.
+To update the firmware used to boot, copy these files to /boot/msdos,
+and then copy the appropriate config_<type>.txt file to
+/boot/msdos/config.txt.
+
+For example, on a Raspberry Pi 4 Model B,
+
+  cp -pr /usr/local/share/rpi-firmware/* /boot/msdos/
+  cp /boot/msdos/config_rpi4.txt /boot/msdos/config.txt
+EOM
+}
+]


More information about the svn-ports-all mailing list