-
Notifications
You must be signed in to change notification settings - Fork 4
/
Quickstart.txt
62 lines (47 loc) · 2.04 KB
/
Quickstart.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Quick start guide.
1) Install a fresh raspian on a SD card. I use 32 Gig High speed cards.
Below is how I did it on my mac:
download from: https://www.raspberrypi.org/downloads/raspbian/
diskutil list
diskutil unmountDisk /dev/disk3
sudo dd bs=1m if=/Users/jml/Downloads/2017-11-29-raspbian-stretch.img of=/dev/rdisk3
diskutil eject /dev/disk3
2) install the card in a pi3 with keybopard mouse, monitor and network access.
3) Boot, open a terminal and "sudo raspi-config"
a) set a host name (suggestion repeater call and primary frequency)
b) configure wifi if needed
c) Localization options
I1) Local disable en_GB and select en_US.UTF-8, also select as default local
I2) set time zone
I3) change kepboard layout, select 104 key keyboard, English (US), English (US) a second time, defaul layout, no compose key, no (to terminate the x server)
I4) Wifi Country select US
c) interfacing options.
P2) enable SSH
P3) I enable the VNC server so we can run the GUI remotely.
P4) Enable SPI
P5) Enable I2C
P6) Disable login on serial and serial port, we done use it, the pin are using elswere in the PiRpt
Enable i2c0 for the external I2c rtc and oled if needed
edit /boot/config.txt
add:
dtparam=i2c_vc=on
dtparam=i2c0,pins_28_29=yes
d) Finish and reboot
4) open a terminal and install PiPtr code
git clone https://github.com/jmlzone/PiPtr
5) auto get all needed updates and package dependancies for PiPtr
cd PiPrt
./setup.sh
6) Install espeak-ng with the alsa updates:
(how did I do this?)
7) Create a config template and edit as needed
cd python
sudo ./main.py -w
sudo chown pi.pi <the newly created template file>
edit with your favoriate editor the newly created template.
if you are not using a piptr board but USB sound cards, edit the
<cardWait> to the numer of cards you actually have
Set the call sign(s) and other values as needed
edit the sound card device names as needed (aplay -L | grep sysdefault)
8) run PiPtr with your configuration
sudo ./main.py