From owner-freebsd-arm@freebsd.org Sat Apr 10 11:30:37 2021 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C54E75E3293 for ; Sat, 10 Apr 2021 11:30:37 +0000 (UTC) (envelope-from andrew_mitchell_fr@icloud.com) Received: from st43p00im-ztbu10063701.me.com (st43p00im-ztbu10063701.me.com [17.58.63.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FHXqc3wTFz4vtY for ; Sat, 10 Apr 2021 11:30:36 +0000 (UTC) (envelope-from andrew_mitchell_fr@icloud.com) Received: from [192.168.1.15] (lfbn-mar-1-119-233.w86-229.abo.wanadoo.fr [86.229.90.233]) by st43p00im-ztbu10063701.me.com (Postfix) with ESMTPSA id DEB329A0490 for ; Sat, 10 Apr 2021 11:30:33 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Cloning the running system to an sd card From: Andrew Mitchell Message-Id: <5B25C58A-EFC6-4200-999D-D097C06985FD@icloud.com> Date: Sat, 10 Apr 2021 13:30:31 +0200 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (1.0) X-Mailer: iPad Mail (14G60) X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.391,18.0.761,17.0.607.475.0000000_definitions?= =?UTF-8?Q?=3D2021-04-10=5F04:2021-04-09=5F01,2021-04-10=5F04,2020-04-07?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 clxscore=1015 mlxscore=0 adultscore=0 phishscore=0 malwarescore=0 bulkscore=0 spamscore=0 suspectscore=0 mlxlogscore=477 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2104100087 X-Rspamd-Queue-Id: 4FHXqc3wTFz4vtY X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.60 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[icloud.com]; MV_CASE(0.50)[]; TO_DN_NONE(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:17.58.0.0/16]; DKIM_TRACE(0.00)[icloud.com:+]; DMARC_POLICY_ALLOW(-0.50)[icloud.com,quarantine]; NEURAL_HAM_SHORT(-1.00)[-0.997]; RCVD_IN_DNSWL_LOW(-0.10)[17.58.63.178:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[icloud.com]; MID_RHS_MATCH_FROM(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[17.58.63.178:from]; DWL_DNSWL_NONE(0.00)[icloud.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[icloud.com:s=1a1hai]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:714, ipnet:17.58.63.0/24, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[17.58.63.178:from:127.0.2.255]; NEURAL_SPAM_LONG(1.00)[1.000]; WHITELIST_SPF_DKIM(-3.00)[icloud.com:d:+,icloud.com:s:+]; RWL_MAILSPIKE_POSSIBLE(0.00)[17.58.63.178:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-arm] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Apr 2021 11:30:37 -0000 I have found documentation about cloning the running system to an sd card bu= t I'm not too sure I really understood everything. On the face of it, it loo= ks simple, but even so... Could someone sum up the method I should use for cloning it? If that may help, the running system is RELEASE-13.0-RC3-arm64.aarch64. Cheers, Andrew