Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

"PROP_IPv6_ICMP_PING_OFFLOAD" error on Thread DFU #103

Closed
IvanSanchez opened this issue Nov 13, 2017 · 3 comments
Closed

"PROP_IPv6_ICMP_PING_OFFLOAD" error on Thread DFU #103

IvanSanchez opened this issue Nov 13, 2017 · 3 comments

Comments

@IvanSanchez
Copy link
Contributor

Running nrfutil dfu thread -pkg /tmp/Thread_DFU-test/app_dfu_package.zip --port /dev/ttyACM0 -f in my Debian box fails consistently with the following error stack:

Address not specified. Using ff03::1 (all Thread nodes)
Using connectivity board at serial port: /dev/ttyACM0
Board already flashed with connectivity firmware.
Opening serial to /dev/ttyACM0 @ 115200
2017-11-10 16:55:45,473 Failed to set property PROP_IPv6_ICMP_PING_OFFLOAD
Traceback (most recent call last):
  File "/home/ivan/devel/pc-nrfutil/nordicsemi/__main__.py", line 918, in thread
    transport.open()
  File "/usr/local/lib/python2.7/dist-packages/nordicsemi/thread/tncp.py", line 211, in open
    if (not self._attach_to_network()):
  File "/usr/local/lib/python2.7/dist-packages/nordicsemi/thread/tncp.py", line 102, in _attach_to_network
    self._set_property(*props)
  File "/usr/local/lib/python2.7/dist-packages/nordicsemi/thread/tncp.py", line 87, in _set_property
    raise Exception("Failed to set property {}".format(self.__class__._propid_to_str(propid)))
Exception: Failed to set property PROP_IPv6_ICMP_PING_OFFLOAD

On one hand, I'd like the DFU procedure to just succeed. All my attempts to run nrfutil dfu thread -f on Debian fail with this error

On the other hand, as a user, I'd like to see a more meaningful error message - what is PROP_IPv6_ICMP_PING_OFFLOAD and why should I care about it, what should I do to fix that?

Is this error caused by some failure at initializing something more general (e.g. sending the first IP packet)? If there is a root cause for this, I'd like to see it in the error message.

@IvanSanchez IvanSanchez changed the title PROP_IPv6_ICMP_PING_OFFLOAD error on Thread DFU "PROP_IPv6_ICMP_PING_OFFLOAD" error on Thread DFU Nov 13, 2017
@wbober
Copy link
Collaborator

wbober commented Nov 14, 2017

@IvanSanchez
Unfortunately, the issue is not that consistent elsewhere. This typically shows up after flashing the firmware but doing a hard reset after flashing should make it disappear.

@bihanssen
Copy link
Contributor

Closing as won't fix

@nikhil30081995
Copy link

Did anyone found any solution to this ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants