Keep showing the error
- This topic has 3 replies, 3 voices, and was last updated 4 years, 8 months ago by
Jeff Hatch.
-
AuthorPosts
-
July 14, 2020 at 11:34 am #30941
zwang002@odu.edu
ParticipantHi, 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 regardsOdumsve@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.July 14, 2020 at 12:07 pm #30942Steve Kovarik
ModeratorHi 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
July 14, 2020 at 12:27 pm #30943zwang002@odu.edu
ParticipantHi, 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
fiecho “Installing ResIOT Base Station Client”
opkg install $FILENAMENow, 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$July 20, 2020 at 12:42 pm #30977Jeff Hatch
KeymasterHello 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
-
AuthorPosts
- You must be logged in to reply to this topic.