Przeglądaj źródła

Merge branch 'master' of https://tree.clementinecomputing.com/clementinecomputing/popufare

clementinecomputing 6 lat temu
rodzic
commit
25654bb891

+ 7 - 6
busunit/ppp-dialer/etc/ppp/peers/fona

@@ -1,12 +1,13 @@
-# Example PPPD configuration for FONA GPRS connection on Debian/Ubuntu.
+# PPPD configuration for FONA GPRS connection on Debian/Ubuntu.
 
-# MUST CHANGE: Change the -T parameter value **** to your network's APN value.
-# For example if your APN is 'internet' (without quotes), the line would look like:
+# Change the -T parameter value **** to your network's APN value if need be.
+#
 connect "/usr/sbin/chat -v -f /etc/chatscripts/gprs"
 
-# MUST CHANGE: Uncomment the appropriate serial device for your platform below.
-# For Raspberry Pi use /dev/ttyAMA0 by uncommenting the line below:
-/dev/serial0
+# /dev/ttyGPRS is mapped from the rc.local script for a Popufare system.
+# /dev/ttyGPRS is (usually?) a symlink to /dev/serial0 or /dev/ttyAMA0, depending.
+#
+/dev/ttyGPRS
 
 # Speed of the serial line.
 115200

+ 1 - 0
busunit/rootfs/boot/cmdline.txt

@@ -0,0 +1 @@
+console=tty1 root=PARTUUID=xxxxxxxx-xx rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

+ 2 - 0
busunit/rootfs/etc/modprobe.d/raspi-blacklist.conf

@@ -0,0 +1,2 @@
+blacklist qmi_wwan
+blacklist cdc_wdm