projekte:raspberry-pi:tips-and-tricks
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| projekte:raspberry-pi:tips-and-tricks [2016/01/04 22:18] – angelegt daniel | projekte:raspberry-pi:tips-and-tricks [2016/01/04 22:32] (aktuell) – daniel | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Tips and Tricks ====== | + | ====== Tips & Tricks ====== |
| + | ===== Silent boot, no verbose boot mode ===== | ||
| + | |||
| + | <code bash> | ||
| + | sudo nano / | ||
| + | </ | ||
| + | |||
| + | change the original line: | ||
| + | <code bash> | ||
| + | dwc_otg.lpm_enable=0 console=ttyAMA0, | ||
| + | </ | ||
| + | |||
| + | to this: | ||
| + | <code bash> | ||
| + | dwc_otg.lpm_enable=0 console=ttyAMA0, | ||
| + | </ | ||
| + | |||
| + | Changes are: | ||
| + | * Change console from '' | ||
| + | * Add '' | ||
| + | * Add '' | ||
| + | * Add '' | ||
| + | |||
| + | Source: [[https:// | ||
projekte/raspberry-pi/tips-and-tricks.1451942333.txt.gz · Zuletzt geändert: 2016/01/04 22:18 von daniel