Created
February 8, 2017 17:03
-
-
Save gokr/1a7a362c57af8907bef36e1a3240d37c to your computer and use it in GitHub Desktop.
LoRa hack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
Password is "raspberry" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment