<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Archives des raspbian - La programmation sur le web</title>
	<atom:link href="https://programmation.surleweb-france.fr/tag/raspbian/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmation.surleweb-france.fr/tag/raspbian/</link>
	<description>La programmation gratuite pour tous</description>
	<lastBuildDate>Tue, 08 Mar 2022 17:42:06 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2023/08/cropped-19518430-icone-de-programmation-pour-votre-site-web-mobile-presentation-et-conception-de-logo-gratuit-vectoriel.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>Archives des raspbian - La programmation sur le web</title>
	<link>https://programmation.surleweb-france.fr/tag/raspbian/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">176210735</site>	<item>
		<title>Raspberry &#8211; activer le Wifi</title>
		<link>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/</link>
					<comments>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/#respond</comments>
		
		<dc:creator><![CDATA[Zigomato]]></dc:creator>
		<pubDate>Sun, 17 May 2020 17:01:00 +0000</pubDate>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[rapsberry]]></category>
		<category><![CDATA[raspbian]]></category>
		<category><![CDATA[raspi-config]]></category>
		<category><![CDATA[réseau]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wpa_supplicant]]></category>
		<guid isPermaLink="false">https://programmation.surleweb-france.fr/?p=376</guid>

					<description><![CDATA[<p>Configurer le réseau wifi avec raspi-config ou directement dans le fichier lors de la préparation de la carte</p>
<p class="continue-reading-button"> <a class="continue-reading-link" href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Continuer la lecture<i class="crycon-right-dir"></i></a></p>
<p>L’article <a href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Raspberry &#8211; activer le Wifi</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Le Raspberry Pi, à partir de la version 3, dispose du wifi directement.</p>



<p>Pour l&rsquo;activer, il y a deux possibilités, la première est de procéder par l&rsquo;interface graphique, la seconde par le terminal (utile surtout si tu as accès par SSH, tu peux suivre cet <a rel="noreferrer noopener" href="https://programmation.surleweb-france.fr/raspberry-pi-connexion-ssh/" target="_blank">article</a>).</p>



<p>Sur cette page, nous ne verrons pas la configuration à partir de l&rsquo;interface graphique.</p>



<h2 class="wp-block-heading">Configuration directement dans le fichier</h2>



<p>Si tu souhaites que ton Raspberry se connecte directement par Wifi, tu vas devoir configurer le fichier <strong>/etc/wpa_supplicant/wpa_supplicant.conf</strong> comme cela :</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">ctrl_interface=/var/run/wpa_supplicant
update_config=1
country=FR
network={
     ssid="ton_identifiant_reseau_wifi"
     psk="ton_mot_de_passe_wifi"
}</pre>



<p>Les guillemets sont importantes.</p>



<p>Si tu prépares ta carte SD sous linux, tu pourras accèder directement au fichier sur la carte SD.</p>



<h3 class="wp-block-heading">Lors de la préparation de la carte</h3>



<p>Si tu es sur linux pour préparer ta carte, tu peux directement avoir accès aux dossiers et fichiers de la carte SD.</p>



<p>Si tu es sous Windows, le système de fichiers ext4 n&rsquo;est pas lisible directement. Il faut que tu passes sous un logiciel comme <a rel="noreferrer noopener" href="https://sourceforge.net/projects/ext2fsd/files/" target="_blank">est2fsd</a>.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>Tu peux avoir à redémarrer une seconde fois ton Pi pour que le réseau soit pris en compte.</p><cite>Zigomato</cite></blockquote>



<h2 class="wp-block-heading">Configuration avec Raspi-config</h2>



<p>Dans un terminal, saisis :</p>



<pre class="EnlighterJSRAW" data-enlighter-language="shell" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">sudo raspi-config</pre>



<p>Puis sélectionnes « <strong>Network options</strong> » :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="641" height="389" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=641%2C389&#038;ssl=1" alt="raspi-config network options" class="wp-image-385" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?w=641&amp;ssl=1 641w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=300%2C182&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-network-options.png?resize=150%2C91&amp;ssl=1 150w" sizes="(max-width: 641px) 100vw, 641px" /><figcaption>raspi-config network options</figcaption></figure></div>



<p>Tu dois entrer les informations de ton réseau wifi (le nom du réseau et le mot de passe). Puis tu valides, ensuite, à partir de la page d&rsquo;accueil de Raspi-config, tu vas dans « Localisation options » :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" decoding="async" width="642" height="387" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=642%2C387&#038;ssl=1" alt="Rasp-config, options de localisation" class="wp-image-387" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?w=642&amp;ssl=1 642w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=300%2C181&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/raspi-config-localisation-options.png?resize=150%2C90&amp;ssl=1 150w" sizes="(max-width: 642px) 100vw, 642px" /><figcaption>Rasp-config, options de localisation</figcaption></figure></div>



<p>Puis tu changes, le pays du réseau.</p>



<p>Une fois que tu sors, redémarres le raspberry.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Voilà, ton Pi est maintenant connecté au réseau grâce à la connexion Wifi.</p>
<p>L’article <a href="https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/">Raspberry &#8211; activer le Wifi</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://programmation.surleweb-france.fr/raspberry-activer-le-wifi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">376</post-id>	</item>
		<item>
		<title>Pi Imager et l&#8217;installation facile de Raspbian</title>
		<link>https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/</link>
					<comments>https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/#respond</comments>
		
		<dc:creator><![CDATA[Zigomato]]></dc:creator>
		<pubDate>Sun, 10 May 2020 17:00:00 +0000</pubDate>
				<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[carte sd]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[raspberry]]></category>
		<category><![CDATA[raspbian]]></category>
		<guid isPermaLink="false">https://programmation.surleweb-france.fr/?p=209</guid>

					<description><![CDATA[<p>Création d'une carte SD pour le Raspberry pi avec l'outil officiel de la fondation Raspberry</p>
<p class="continue-reading-button"> <a class="continue-reading-link" href="https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/">Continuer la lecture<i class="crycon-right-dir"></i></a></p>
<p>L’article <a href="https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/">Pi Imager et l&rsquo;installation facile de Raspbian</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" decoding="async" width="800" height="450" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/Raspberry-Pi-Logo.jpg?resize=800%2C450&#038;ssl=1" alt="" class="wp-image-354" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/Raspberry-Pi-Logo.jpg?w=800&amp;ssl=1 800w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/Raspberry-Pi-Logo.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/Raspberry-Pi-Logo.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/Raspberry-Pi-Logo.jpg?resize=150%2C84&amp;ssl=1 150w" sizes="(max-width: 800px) 100vw, 800px" /></figure></div>



<p>Préparer une carte pour votre Raspberry Pi n&rsquo;aura jamais été facile.</p>



<p>Si tu recherches, une installation simple sans dual-boot pour une utilisation immédiate de Raspbian sur le Raspberry,les lignes qui suivent vont te réjouir.</p>



<p>La fondation <a rel="noreferrer noopener" href="https://www.raspberrypi.org/" target="_blank">Raspberry</a> a développé un une petite application disponible pour Windows, Ubuntu et MacOs qui te permettra en quelques clics de préparer et d&rsquo;installer Raspbian sur ta carte SD.</p>



<h2 class="wp-block-heading">Téléchargement de Pi Imager</h2>



<p>Rien de plus simple pour le téléchargement, tu te rends sur la <a rel="noreferrer noopener" href="https://www.raspberrypi.org/downloads/" target="_blank">page de la fondation</a>, puis tu sélectionnes la version pour ton système d&rsquo;exploitation :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="708" height="395" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager.png?resize=708%2C395&#038;ssl=1" alt="Choix du système d'exploitation" class="wp-image-357" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager.png?w=708&amp;ssl=1 708w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager.png?resize=300%2C167&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager.png?resize=150%2C84&amp;ssl=1 150w" sizes="auto, (max-width: 708px) 100vw, 708px" /><figcaption>Choix du système d&rsquo;exploitation</figcaption></figure></div>



<p>Le fichier fait 19Mo pour Windows. Tu exécutes le fichier télécharger et suis les consignes.</p>



<h2 class="wp-block-heading">Utilisation de Pi Imager</h2>



<p>Une fois lancé, tu devras simplement :</p>



<ul class="wp-block-list"><li>Choisir le système que tu veux installer</li><li>Sélectionner la carte SD</li><li>Lancer l&rsquo;écriture</li></ul>



<h3 class="wp-block-heading">Choisir le système</h3>



<p>Tu pourras choisir un système :</p>



<ul class="wp-block-list"><li>Raspbian avec le bureau qui est recommandé</li><li>Les autres distribution de Raspbian, celle avec le bureau et la version légère</li><li>LibreElec qui est un système pour transformer ton Pi en poste multimédia</li><li>Ubuntu spécial Raspberry</li><li>Un système comprenant des utilitaires</li><li>Formater ta carte SD en Fat32, simplement.</li><li>Installer une image de ton choix mais tu es limité avec les extensions .img, .zip, .gz et .xy. Ce qui te laisse tout de même le choix.</li></ul>



<p>Seul le choix d&rsquo;installation d&rsquo;une distribution personnalisée nécessitera que tu télécharge avant l&rsquo;image.</p>



<p>Tous les autres choix ne te demandera aucun téléchargement en amont.</p>



<p>Une fois le système choisi ainsi que la carte, il suffit de cliquer sur « <strong>Write</strong> » et la création de la carte commence :</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img data-recalc-dims="1" loading="lazy" decoding="async" width="683" height="451" src="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager-ecriture.png?resize=683%2C451&#038;ssl=1" alt="Ecriture de l'image sur la carte SD - Pi imager" class="wp-image-359" srcset="https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager-ecriture.png?w=683&amp;ssl=1 683w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager-ecriture.png?resize=300%2C198&amp;ssl=1 300w, https://i0.wp.com/programmation.surleweb-france.fr/wp-content/uploads/2020/05/pi-imager-ecriture.png?resize=150%2C99&amp;ssl=1 150w" sizes="auto, (max-width: 683px) 100vw, 683px" /><figcaption>Ecriture de l&rsquo;image sur la carte SD &#8211; Pi imager</figcaption></figure></div>



<p>Une fois terminé, votre carte est prête à être insérée dans le Raspberry Pi</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Dorénavant en quelques clics, tu peux préparer une carte pour ton Pi.</p>
<p>L’article <a href="https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/">Pi Imager et l&rsquo;installation facile de Raspbian</a> est apparu en premier sur <a href="https://programmation.surleweb-france.fr">La programmation sur le web</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://programmation.surleweb-france.fr/pi-imager-installation-facile-raspbian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">209</post-id>	</item>
	</channel>
</rss>
