2.2 Modem Setup
You will need to set your APN in the modem. To do this, connect to the modem using a
terminal program such as screen , minicom , or picocom . This example uses
picocom , and the modem will show up as /dev/ttyACM0 :
# picocom -b 115200 /dev/ttyACM0
Once connected, issue the following command:
AT+CGDCONT=3,”IPV4V6”,”[your apn]”
replacing [your apn] with the APN of your SIM. For instance, if you setup your
modem with a Public Static IP address, you would enter:
AT+CGDCONT=3,”IPV4V6”,”mw01.vzwinternet”
Depending on the firmware of the modem you are using, you may need to issue an AT
command to enable CDC_ETHER functionality.
To check the firmware of your modem, connect to it using a terminal program such as
screen , minicom , or picocom . This example uses picocom , and the modem will
show up as /dev/ttyACM0 :
# picocom -b 115200 /dev/ttyACM0
Once connected, issue the following command to check the firmware version:
ATI
If you have version 4.3.1.0c, exit your terminal program, shutdown the Beaglebone
Black, and power cycle the modem and Beaglebone Black, making sure to remove both
USB and DC power. Reboot, and then continue to step 2.3. If you have version 4.3.2.0,
issue the command:
ATI1
If your version listed on the line A-REVISION is 4.3.2.0-22272 , exit your terminal
program, shutdown the Beaglebone Black, and power cycle the modem and
Beaglebone Black, making sure to remove both USB and DC power. Reboot, and then
continue to step 2.3.
If your version listed on the line A-REVISION is 4.3.2.0-25132 or greater, or
4.3.3.0-29632 or greater, the CDC_ETHER connection does not start on power up.
In order for it to start by default, issue the following command:
AT+SQNAUTOINTERNET=1
Exit your terminal program, shutdown the Beaglebone Black, and power cycle the
modem and Beaglebone Black, making sure to remove both USB and DC power.
Reboot, and then continue to step 2.3.
PN 30122 rev 7 © NimbeLink Corp. 2018. All rights reserved. 5