Skip to content

Commit

Permalink
Added Imager section to README and img folder with Imager png
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipponen committed Dec 31, 2022
1 parent c22f72a commit 4d5525b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yocto layer providing an image hosting the [RuuviGate application](https://githu
|Device|Yocto|
|-|-|
|Raspberry Pi Zero W V1.1|dunfell|
|Raspberry Pi Zero W V1.1|kirkstone|

## Build
Setup a Yocto environment in a supported version and capable of building an image for your device. There are multiple guides available online for Raspberry Pi, for example. Then add this layer and build the `ruuvigate-image` for your device. For example, you can follow these steps to build an image for Raspberry Pi Zero W with Yocto in Dunfell:
Expand All @@ -24,6 +25,11 @@ sudo bmaptool copy \
/dev/mmcblk0
```

## Use prebuild image
Alternatively, you may use a prebuild [Raspberry Pi Imager](https://www.raspberrypi.com/software/) compatible image found from releases. Download this image to your computer. Then install the Imager application from raspberrypi.com and select "CHOOSE OS" -> "Use custom" and browse to the prebuild image. After that, select the SD card by clicking the "CHOOSE STORAGE" and finally hit "WRITE".

![Alt text](./img/imager.png?raw=true "Rapsberry Pi Imager")

## Configure wireless
Set your country, network name and password to [wpa_supplicant-nl80211-wlan0.conf](./recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf)

Expand Down
Binary file added img/imager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d5525b

Please sign in to comment.