Raspberry Pi: Difference between revisions
Appearance
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
* | * | ||
=== setup wireless networking === | |||
*sudo nano \etc\network\interfaces | |||
=== connect === | |||
*see assigned IP address during Pi boot | |||
*using [[Internal:Putty]] | |||
* ssh pi@192.168.2.X | |||
[[Category: Raspberry Pi]] | [[Category: Raspberry Pi]] |
Revision as of 18:22, 2021 October 10
See also: Internal:Raspberry Pi Pico
setup
to get back into this later: sudo raspi-config
- Get imager from <a href="https://www.raspberrypi.org/downloads/">https://www.raspberrypi.org/downloads/</a>
- Image card
initial settings
- expand ...
setup wireless networking
- sudo nano \etc\network\interfaces
connect
- see assigned IP address during Pi boot
- using Internal:Putty
- ssh pi@192.168.2.X