mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
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
This commit is contained in:
parent
df89e31712
commit
4b99ca8e4c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336848
16
release/arm/GENERICSD.conf
Normal file
16
release/arm/GENERICSD.conf
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user