No description
Find a file
2026-05-06 14:14:55 -04:00
README.md remove partition format step and add linux flashing 2026-05-06 14:14:55 -04:00

Installing OS

Image download link: https://next.maxkaya.com/s/x5QHGAirFKdL5kA

7zip: https://7-zip.org/

WinRar: https://www.rarlab.com/

Rufus: https://rufus.ie/en/{:target="_blank"}

BalenaEtcher: https://etcher.balena.io/{:target="_blank"}

Step 1 | Installing

Use the link above to download the .tar.xz file to your computer.

Step 2 | Extracting

Windows

Extract the archive using a tool like 7zip or WinRar.

Linux/Mac

Your default file explorer or pre-installed archive tool should handle this file format.

Step 3 | Flashing the image

Windows/Mac

Use BalenaEtcher for a simplified process or Rufus.

Step 1

Press on "Flash from file" and select the extracted .img file.

Step 2

Press on "Select target" and select the micro SD card which should have a capacity of 29GB.

Step 3

Press "Flash" and wait.

You may have to allow the application with Admin priv

Linux
<h3>Step 1 | Find your drive</h3>

<code>sudo fdisk -l</code>

<h3>Step 2 | Flash</h3>

Once extracted and you found the drive, enter the command: <code>cat "IMAGE.img" | sudo dd of=/dev/sdX conv=sync status=progress</code>