From 2d73da8e4c73f51cbdfaaade569b841492ad0817 Mon Sep 17 00:00:00 2001 From: David De Sloovere Date: Tue, 22 Nov 2016 13:38:03 +0100 Subject: [PATCH] Update installation-raspberry-pi-image.markdown (#1459) * Update installation-raspberry-pi-image.markdown Add info to customize. I had to search a few minutes to figure out how to change the keyboard layout. Add Windows 10 SSH in bash info. Maybe there should be a seperate page in the documentation, where all 'How to connect/SSH' topics link to. That way it won't have to be repeated throughout the docs. * Update installation-raspberry-pi-image.markdown * Update installation-raspberry-pi-image.markdown Reworked mention of Windows 10 bash feature mention. * Update installation-raspberry-pi-image.markdown Contained a typo, but also changed the wording --- .../installation-raspberry-pi-image.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/getting-started/installation-raspberry-pi-image.markdown b/source/getting-started/installation-raspberry-pi-image.markdown index a22a0b38ba6..562e6c31ed9 100644 --- a/source/getting-started/installation-raspberry-pi-image.markdown +++ b/source/getting-started/installation-raspberry-pi-image.markdown @@ -32,7 +32,8 @@ The following extras are included on the image: Some extra tips: - Check out the list of [Raspberry Pi hardware specific components][pi-components]. - - Z-Wave support can be installed by following the [Getting started instructions for Z-Wave](/getting-started/z-wave/). + - Z-Wave support can be installed by following the [Getting started instructions for Z-Wave][install-zwave]. + - Run `sudo raspi-config` to change the locale, timezone and keyboard layout. ### {% linkable_title Technical Details %} @@ -53,6 +54,8 @@ $ ssh pi@ip-address-of-pi Windows users start [Putty][ssh-putty], enter the IP address of the Raspberry Pi in the *Host name* field and port 22 in the *Port* field. Then click *Open* and a terminal window will open. Enter the credentials. Default user name is `pi` and password is `raspberry`. +Optionally, starting with Windows 10 anniversary update, you can use the built-in '[Bash on Windows][bash-windows]' to use SSH if you have enabled Developer mode and have installed the "Windows Subsystem for Linux (beta)" feature. + #### {% linkable_title Start/Stop/Restart Home Assistant on HaSSbian %} Log in as the `pi` account account and execute the following commands: @@ -177,3 +180,5 @@ In addition to this site, check out these sources for additional help: [ssh-putty]: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html [stop-homeassistant]: /getting-started/installation-raspberry-pi-image/#startstoprestart-home-assistant-on-hassbian [configuring-homeassistant]: /getting-started/configuration/ +[bash-windows]: https://msdn.microsoft.com/en-us/commandline/wsl/about +[install-zwave]: /getting-started/z-wave/