svn commit: r336848 - head/release/arm

Emmanuel Vadot manu at FreeBSD.org
Sat Jul 28 20:45:37 UTC 2018


Author: manu
Date: Sat Jul 28 20:45:36 2018
New Revision: 336848
URL: https://svnweb.freebsd.org/changeset/base/336848

Log:
  release: arm: Add a GENERIC sdcard image
  
  This produce a generic sdcard image using armv7 GENERIC kernel that
  just need some u-boot (or none if the board have u-boot or a SPI flash
  for example).
  
  Reviewed by:	imp, gjb
  Differential Revision:	https://reviews.freebsd.org/D16410

Added:
  head/release/arm/GENERICSD.conf   (contents, props changed)

Added: head/release/arm/GENERICSD.conf
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/release/arm/GENERICSD.conf	Sat Jul 28 20:45:36 2018	(r336848)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+EMBEDDED_TARGET_ARCH="armv7"
+EMBEDDED_TARGET="arm"
+EMBEDDEDBUILD=1
+FAT_SIZE="50m -b 1m"
+FAT_TYPE="16"
+IMAGE_SIZE="3072M"
+KERNEL="GENERIC"
+MD_ARGS="-x 63 -y 255"
+NODOC=1
+PART_SCHEME="MBR"
+export BOARDNAME="GENERICSD"


More information about the svn-src-all mailing list