Skip to content

bouwerp/gprs-ppp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GPRS/PPP configuration for Raspberry Pi

A simple shell script to configure a Raspberry Pi for connecting to a GSM network over PPP. The assumption is made that the GSM module is already connected to the main UART, /dev/ttyAMA0.

Edit /boot/config.txt, and make sure it contains these lines:

dtoverlay=pi3-miniuart-bt
enable_uart=1
force_turbo=1

(Note, multiple dtoverlay lines can exist.)

If the lines needed to have been added, reboot the Pi.

Running the script

The script should be run as root. To run using sudo, execute it as follows:

cat gprs-conf.sh | sudo bash

A systemd service called gprs should now exist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages