Skip to content

Commit 4d5525b

Browse files
committed
Added Imager section to README and img folder with Imager png
1 parent c22f72a commit 4d5525b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Yocto layer providing an image hosting the [RuuviGate application](https://githu
55
|Device|Yocto|
66
|-|-|
77
|Raspberry Pi Zero W V1.1|dunfell|
8+
|Raspberry Pi Zero W V1.1|kirkstone|
89

910
## Build
1011
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:
@@ -24,6 +25,11 @@ sudo bmaptool copy \
2425
/dev/mmcblk0
2526
```
2627

28+
## Use prebuild image
29+
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".
30+
31+
![Alt text](./img/imager.png?raw=true "Rapsberry Pi Imager")
32+
2733
## Configure wireless
2834
Set your country, network name and password to [wpa_supplicant-nl80211-wlan0.conf](./recipes-connectivity/wpa-supplicant/files/wpa_supplicant-nl80211-wlan0.conf)
2935

img/imager.png

37.7 KB
Loading

0 commit comments

Comments
 (0)