RAK831 User Manual
COPYRIGHT ©
SHENZHEN RAKWIRELESS TECHNOLOGY CO., LTD
11
7. Write image to SD card
Get the micro SD card from the Raspberry Pi.
Insert it into the SD card writer (use a full size SD card adapter if required).
Windows & OSX: Open Etcher, click
“
Select image
”
and browse to the ISO file extracted in
the previous step, verify the correct SD card is chosen.
Once the right file and device have been click
‘
Flash!
’
. (On Windows this will show the UAC
dialog, click
‘
Yes
’
)
Proceed to the next step while Etcher is writing the image.
Linux: Use dmesg to check which device is used for you SD card. Check with mount if any
partitions of it are mounted and unmounts if this is the case. Write the image to SD card with dd.
sudo dd if=/tmp/resin-lorawangw-<revision>.img of=/dev/sdX bs=4M conv=sync