Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2025 16:52:25 -0600
From:      Zach Metzinger <zmetzing@pobox.com>
To:        freebsd-arm@freebsd.org
Subject:   Re: Trying an install to a Raspberry PI5 unit
Message-ID:  <47d7429f-f069-e13c-38a4-5cd90fa1149d@pobox.com>
In-Reply-To: <4f560e27-2700-a4cc-e685-889ee951505d@pobox.com>
References:  <829b0301-b80e-4c35-a0f4-b68d09ff79eb@blastwave.org> <2c3d0a02-2e5b-40b2-b15d-8cb2585644c8@blastwave.org> <4f560e27-2700-a4cc-e685-889ee951505d@pobox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2/7/25 16:47, Zach Metzinger wrote:
> "Copy the image to the microSD card (see Writing an Image File to USB). 
> Plug the microSD card into the Raspberry Pi."

I will note that it might not be obvious to the uninitiated that the .xz 
file should be decompressed before writing it to the memory stick (using 
one of the two methods outlined in the "Writing and Image ..." page).

To decompress this file, use this on FreeBSD:

% xz -d name_of_the_file.img.xz

This will result in a file being created with the name of 
name_of_the_file.img and the original file will be deleted.

One can get creative with pipes to avoid leaving an uncompressed file on 
disk, of course.

--- Zach




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47d7429f-f069-e13c-38a4-5cd90fa1149d>