Image replicator media sd: Difference between revisions

From embeddedTS Manuals
No edit summary
Tag: Reverted
(Remove bullets, looks cleaner. Remove deprecated source tags)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class=wikitable
{| class=wikitable
! rowspan=2 style="width: 6%" | SD Card  
! rowspan=2 style="width: 8%" | SD Card  
| style="width: 12%" |
| style="width: 12%" |
* sdimage.tar.xz
<code>/sdimage.tar.xz</code>
* sdimage.tar.bz2
<code>/sdimage.tar.bz2</code>
* sdimage.tar.gz
<code>/sdimage.tar.gz</code>
* sdimage.tar
<code>/sdimage.tar</code>
| style="width: 82%" | Tar of the filesystem.  This will repartition the SD card to a single partition and extract this tarball to the filesystem.  If present, a file named <source inline>/md5sums.txt</source> in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This <source inline>md5sums.txt</source> file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.
| style="width: 80%" | Tar of the filesystem.  This will repartition the SD card to a single partition and extract this tarball to the filesystem.  If present, a file named <code>/md5sums.txt</code> in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This <code>md5sums.txt</code> file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.
|-
|-
| style="width: 12%" |
| style="width: 12%" |
* sdimage.dd.xz
<code>/sdimage.dd.xz</code>
* sdimage.dd.bz2
<code>/sdimage.dd.bz2</code>
* sdimage.dd.gz
<code>/sdimage.dd.gz</code>
* sdimage.dd
<code>/sdimage.dd</code>
| style="width: 82%" | Disk image of the media. This will be written to the SD card block device directly. If present on the USB Image Replicator drive, a file named <source inline>sdimage.dd.md5</source> will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.
| style="width: 80%" | Disk image of the media. This will be written to the SD card block device directly. If present on the USB Image Replicator drive, a file named <code>/sdimage.dd.md5</code> will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.
|}
|}

Latest revision as of 13:01, 12 June 2023

SD Card

/sdimage.tar.xz /sdimage.tar.bz2 /sdimage.tar.gz /sdimage.tar

Tar of the filesystem. This will repartition the SD card to a single partition and extract this tarball to the filesystem. If present, a file named /md5sums.txt in the tarball will have its contents checked against the whole filesystem after the tarball is extracted. This md5sums.txt file is optional and can be omitted, but it must not be blank if present. This file is present in our official images and is created during image capture with the Image Replicator tool.

/sdimage.dd.xz /sdimage.dd.bz2 /sdimage.dd.gz /sdimage.dd

Disk image of the media. This will be written to the SD card block device directly. If present on the USB Image Replicator drive, a file named /sdimage.dd.md5 will be used to verify the data written to the SD card against this checksum. This file is provided with our official images and is created during image capture with the Image Replicator tool.