Skip to content

Instantly share code, notes, and snippets.

@gokr
Created February 8, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gokr/1a7a362c57af8907bef36e1a3240d37c to your computer and use it in GitHub Desktop.
Save gokr/1a7a362c57af8907bef36e1a3240d37c to your computer and use it in GitHub Desktop.
LoRa hack
Howto:
https://github.com/ttn-zh/ic880a-gateway/wiki
Get Raspbian Lite:
https://www.raspberrypi.org/downloads/raspbian/
Writing image to sdcard:
https://www.raspberrypi.org/documentation/installation/installing-images/README.md
df -h
sudo umount /dev/mmcblk0p2
sudo umount /dev/mmcblk0p1
sudo dcfldd bs=4M if=2017-01-11-raspbian-jessie-lite.img of=/dev/mmcblk0
Create empty file on boot partition named "ssh"
Finding ip:
nmap -sn 192.168.2.0/24
ssh pi@raspberrypi.local
Password is "raspberry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment