<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://doc.lesmorin.fr/index.php?action=history&amp;feed=atom&amp;title=Raspbian_-_installation</id>
	<title>Raspbian - installation - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://doc.lesmorin.fr/index.php?action=history&amp;feed=atom&amp;title=Raspbian_-_installation"/>
	<link rel="alternate" type="text/html" href="https://doc.lesmorin.fr/index.php?title=Raspbian_-_installation&amp;action=history"/>
	<updated>2026-04-04T17:45:58Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://doc.lesmorin.fr/index.php?title=Raspbian_-_installation&amp;diff=1033&amp;oldid=prev</id>
		<title>Ycharbi : Page créée avec « Category:raspbian  =Téléchargement de l'image=  ''Raspbian'' est disponible sur le site officiel de Rasberry Pi: https://www.raspberrypi.org/downloads/raspbian/  On... »</title>
		<link rel="alternate" type="text/html" href="https://doc.lesmorin.fr/index.php?title=Raspbian_-_installation&amp;diff=1033&amp;oldid=prev"/>
		<updated>2019-07-09T11:31:27Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &lt;a href=&quot;/index.php/Cat%C3%A9gorie:Raspbian&quot; title=&quot;Catégorie:Raspbian&quot;&gt;Category:raspbian&lt;/a&gt;  =Téléchargement de l&amp;#039;image=  &amp;#039;&amp;#039;Raspbian&amp;#039;&amp;#039; est disponible sur le site officiel de Rasberry Pi: https://www.raspberrypi.org/downloads/raspbian/  On... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:raspbian]]&lt;br /&gt;
&lt;br /&gt;
=Téléchargement de l'image=&lt;br /&gt;
&lt;br /&gt;
''Raspbian'' est disponible sur le site officiel de Rasberry Pi: https://www.raspberrypi.org/downloads/raspbian/&lt;br /&gt;
&lt;br /&gt;
On peut le télécharger avec la commande suivante:&lt;br /&gt;
 wget https://downloads.raspberrypi.org/raspbian_lite_latest -P ~/Téléchargements/&lt;br /&gt;
&lt;br /&gt;
=Provisionnement d'une carte SD=&lt;br /&gt;
&lt;br /&gt;
Identifier la Carte SD avec:&lt;br /&gt;
 lsblk&lt;br /&gt;
ou à défaut avec:&lt;br /&gt;
 fdisk -l&lt;br /&gt;
L'utilitaire &amp;lt;source lang=&amp;quot;bash&amp;quot; inline&amp;gt;dd&amp;lt;/source&amp;gt; suffit pour installer ''Raspbian'' sur une carte SD:&lt;br /&gt;
 dd bs=4M if=&amp;lt;IMAGE_TÉLÉCHARGÉE&amp;gt; of=/dev/mmcblk0 conv=fsync&lt;br /&gt;
On peut même le coupler au programme &amp;lt;source lang=&amp;quot;bash&amp;quot; inline&amp;gt;unzip&amp;lt;/source&amp;gt; pour faire une pierre deux coup:&lt;br /&gt;
 unzip -p &amp;lt;IMAGE_TÉLÉCHARGÉE&amp;gt; | dd of=/dev/mmcblk0 bs=4M conv=fsync&lt;br /&gt;
&lt;br /&gt;
À l'issue, votre carte est prête à l'emploi.&lt;br /&gt;
&lt;br /&gt;
=Source=&lt;br /&gt;
* https://www.raspberrypi.org/documentation/installation/installing-images/linux.md&lt;/div&gt;</summary>
		<author><name>Ycharbi</name></author>
	</entry>
</feed>