Raspberry Pi

From bibbleWiki
Revision as of 11:47, 19 May 2021 by Iwiseman (talk | contribs) (Created page with "=Introduction= Just some notes in case I forget. =Setting Up= For the openssh-server you need to install and then use rasp-config to activate For sudoers you need to EDITOR=vi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Just some notes in case I forget.

Setting Up

For the openssh-server you need to install and then use rasp-config to activate For sudoers you need to EDITOR=vi visudo For the UART set it in the config.txt and to redirect bluetooth add

dtoverlay=pi3-miniuart-bt                                                       
dtoverlay=pi3-disable-bt                                                        
iwiseman@lonely:~$