Skip to content

Latest commit

 

History

History
321 lines (244 loc) · 9.76 KB

IO-NCM6B.rst

File metadata and controls

321 lines (244 loc) · 9.76 KB

IO Boards

IO-NCM6B

  • SD Card
  • PWM Fan
  • RTC
  • RS232
  • RS485
  • CAN
  • Buttons
  • LED
  • POE
  • 40PIN Header
  • USB 2.0
  • USB 3.0

2.5G ETH

  • Check ETH

    $ lsmod | grep r8169
      r8169                  90112  0
    $ lspci | grep Ethernet
      0002:21:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
    
  • Check IP address

    $ sudo ifconfig enP2p33s0
    enP2p33s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
      inet 192.168.29.169  netmask 255.255.255.0  broadcast 192.168.29.255
      inet6 2405:201:c00a:a208:d2f2:553c:fd24:67a3  prefixlen 64  scopeid 0x0<global>
      inet6 fe80::94e3:a26c:1938:8b45  prefixlen 64  scopeid 0x20<link>
      ether 0a:31:5d:75:01:ab  txqueuelen 1000  (Ethernet)
      RX packets 506  bytes 38898 (37.9 KiB)
      RX errors 0  dropped 72  overruns 0  frame 0
      TX packets 106  bytes 10049 (9.8 KiB)
      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    
  • Ping

    $ sudo ping google.com
    PING google.com(maa05s23-in-x0e.1e100.net (2404:6800:4007:81e::200e)) 56 data bytes
    64 bytes from maa05s23-in-x0e.1e100.net (2404:6800:4007:81e::200e): icmp_seq=1 ttl=118 time=17.8 ms
    64 bytes from maa05s23-in-x0e.1e100.net (2404:6800:4007:81e::200e): icmp_seq=2 ttl=118 time=17.0 ms
    
  • Audio Playback

  • Audio Record

  • SATA

  • M.2 M-Key (WiFi)

