"message": "Ce site web utilise des cookies pour afficher l'avancement actuel du guide sur la barre latérale et améliorer le site."
}
})});
</script>
<!-- end custom head snippets -->
</head>
<bodyclass="layout--single">
<navclass="skip-links">
<ul>
<li><ahref="#site-nav"class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><ahref="#main"class="screen-reader-shortcut">Skip to content</a></li>
<li><ahref="#footer"class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<divclass="notice--danger align-center"style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <ahref="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<divclass="masthead">
<divclass="masthead__inner-wrap">
<divclass="masthead__menu">
<navid="site-nav"class="greedy-nav">
<!-- <a class="site-title" href="/">
3DS Hacks Guide
</a>
-->
<ulclass="visible-links">
<!-- modified to use multilang, guide-specific -->
<listyle="display: none;"data-name="updating-firmware-(new-3ds)"><ahref='/fr_FR/updating-firmware-(new-3ds)'>Mise à jour du logiciel système (New 3DS)</a></li>
<metaitemprop="headline"content="Finalisation de l’installation">
<divclass="page__inner-wrap">
<header>
<h1id="page-title"class="page__title"itemprop="headline">Finalisation de l’installation
</h1>
</header>
<sectionclass="page__content"itemprop="text">
<hr>
<divclass ="notice"><b>Pour un support en Anglais, demander de l'aide sur le <ahref="https://discord.gg/MWxPgEp">Discord Nintendo Homebrew</a>.</b></div>
<divclass ="notice"><b>Si vous appréciez ce guide, nous acceptons les <ahref="contribute#donations">Dons</a>.</b></div>
<hr>
<asideclass="sidebar__right">
<navclass="toc">
<header><h4class="nav__title"><iclass="fas fa-file-alt"></i> Table of Contents</h4></header>
<li><ahref="#section-i---vérification-de-la-présence-dun-cfw"id="markdown-toc-section-i---vérification-de-la-présence-dun-cfw">Section I - Vérification de la présence d’un CFW</a></li>
<li><ahref="#section-ii---updating-the-system"id="markdown-toc-section-ii---updating-the-system">Section II - Updating the System</a></li>
<li><ahref="#section-iii---prep-work"id="markdown-toc-section-iii---prep-work">Section III - Prep Work</a></li>
<p>Le fichier <codeclass="language-plaintext highlighter-rouge">boot.firm</code> est exécuté par boot9strap lui-même, après avoir terminé le chargement de la NAND. In this case, we are using Luma3DS by <ahref="https://github.com/LumaTeam/">LumaTeam</a> to patch the console, allowing it to run homebrew software.</p>
<p>On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.</p>
<li><strong><ahref="https://github.com/FlagBrew/Checkpoint">Checkpoint</a></strong><em>(backs up and restores save files for 3DS and DS games)</em></li>
<li><strong><ahref="https://github.com/mtheall/ftpd">ftpd</a></strong><em>(access your 3DS SD card wirelessly)</em></li>
<li><strong><ahref="https://github.com/Universal-Team/Universal-Updater/">Universal-Updater</a></strong><em>(a homebrew app store for downloading homebrew from the 3DS over Wi-Fi)</em></li>
<li><strong><ahref="https://github.com/d0k3/GodMode9">GodMode9</a></strong><em>(multipurpose tool which can do NAND and cartridge functions)</em></li>
<p>If you don’t want one of these applications, you can remove them after you have finished this page by navigating to System Settings -> Data Management -> Nintendo 3DS -> Software. (GodMode9 cannot be removed in this way and is generally required for other functions.)</p>
<pclass="notice--warning">Si votre <strong>New 3DS</strong> était en version 2.1.0 avant de suivre les instructions ce guide, vous devriez <ahref="godmode9-usage#restoring-a-nand-backup">restaurer votre sauvegarde NAND</a> avant de continuer. Cela ne s’applique probablement pas à vous à moins que vous ne suiviez ce guide en 2017.</p>
<pclass="notice--info">Si votre configuration CFW précédente était basée sur EmuNAND et que vous souhaitez déplacer le contenu de votre EmuNAND/RedNAND vers SysNAND, suivez <ahref="move-emunand">Transférer votre EmuNAND</a> avant de suivre cette page. Si vous ne savez pas ce qu’est une EmuNAND, cela ne s’applique pas à vous.</p>
<p>Comme mesure de sécurité supplémentaire, nous effectuerons une vérification supplémentaire de la présence d’un custom firmware. Si aucun custom firmware n’est installé sur votre console pour quelque raison que ce soit, la section suivante peut rendre votre console impossible à hacker sans matériel externe.</p>
<pclass="notice--danger">If you do NOT boot into the Luma3DS configuration menu, custom firmware was not installed on your console. Rejoignez <ahref="https://discord.gg/MWxPgEp">Nintendo Homebrew sur Discord</a> et demandez de l’aide en anglais.</p>
<li>La console peut afficher un message disant “Aucune mise à jour nécessaire” au lieu de faire une mise à jour. Ceci est normal si vous êtes déjà à jour ; passez à la section suivante.</li>
<li>Si vous obtenez une erreur, réglez vos paramètres DNS et proxy sur « Automatique »</li>
<li>Si cela vous donne toujours une erreur, <ahref="troubleshooting#finalizing-setup">suivez ce guide de dépannage</a></li>
<h4id="section-iii---prep-work">Section III - Prep Work</h4>
<p>Dans cette section, vous copierez les fichiers nécessaires pour suivre le reste des instructions de cette page.</p>
<ol>
<li>Éteignez votre console</li>
<li>Insérez votre carte SD dans votre ordinateur</li>
<li>Copy the contents of <codeclass="language-plaintext highlighter-rouge">finalizing.zip</code> (<codeclass="language-plaintext highlighter-rouge">finalize</code>, <codeclass="language-plaintext highlighter-rouge">gm9</code>, and <codeclass="language-plaintext highlighter-rouge">luma</code>) to the root of your SD card, merging/replacing any existing folders if prompted
<ul>
<li>If you are using a Mac, hold the Option key while dragging the folders to the root of your SD card, then click “Merge”</li>
</ul>
</li>
<li>Delete <codeclass="language-plaintext highlighter-rouge">boot.firm</code> and <codeclass="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of the SD card</li>
<li>Copy <codeclass="language-plaintext highlighter-rouge">boot.firm</code> and <codeclass="language-plaintext highlighter-rouge">boot.3dsx</code> from the latest Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code> (the one you just downloaded) to the root of the SD card, replacing any existing files if prompted</li>
<li>Réinsérez votre carte SD dans votre console</li>
</ol>
<p>The screenshot below indicates the minimum SD card layout that is required to follow this page. Il est possible que vous ayez des fichiers ou des dossiers supplémentaires sur votre carte SD, selon votre configuration précédente ou la méthode que vous avez suivie.</p>
<p>Dans cette section, vous synchroniserez l’horloge interne de votre 3DS avec l’heure réelle et allez dumper le firmware du son (ce qui est nécessaire pour que certains logiciels homebrew utilisent correctement le son).</p>
<li>If one of these buttons is broken, download <ahref="/assets/config.ini">config.ini</a> and put it in your <codeclass="language-plaintext highlighter-rouge">luma</code> folder, replacing the existing one. This will change the Rosalina menu key combination to (X) + (Y)</li>
<li>If you do not boot into GodMode9, ensure that you copied the three folders from <codeclass="language-plaintext highlighter-rouge">finalizing.zip</code> to the root of your SD card and that the folders are not misnamed (e.g. <codeclass="language-plaintext highlighter-rouge">luma (1)</code>)</li>
<li>Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois terminé</li>
<li>Si vous êtes invité à régler la date et l’heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l’heure, puis appuyez sur (A) pour continuer</li>
<li>If you encounter an error, follow the instructions in the error message or consult the <ahref="troubleshooting#finalizing-setup">troubleshooting</a> page</li>
<li>This folder contains critical file backups and should be backed up to multiple locations (i.e. cloud storage) if possible</li>
<li>The two SysNAND files are your NAND backup and can be used to revert your console to a working state if it is bricked by a software issue</li>
<li>The <codeclass="language-plaintext highlighter-rouge">essential.exefs</code> file contains your console’s system-unique files and can be used to recover your data in the event of a hardware failure</li>
<li>If you still have them, delete the two <codeclass="language-plaintext highlighter-rouge">SysNAND</code> files from the <codeclass="language-plaintext highlighter-rouge">/gm9/backups/</code> folder from your SD card
<ul>
<li>The <codeclass="language-plaintext highlighter-rouge">essential.exefs</code> file is small and may be kept on your SD card for ease of access</li>
<pclass="notice--info">Trying to figure out what to do with your newly modded device? Visit <ahref="https://wiki.hacks.guide/wiki/3DS:Things_to_do">our wiki</a>!</p>
<li>Holding (Select) on boot will launch the Luma3DS configuration menu.</li>
<li>Holding (Start) on boot will launch GodMode9, or if you have multiple payloads in <codeclass="language-plaintext highlighter-rouge">/luma/payloads/</code>, the Luma3DS chainloader.</li>
<li>By default, pressing (Left Shoulder) + (Down D-Pad) + (Select) while in 3DS mode will open the Rosalina menu, where you can check system information, take screenshots, enable cheats, and more. Cela peut être modifié à partir du menu Rosalina.</li>
<li>Holding (Start) + (Select) + (X) on boot will make the notification LED show a color for debug purposes. Pour une liste de ces combinaisons, lisez le <ahref="https://github.com/SciresM/boot9strap/releases/tag/1.4">changelog</a>.</li>
<pclass="notice--info">Pour plus d’informations sur l’utilisation des différentes fonctionnalités de GodMode9, consultez les pages <ahref="godmode9-usage">Utilisation de GodMode9</a> et <ahref="dumping-titles-and-game-cartridges">Dumper des titres et des cartes de jeu</a>.</p>