You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _posts/2016-09-14-comment-faire-fonctionner-le-robot-ergo-jr-sur-raspberry-pi-3.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
layout: single-column-cover
3
3
lang: fr
4
-
title: "Comment faire fonctionner Ergo Jr sur Raspberry Pi 3"
4
+
title: "Comment faire fonctionner le robot Ergo Jr sur Raspberry Pi 3"
5
5
description: "Des changements entre les Raspberry Pi 2 et 3 empêchent le bon fonctionnement du code de l'Ergo Jr. Cet article vous montre comment résoudre ce problème"
6
-
cover_title: "Comment faire fonctionner Ergo Jr sur Raspberry Pi 3"
6
+
cover_title: "Comment faire fonctionner le robot Ergo Jr sur Raspberry Pi 3"
7
7
cover_image: "/assets/img/covers/rpi3-lego.jpg"
8
8
cover_gradient: true
9
9
cover_size: small
@@ -15,7 +15,7 @@ categories:
15
15
Des utilisateurs des forums nous [ont signalé](https://forum.poppy-project.org/t/factory-reset-problem/2651/3) qu'ils avaient rencontré des problèmes en voulant utiliser une Raspberry Pi 3 pour leur robot Ergo Jr.
16
16
17
17
Des changements entre les Raspberry Pi 2 sur l'interface série empêchent le code de l'Ergo Jr de fonctionner sur une Raspberry Pi 3.
18
-
La bonne nouvelle est que c'est quelque chose de plutôt simple à réparer, et une image prête à être utilisée avec une Raspberry Pi 3 est [téléchargeable][new-image]. N'oubliez pas de sauvegarder vos projets Snap! ainsi que vos notebooks Jupyter !
18
+
La bonne nouvelle est que c'est quelque chose de plutôt simple à réparer, et une image prête à être utilisée avec une Raspberry Pi 3 est [téléchargeable][new-image]. N'oubliez pas de sauvegarder vos projets Snap! ainsi que vos notebooks Jupyter avant de [flasher][flash-sd] la carte SD !
19
19
20
20
Si vous ne souhaitez que mettre à jour le code présent sur votre robot ou que vous ne faites qu'un changement d'une Raspberry Pi 2 vers une Raspberry Pi 3, les instructions qui suivent vous aideront à le faire.
21
21
Notez cependant qu'en fonction des modifications que vous avez apportées à votre robot, les instructions peuvent ne pas fonctionner correctement. Si tel était le cas, n'hésitez-pas à demander de l'aide [dans la catégorie support des forums][support-link].
@@ -43,4 +43,5 @@ Notez cependant qu'en fonction des modifications que vous avez apportées à vot
Copy file name to clipboardexpand all lines: _posts/2016-09-14-how-to-make-ergo-jr-robot-work-on-raspberry-pi-3.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: single-column-cover
3
3
lang: en
4
-
title: "How to make the Ergo Jr robot work on a Raspberry pi 3"
4
+
title: "How to make the Ergo Jr robot work on a Raspberry Pi 3"
5
5
description: "Changes between Raspberry Pi 2 and 3 to the serial port management prevents the current ergo-jr code from working on a Rpi3. This post will show you how to fix this"
6
6
cover_title: "How to make the Ergo Jr robot work on a Raspberry Pi 3"
7
7
cover_image: "/assets/img/covers/rpi3-lego.jpg"
@@ -15,7 +15,7 @@ categories:
15
15
We've received [feedback](https://forum.poppy-project.org/t/factory-reset-problem/2651/3) from users who had trouble using a Raspberry Pi 3 for their Ergo Jr robot.
16
16
17
17
Basically, some changes between Raspberry Pi 2 and 3 to the serial interface prevent the current Ergo Jr code from working on a Raspberry Pi 3.
18
-
Good news, solving this is rather easy, and we prepared a working image for the Raspberry Pi 3 available for [download][new-image].
18
+
Good news, solving this is rather easy, and we prepared a working image for the Raspberry Pi 3 available for [download][new-image]. Make sure to backup your Jupyter notebooks or Snap! projects before [flashing][flash-sd] your SD card!
19
19
20
20
If you want to upgrade your existing robot or want to switch from a Raspberry Pi 2 to a Raspberry Pi 3, the provided instructions below show how to do this.
21
21
You should note that depending on how one has customized their configuration, the following instructions may not work. Should that happen, please share your problem by posting in the forum under the [support category][support-link].
@@ -43,4 +43,5 @@ You should note that depending on how one has customized their configuration, th
0 commit comments