-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
migration_notes.txt
47 lines (28 loc) · 1.03 KB
/
migration_notes.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
Migrating from the old NanoHatOLED & BakeBit repos to the new single 'fpms' repo:
Before fpms can be installed, some additional python3 modules are required. Complete the following steps:
sudo apt-get update
sudo apt-get install python3-smbus
sudo python3 -m pip install pillow
To install fpms:
1. Edit the oled-start file : "sudo nano /usr/local/bin/oled-start"
from:
#!/bin/sh
cd /home/wlanpi/NanoHatOLED
./NanoHatOLED
to:
#!/bin/sh
cd /home/wlanpi/fpms
./NanoHatOLED
2. Run "sudo crontab -e" and change :
@reboot /home/wlanpi/NanoHatOLED/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh
to:
@reboot /home/wlanpi/fpms/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh
3. Clone the "fpms" repo as wlanpi user:
cd ~
git clone https://github.com/WLAN-Pi/fpms.git
4. Remove the old NanoHatOLED folder:
cd ~
sudo rm -rf ./NanoHatOLED
5. Sync filesystem:
sudo sync
6. Power off/on (not reboot from CLI ) the WLAN Pi