# Tiramisu {docsify-ignore-all} ## Préparation de la carte SD Nous allons maintenant placer les fichiers du CFW requis et quelques fichiers homebrew supplémentaires sur la carte SD. ?> **Remarque** Votre carte SD devra être formatée en FAT32. Si votre carte SD n'est pas formatée en FAT32, utilisez [GUIFormat](http://ridgecrop.co.uk/index.htm?guiformat.htm) avec 32k (32768) en Taille d'unité d'allocation pour la formater.
**Ne nommez pas** la carte SD en tant que `wiiu` ou cela causera des problèmes avec les homebrews. ### Ce dont vous avez besoin - Les derniers fichiers de [Tiramisu for your café](https://tiramisu.foryour.cafe). - Click on `Download Tiramisu`. - The latest release of the [Sigpatches Module](https://github.com/marco-calautti/SigpatchesModuleWiiU/releases). - You will need to download the `01_sigpatches.rpx` file. ### Instructions 1. Insérez la carte SD de votre Wii U dans votre PC. 1. **Extract** and copy the contents of the newly downloaded Tiramisu *`.zip`* file to the root of your SD Card. 1. Copy the `01_sigpatches.rpx` file to `/wiiu/environments/tiramisu/modules/setup` on your SD Card. ?> If your computer asks you to overwrite existing files on your SD Card, you will need to click yes. If you're using a Mac, you have to select `Merge` instead of replace. ---------- ### Disposition de la carte SD {docsify-ignore}
Cliquez ici pour afficher la disposition finale de la carte SD. ``` 💾sd: ┣ 📂wiiu ┃ ┣ 📂apps ┃ ┃ ┣ 📂homebrew_launcher ┃ ┃ ┃ ┣ 📜homebrew_launcher.elf ┃ ┃ ┃ ┣ 📜icon.png ┃ ┃ ┃ ┗ 📜meta.xml ┃ ┃ ┣ 📜PayloadLoaderInstaller.wuhb ┃ ┃ ┗ (All other apps should be here too) ┃ ┣ 📂environments ┃ ┃ ┣ 📂installer ┃ ┃ ┃ ┗ 📂modules ┃ ┃ ┃ ┗ 📂setup ┃ ┃ ┃ ┣ 📜00_mocha.rpx ┃ ┃ ┃ ┗ 📜90_launch_installer.rpx ┃ ┃ ┗ 📂tiramisu ┃ ┃ ┣ 📂modules ┃ ┃ ┃ ┗ 📂setup ┃ ┃ ┃ ┣ 📜00_mocha.rpx ┃ ┃ ┃ ┣ 📜01_sigpatches.rpx ┃ ┃ ┃ ┣ 📜50_hbl_installer.rpx ┃ ┃ ┃ ┗ 📜99_autoboot.rpx ┃ ┃ ┗ 📜root.rpx ┃ ┣ 📂payloads ┃ ┃ ┣ 📂default ┃ ┃ ┃ ┗ 📜payload.elf ┃ ┃ ┣ 📂fw_img_loader ┃ ┃ ┃ ┗ 📜payload.elf ┃ ┃ ┗ 📂nanddumper ┃ ┃ ┗ 📜payload.elf ┃ ┣ 📜payload.rpx ┃ ┗ 📜payload.elf ┗ 📜versions.json ```