M.2 B-Key(4G)

  • Link peripheral

    First, connect 4G Module to board . You can check if the device is connected by the following command:

    $ lsusb | grep -i Quectel
    Bus 001 Device 003: ID 2c7c:0125 Quectel Wireless Solutions Co., Ltd. EC25 LTE modem
    

    The modem usually communicates with the host computer through a serial port. Check whether the system correctly enumerates the corresponding serial port devices:

    $ ls /dev/ttyUSB*
    /dev/ttyUSB0  /dev/ttyUSB1  /dev/ttyUSB2  /dev/ttyUSB3
    
  • Test the modem

    First, open the serial port using picocom :

    $ sudo picocom -b 115200 /dev/ttyUSB3
    

    After the program starts, you can enter the following at command to check the status of the modem:

    Terminal ready
    at+cpin?
    +CPIN: READY
    OK  #Check whether the SIM card is in place
    
    at+csq
    +CSQ: 11,99
    
    OK  #Detection signal. 99 means no signal
    
    at+cops?
    +COPS: 0,0,"JIO 4G Jio",7
    
    OK #View Carrier
    
    at+creg?
    +CREG: 0,1
    
    OK  #Get the registration status of the phone (0,1: indicates normal registration)
    
    at+qeng="servingcell"
    +QENG: "servingcell","NOCONN","LTE","FDD",405,854,49E31,91,2450,5,3,3,74,-124,-16,-91,-5,3
    
    OK  #Signal strength and quality of the currently connected service cell
    

    If the modems return to normal, you can use the Ctrl+A Ctrl+X key combination to exit picocom .

    Terminating...
    Thanks for using picocom
    $
    
  • Dial-up Internet via ppp

    You can now try dialing using ppp :

    $ sudo pppd call rasppp &    #Background dialing
    

    The complete dial-up process is shown as follows:

    $ sudo pppd call rasppp &
    
    [1] 540
    $
    pppd options in effect:
    debug           # (from /etc/ppp/peers/rasppp)
    nodetach                # (from /etc/ppp/peers/rasppp)
    dump            # (from /etc/ppp/peers/rasppp)
    noauth          # (from /etc/ppp/peers/rasppp)
    user [email protected]            # (from /etc/ppp/peers/rasppp)
    password ??????         # (from /etc/ppp/peers/rasppp)
    remotename 3gppp                # (from /etc/ppp/peers/rasppp)
    /dev/ttyUSB3            # (from /etc/ppp/peers/rasppp)
    115200          # (from /etc/ppp/peers/rasppp)
    lock            # (from /etc/ppp/peers/rasppp)
    connect /usr/sbin/chat -s -v -f /etc/ppp/peers/rasppp-chat-connect              # (from /etc/ppp/peers/rasppp)
    disconnect /usr/sbin/chat -s -v -f /etc/ppp/peers/rasppp-chat-disconnect                # (from /etc/ppp/peers/rasppp)
    crtscts         # (from /etc/ppp/peers/rasppp)
    local           # (from /etc/ppp/peers/rasppp)
    asyncmap 0              # (from /etc/ppp/options)
    lcp-echo-failure 4              # (from /etc/ppp/options)
    lcp-echo-interval 30            # (from /etc/ppp/options)
    hide-password           # (from /etc/ppp/peers/rasppp)
    novj            # (from /etc/ppp/peers/rasppp)
    novjccomp               # (from /etc/ppp/peers/rasppp)
    ipcp-accept-local               # (from /etc/ppp/peers/rasppp)
    ipcp-accept-remote              # (from /etc/ppp/peers/rasppp)
    ipparam 3gppp           # (from /etc/ppp/peers/rasppp)
    noipdefault             # (from /etc/ppp/peers/rasppp)
    defaultroute            # (from /etc/ppp/peers/rasppp)
    usepeerdns              # (from /etc/ppp/peers/rasppp)
    noccp           # (from /etc/ppp/peers/rasppp)
    noipx           # (from /etc/ppp/options)
    timeout set to 15 seconds
    abort on (BUSY)
    abort on (ERROR)
    abort on (NO ANSWER)
    abort on (NO CARRTER)
    abort on (NO DIALTONE)
    send (AT^M)
    expect (OK)
    AT^M^M
    OK
    -- got it
    
    send (^MATZ^M)
    expect (OK)
    ^M
    ATZ^M^M
    OK
    -- got it
    
    send (^MAT+CGDCONT=1,"IP",""^M)
    expect (OK)
    ^M
    AT+CGDCONT=1,"IP",""^M^M
    OK
    -- got it
    
    send (ATDT#777^M)
    expect (CONNECT)
    ^M
    ATDT#777^M^M
    CONNECT
    -- got it
    
    send (\d)
    Script /usr/sbin/chat -s -v -f /etc/ppp/peers/rasppp-chat-connect finished (pid 555), status = 0x0
    Serial connection established.
    using channel 1
    Using interface ppp0
    Connect: ppp0 <--> /dev/ttyUSB3
    sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xfb465ca3> <pcomp> <accomp>]
    rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0x2bd81892> <pcomp> <accomp>]
    sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap MD5> <magic 0x2bd81892> <pcomp> <accomp>]
    rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xfb465ca3> <pcomp> <accomp>]
    sent [LCP EchoReq id=0x0 magic=0xfb465ca3]
    rcvd [LCP DiscReq id=0x1 magic=0x2bd81892]
    rcvd [CHAP Challenge id=0x1 <7767d88a1a163c58bfa43a909cb088d7>, name = "UMTS_CHAP_SRVR"]
    sent [CHAP Response id=0x1 <780ce605b4caf11cb42905af945adf04>, name = "[email protected]"]
    rcvd [LCP EchoRep id=0x0 magic=0x2bd81892 fb 46 5c a3]
    rcvd [CHAP Success id=0x1 ""]
    CHAP authentication succeeded
    CHAP authentication succeeded
    kernel does not support PPP filtering
    sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    rcvd [IPCP ConfReq id=0x0]
    sent [IPCP ConfNak id=0x0 <addr 0.0.0.0>]
    rcvd [IPCP ConfRej id=0x1 <ms-dns2 0.0.0.0>]
    sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0>]
    rcvd [IPCP ConfReq id=0x1]
    sent [IPCP ConfAck id=0x1]
    rcvd [IPCP ConfNak id=0x2 <addr 10.221.128.38> <ms-dns1 49.45.0.1>]
    sent [IPCP ConfReq id=0x3 <addr 10.221.128.38> <ms-dns1 49.45.0.1>]
    rcvd [IPCP ConfAck id=0x3 <addr 10.221.128.38> <ms-dns1 49.45.0.1>]
    Could not determine remote IP address: defaulting to 10.64.64.64
    Script /etc/ppp/ip-pre-up started (pid 567)
    Script /etc/ppp/ip-pre-up finished (pid 567), status = 0x0
    local  IP address 10.221.128.38
    remote IP address 10.64.64.64
    primary   DNS address 49.45.0.1
    Script /etc/ppp/ip-up started (pid 570)
    Script /etc/ppp/ip-up finished (pid 570), status = 0x0
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    sent [IPV6CP ConfReq id=0x1 <addr fe80::8c4f:5739:ce37:d292>]
    $ IPV6CP: timeout sending Config-Requests
    

    From the output of the program we can get the following information:

    1.local IP address   : 10.221.128.38
    2.primary DNS server : 49.45.0.1
    

    We can now configure the network based on the above information:

    # configure the gateway
    $ sudo ip route add default via 10.221.128.38
    
    # configure primary DNS
    $ echo "nameserver 49.45.0.1" | sudo tee -a /etc/resolv.conf
    

    Check the updated config of ppp using ifconfig

    $ sudo ifconfig
    ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
        inet 10.221.128.38   netmask 255.255.255.255  destination 10.64.64.64
        ppp  txqueuelen 3  (Point-to-Point Protocol)
        RX packets 5  bytes 50 (50.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 47  bytes 2032 (1.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
    

    You can now use the ping command to check if you are connected to the Internet:

    $ ping google.com
    PING google.com (142.250.196.46) 56(84) bytes of data.
    64 bytes from maa03s45-in-f14.1e100.net (142.250.196.46): icmp_seq=2 ttl=113 time=308 ms
    64 bytes from maa03s45-in-f14.1e100.net (142.250.196.46): icmp_seq=3 ttl=113 time=1626 ms
    64 bytes from maa03s45-in-f14.1e100.net (142.250.196.46): icmp_seq=4 ttl=113 time=1570 ms
    
  • M.2 B-Key (5G)

  • HDMI Out

  • Display Port 0

  • Display Port 1

  • MIPI DSI 0

  • MIPI DSI 1

  • eDP

  • HDMI In

  • CAM2

  • CAM3

  • CAM4

  • CAM5