Add an example for building SD card images for the RPI-B and

RPI3.

MFC after:	3 days
Suggested by:	Arshan Khanifar
Reviewed by:	Arshan Khanifar <arshan@freebsdfoundation.org>
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2018-03-28 18:43:06 +00:00
parent a8233b81c7
commit 0e976a76ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331697

View File

@ -687,6 +687,23 @@ cd /usr/src/release
sh release.sh -c $HOME/release.conf
.Ed
.Pp
Configuration files specific to various supported embedded systems, such as
the Raspberry Pi, exist in the directory corresponding to the
.Va TARGET
.Xr make 1
variable.
For example, to build an image for the Raspberry Pi:
.Bd -literal -offset indent
cd /usr/src/release
sh release.sh -c arm/RPI-B.conf
.Ed
.Pp
To build an image for the Raspberry Pi 3:
.Bd -literal -offset indent
cd /usr/src/release
sh release.sh -c arm64/RPI3.conf
.Ed
.Pp
After running these commands, all prepared release files are available in the
.Pa /scratch
directory.