S
Synergyst

  • Jul 25, 2023
  • Joined May 28, 2023
  • 0 best answers
  • Solution:

    Use DHCP to fetch an IP from the RVC3 device rather than using a static IP (`169.254.0.10` netmask `255.255.0.0` or `192.168.197.10` netmask `255.255.255.0`) after upgrading the OS as the subnet changes to `255.255.255.240`

    CC: @abroekhof @hjpark erik

  • I also found someone else with a similar issue (when I also posted on the GitHub).

    See here: luxonis/depthai-core802

    For further context it seems to be when you update to v1.9 as well (not just v1.8 like mentioned in that GitHub issue), and flashing 1.2 like you suggested in an old post on the Discord (see attachment) does not resolve the issue unfortunately.

    Any ideas?

  • Hello erik,

    I am using the supplied power adapter and USB3 cable plugged into a USB3 port.

    I'm not sure if it's brownouts given that's how I am powering it.

  • I am also having this issue.

    I ended up trying to update the OS using flashtool since I thought the mender instructions did not work as I was no longer able to ping the device and I still can not ping it.

    The device shows up in dmesg like so:

    [ 5386.088616] usb 2-1.4: new SuperSpeed USB device number 9 using tegra-xusb

    [ 5386.111403] usb 2-1.4: New USB device found, idVendor=1d6b, idProduct=0103

    [ 5386.111475] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3

    [ 5386.111523] usb 2-1.4: Product: USB Ethernet

    [ 5386.111565] usb 2-1.4: Manufacturer: Luxonis

    [ 5386.111606] usb 2-1.4: SerialNumber: t00000002

    [ 5386.138498] cdc_ncm 2-1.4:1.0: MAC-Address: 8a:d8:3f:ad:b2:ac

    [ 5386.141172] cdc_ncm 2-1.4:1.0 usb0: register 'cdc_ncm' at usb-70090000.xusb-1.4, CDC NCM, 8a:d8:3f:ad:b2:ac

    [ 5386.460480] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready

    [ 5386.490781] cdc_ncm 2-1.4:1.0 usb0: 3750 mbit/s downlink 3750 mbit/s uplink

    [ 5386.522772] cdc_ncm 2-1.4:1.0 usb0: 3750 mbit/s downlink 3750 mbit/s uplink

    [ 5386.938777] cdc_ncm 2-1.4:1.0 usb0: 3750 mbit/s downlink 3750 mbit/s uplink

    [ 5386.970839] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready

    Any updates would be appreciated on this matter if someone finds out what causes this.

    • erik replied to this.