У нас вы можете посмотреть бесплатно Setting up Raspberry Pi for BrewPi using a Mac или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video covers preparing a Raspberry Pi for a BrewPi installation using a Mac. The steps covered are: 1. Download the latest version of Raspbian from here - https://www.raspberrypi.org/downloads... I recommend the Lite version as I prefer headless installations, but the full version works as well. 2. Burn Raspbian to your SD card using these instructions - https://www.raspberrypi.org/documenta... 3. NEW - Enable SSH on your Raspberry Pi by writing an empty file named "ssh" to the root of the SD card. 4. Optional, NEW - Configure WiFi - Write a wpa_supplicant.conf file to the boot directory to configure WiFi 5. Plug the SD card into your Raspberry Pi, connect the Pi to ethernet (if you did not configure WiFi), and plug in power. 6. Locate the IP address for your Raspberry Pi This can generally be done by executing `arp -a | grep raspberry` however you can also locate your Raspberry Pi by logging into your router and looking for the device. 7. Update the Raspberry Pi software by running `sudo apt-get update` and `sudo apt-get upgrade`. 8. Run `raspi-config` and configure the Pi. At a minimum, expand the filesystem (option 1).