Keep showing the error

Home Forums General Keep showing the error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30941
    zwang002@odu.edu
    Participant

    Hi, when i access the linux platform via putty, it keeps show the error as follows. Do you guys know how can i address the error? Or if there is something wrong with the device?
    I am using multitech conduit 246 AEP version.
    best regards

    Odumsve@mtcdt:~$ atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.
    atmel_nand 40000000.nand: PMECC: Timeout to calculate error location.

    #30942
    Steve Kovarik
    Moderator

    Hi Zwang

    What version of firmware is your 246AEP running?
    This was a bug in an earlier firmware release that doesn’t affect the device operation,
    but is recommended you upgrade the MTCDT-246A to the latest version.

    -Best Regards

    #30943
    zwang002@odu.edu
    Participant

    Hi, i upgraded to the 5.0.0 and now it is fixed. Thanks for your help
    In addtion, do you know why my lora is not enabled?
    I previously install the installer.sh from ResIot, and the relevant code is

    # Disable the MultiTech lora server processes
    # Do we want to remove the software as well??
    grep disable-mtech $STATUSFILE > /dev/null 2> /dev/null
    if [ $? -ne 0 ] ; then
    echo “Disable MultiTech packet forwarder”
    /etc/init.d/lora-network-server stop
    cat << _EOF_ > /etc/default/lora-network-server
    # set to “yes” or “no” to control starting on boot
    ENABLED=”no”
    _EOF_
    echo “disable-mtech” >> $STATUSFILE
    fi

    echo “Installing ResIOT Base Station Client”
    opkg install $FILENAME

    Now, when i log into my multitech gatway, the status of package forwarder and network server is stopped. Do you know how i can i set it to be normal case? I tried to use the following code, and it shows that LoRa is not enabled. I am sure that mcard is installed, and i wonder what can i do?

    Odumsve@mtcdt:/etc/init.d$ lora-packet-forwarder stop
    -bash: lora-packet-forwarder: command not found
    Odumsve@mtcdt:/etc/init.d$ lora-packet-forwarder restart
    -bash: lora-packet-forwarder: command not found
    Odumsve@mtcdt:/etc/init.d$ ^C
    Odumsve@mtcdt:/etc/init.d$ /etc/init.d/lora-network-server start
    LoRa not enabled
    Odumsve@mtcdt:/etc/init.d$ /etc/init.d/lora-network-server stop
    Stopping lora-network-server: /etc/init.d/lora-network-server: line 369: start-stop-daemon: command not found
    Odumsve@mtcdt:/etc/init.d$

    #30977
    Jeff Hatch
    Keymaster

    Hello Zwang,

    Was your device doing this “straight out of the box” after you purchased it? If so, there it would be very good to know. There may be a step with SAM-BA that manufacturing at Multitech needs to employ to prevent this from happening during SAM-BA flashing.

    Thank You,

    Jeff

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