Skip to content

Commit 072b359

Browse files
author
Nick Jonas
committed
Merge branch 'master' of https://github.com/nick-jonas/coder
2 parents f6d9b93 + 15a3893 commit 072b359

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
node_modules
12
*.img
23
*.pyc
34
coder-base/certs

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,36 @@ cd coder-apps
3838
- Visit coder.local (or IP of device) in browser, and config your password
3939

4040

41+
#Developing
42+
43+
##Mounting a Remote Drive
44+
45+
To mount the RPi file system and work over SSH, [use this tutorial.](http://www.danielandrade.net/2013/10/28/mounting-a-filesystem-via-ssh-on-osx-mavericks/)
46+
47+
```
48+
sshfs coder@<ip address>:/ ~/development/sshfs-mount
49+
```
50+
51+
##Using a Console Cable
52+
53+
Plug Console Cable into USB, and using the following:
54+
55+
Black > GND
56+
Red > 5v
57+
White > TXD
58+
Green > RXD
59+
60+
```
61+
screen /dev/cu.PL2303-00001004 115200
62+
```
63+
64+
PL2303... is the device name and differs everytime. 115200 is the Baud Rate.
65+
66+
67+
[Instructions here.](https://learn.adafruit.com/downloads/pdf/adafruits-raspberry-pi-lesson-5-using-a-console-cable.pdf)
68+
69+
70+
4171
### What You'll Find Here
4272

4373
#### coder-base

0 commit comments

Comments
 (0)