mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Merge pull request #5343 from JackNova/patch-1
warn about an issue with Mac OS High Sierra
This commit is contained in:
commit
66d32fa54f
@ -22,6 +22,16 @@ Hass.io images are available for all available Raspberry Pi and Intel NUC platfo
|
|||||||
- [Intel NUC][nuc]
|
- [Intel NUC][nuc]
|
||||||
|
|
||||||
- Flash the downloaded image to an SD card using [Etcher].
|
- Flash the downloaded image to an SD card using [Etcher].
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
There is an [issue in the Etcher flashing process on Mac OS High Sierra](https://github.com/resin-io/etcher/issues/1908).
|
||||||
|
There is an easy workaround, just uncompress the image first.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bunzip2 -c resinos-hassio-1.1-raspberrypi3.img.bz2 > image.img
|
||||||
|
```
|
||||||
|
</p>
|
||||||
|
|
||||||
- Optional - Setup the WiFi or static IP: On the SD-card, edit the `system-connections/resin-sample` file and follow the [ResinOS howto][resinos-network].
|
- Optional - Setup the WiFi or static IP: On the SD-card, edit the `system-connections/resin-sample` file and follow the [ResinOS howto][resinos-network].
|
||||||
- Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).
|
- Insert SD card to Raspberry Pi and turn it on. On first boot, it downloads the latest version of Home Assistant which takes ~20 minutes (slower/faster depending on the platform).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user