Skip to content

Commit dca740a

Browse files
author
jantje
committed
#1205 updated the documentation
1 parent 0834d80 commit dca740a

File tree

1 file changed

+3
-3
lines changed
  • website/WebContent/fragments/install_advice

1 file changed

+3
-3
lines changed

website/WebContent/fragments/install_advice/linux.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ That is still more than 600 boards though.
88

99
**However you system probably does not have all needed packages installed:**
1010
Arduino IDE Linux version comes with an install script that amongst others set udev rules. I have run it on my Linux system.
11-
I don't know whether running the arduino IDE install script did anything helpfull or harmfull.
11+
I know that running the arduino IDE install script did helpfull stuff and is required for Sloeber as well.
1212

1313
If Sloeber does not find **make** install make using your package manager.
1414
For instance in ubuntu I had to run
@@ -22,9 +22,9 @@ In Ubuntu run following commands :
2222
sudo apt-get update
2323
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 `
2424

25-
I never got the Leonardo nor the yun to be recognized on my Linux system. As a result upload issues with these boards have been reported on Linux. The problem seems to be a timing issues in the reset. It seems to work for most people.
25+
I never got the Leonardo nor the yun to be recognized on my Linux system. As a result upload issues with these boards have been reported on Linux (and due has upload problems on linux). The problem seems to be a timing issues in the reset. It seems to work for most people.
2626
If it doesn't you are back to pressing and releasing the reset button for the Leonardo.
27-
For the yun use the web upload.
27+
For the yun yiou can use the web upload.
2828

2929
Some boards need **pyton** to work properly
3030
>on ubuntu

0 commit comments

Comments
 (0)