diff options
| author | Gabrielius Mickevicius <gabrielius.m@gmail.com> | 2014-12-29 16:23:41 +0200 |
|---|---|---|
| committer | Gabrielius Mickevicius <gabrielius.m@gmail.com> | 2014-12-30 17:45:36 +0200 |
| commit | 4b4592ac3e8c941ee45db40ff1d5b6ca3bc3683d (patch) | |
| tree | f85f34dc7870d4a9f4a3d918f0f4817d86263cce | |
| parent | ecb05452f789da714bf6dcdb8ddecf8d6cc4029d (diff) | |
Note on using root in BlinkNetworkRPi
| -rw-r--r-- | examples/BlinkNetworkRPi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/BlinkNetworkRPi/Makefile b/examples/BlinkNetworkRPi/Makefile index 499afd0..02b7a2b 100644 --- a/examples/BlinkNetworkRPi/Makefile +++ b/examples/BlinkNetworkRPi/Makefile @@ -21,6 +21,8 @@ include ../../Arduino.mk # Additional rules to use a remote Raspberry Pi programmer +# Note that it's recommended not to use root for this task, +# but to setup spidev access on a normal user instead. HOST = root@alarmpi SSH_AVRDUDE = ssh $(HOST) /usr/local/bin/avrdude |
