Skip to content

Commit d5b2e58

Browse files
committed
updated release note for pkg_admin
1 parent 4216e77 commit d5b2e58

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

release_notes.txt

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
1-
v0.36 - Moved to single FPMS repo
1+
v0.36 - Moved to single FPMS repo
2+
3+
*** Note ****
4+
If you are moving from the previous Bakebit/NanoHatOLED GitHub repos, you must also perform the following steps once you have installed FPMS using pkg_admin:
5+
6+
(Note this is a one-way operation - you will need to re-image your WLAN Pi if there are any issues and you wish to revert)
7+
8+
1. Edit the oled-start file : "sudo nano /usr/local/bin/oled-start"
9+
10+
from:
11+
12+
#!/bin/sh
13+
cd /home/wlanpi/NanoHatOLED
14+
./NanoHatOLED
15+
16+
to:
17+
18+
#!/bin/sh
19+
cd /home/wlanpi/fpms
20+
./NanoHatOLED
21+
22+
2. Run "sudo crontab -e" and change :
23+
24+
@reboot /home/wlanpi/NanoHatOLED/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh
25+
26+
to:
27+
28+
@reboot /home/wlanpi/fpms/BakeBit/Software/Python/scripts/networkinfo/networkinfocron.sh
29+
30+
3. Remove the old NanoHatOLED folder:
31+
32+
cd ~
33+
sudo rm -rf ./NanoHatOLED
34+
35+
4. Sync filesystem:
36+
37+
sudo sync
38+
39+
5. Power off/on (not reboot from CLI ) the WLAN Pi

0 commit comments

Comments
 (0)