This commit is contained in:
PMJ
2025-12-04 14:57:13 +01:00
parent 39121dfb7f
commit 4a49946d19

View File

@@ -24,12 +24,9 @@ Choose a **reliable brand** and a **capacity** matching your usage (**32GB** rec
Ressources: Ressources:
- [RG35XX-MicroSDCardImage.7z](https://www.patreon.com/posts/garlicos-for-76561333) - [RG35XX-MicroSDCardImage.7z](https://www.patreon.com/posts/garlicos-for-76561333)
Extract the archives to get the following files: Extract the archive to get the `garlic.img` file.
- garlic.img
- misc folder
- roms folder
Flash the microSD with the *garlic.img*. Flash the microSD with the `garlic.img` file.
```bash ```bash
dd if=garlic.img of=/dev/sdX status=progress bs=4M && sync dd if=garlic.img of=/dev/sdX status=progress bs=4M && sync
``` ```
@@ -59,7 +56,7 @@ Ressources:
Extract the archives to get the following files: Extract the archives to get the following files:
- TF1.img - TF1.img
- MinUI-<release>-base folder - MinUI-*release*-base folder
Flash the **first MicroSD** with **TF1.img** Flash the **first MicroSD** with **TF1.img**
```bash ```bash