-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
29 lines (18 loc) · 703 Bytes
/
README
File metadata and controls
29 lines (18 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This repository is called raspduino_tools, because we might
add other stuff later on. But for now it has raspduino-setup
and not much else.
Run the raspduino-setup script as root to prepare your raspberry
for use with the raspduino.
It installs
avrdude
arduino
It moves avrdude to avrdude.bin
and installs a script that calls the binary after resetting
the raspduino.
It creates the reset-raspduino script.
It installs a 80-raspduino-rules that links the ttyAMA0 to ttyS0,
because the arduino software doesn't expect a serial port to be
called TTYAMA0.
It removes ttyAMA0 from /etc/inittab.
It removes ttyAMA from /boot/cmdline.txt.
It adds the raspduino to the boards.txt file.