Add MultiConnect Conduit to Semtech Network

Home Forums Conduit: mLinux Model Add MultiConnect Conduit to Semtech Network

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15423
    enkyan
    Participant

    Where I have to configure these informations from Semtech?
    Where are the files local_conf.json or global_conf.json?

    ********Homepage Semtech********************************
    Host:
    iot.semtech.com
    Port:
    1680
    For the basic packet forwarder included with the LoRa starter kit, you will need to modify the file local_conf.json (or global_conf.json if that doesn’t exist) to include the following lines:

    “server_address”: “iot.semtech.com”,
    “serv_port_up”: 1680,
    “serv_port_down”: 1680

    Be sure to restart your packet forwarder for any changes to take effect.
    ****************************************************************************

    #15425
    Jason Reiss
    Keymaster
    #15452
    enkyan
    Participant

    I have done the following steps

    1) Flashing mLinux Firmware – with the following files:
    mlinux-factory-image-mtcdt-20160506023700.rootfs.jffs2
    uImage–3.12.27-r12.2-mtcdt-20160505221456.bin

    2) reset linux to default:
    rm -rf /var/config/*
    touch /var/config/force_defaults
    reboot

    Now I try to install the packet forwarder:

    and I have this error:

    root@mtcdt:~# opkg install lora-packet-forwarder_1.4.1-r9.1_arm926ejste.ipk
    Installing lora-packet-forwarder (1.4.1-r9.1) to root...
    Collected errors:
     * satisfy_dependencies_for: Cannot satisfy the following dependencies for lora-packet-forwarder:
     *      libmpsse (>= 1.3) *     libc6 (>= 2.19) *
     * opkg_install_cmd: Cannot install package lora-packet-forwarder.

    How can I solve this problem?

    #15455
    Jason Reiss
    Keymaster

    libmpsse and libc6 packages can be found in the feed.

    http://www.multitech.net/mlinux/feeds/3.2/arm926ejste/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.