-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install firmware 5.10.3 or 5.10.6 --- Frames didn't arrived within 5 seconds #2639
Comments
[Realsense Customer Engineering Team Comment]
|
How do I enable the log? I think something has gone wrong with the install. I tried running the sdk on another computer (same OS, SDK, and firmware version but on usb 2) and the camera runs perfectly. I tried uninstalling and reinstalling the SDK on the original computer and am now getting a new error and the camera is no longer being detected. jamie@lyle: |
[Realsense Customer Engineering Team Comment] You mean the D435 can't be detected on your original computer, but it can be detected as a USB2 device and run app normally on another computer? No any D435 device showing when you run "lsusb" command on the original computer? |
I also encountered the problem of unable to update the firmware in the window . After entering the location of the firmware file, the computer automatically disconnects the USB link, and the D435 cannot be found in CMD windows |
@nonead After removing the firmware files, the camera is now detected, thanks! The device was always recognized in lsusb. I have attached the dmesg output, but I do not see the folder for the app. The realsense files are distributed throughout various places under /usr/.. but there is not folder that I can find like there was when I compiled from source. I have since reinstalled with the standard install procedure. Now that the camera is recognized again, I am still getting the same errors that frames were not received within 5 seconds through both realsense-viewer and rs-capture.
|
[Realsense Customer Engineering Team Comment]
|
My problem has been solved because I used a faulty USB cable |
I tried building the sdk from source, but switched back to using the per-compiled version. I am using the usb that came with the camera and since it works with another computer, I don't think it is the cord. Other usb ports have not made a difference. This is the error that I get when trying to install the firmware: jamie@lyle:~$ intel-realsense-dfu -b 002 -d 002 -f -i /home/intel/Downloads/Signed_Image_UVC_5_10_6_0.bin Error: failed to open FW file, error = -11 |
Update: I tried wiping the drive and reinstalling ubuntu in case it was an issue with the previously compiled version. I am still receiving all of the same errors with rs-capture and realsense-viewer. I am still unable to install the firmware, but now with an error I had received previously. jamie@lyle-the-lion-slayer:~$ intel-realsense-dfu -b 002 -d 002 -f -i /home/intel/downloads/Signed_Images_UVC_5_10_6_0.bin Error: Couldn't find dev with busnum = 2 and devnum = 2 |
[Realsense Customer Engineering Team Comment] Just notice below from your previous comment: so, please run "lsusb" to check the bus number and device number for D435 device. If the number is like above, the command should be: |
Hi, is there a fix for this on Ubuntu 18.04 LTS? I tried installing using the instructions here: https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md But am receiving the exact same errors with realsense-viewer. Looking at downloading the newest version also only has instructions for 16.04 Thanks! |
Wow, if only I had realized I wasn't using the right bus and device number. Ugh, I won't make that mistake again. Thank you so much! @DaleBaker I have not tried running on 18, most of the software I am using only works on 14/16. |
[Realsense Customer Engineering Team Comment] Indeed, the instruction of dfu tool download is not for Ubuntu 18.04. Will further check this. |
[Realsense Customer Engineering Team Comment] Intel RealSense DFU Tool confirmed working with instructions: https://www.intel.com/content/www/us/en/support/articles/000028171/emerging-technologies/intel-realsense-technology.html And latest firmware 5.10.13: https://downloadcenter.intel.com/download/28237/Latest-Firmware-for-Intel-RealSense-D400-Product-Family Close this issue. |
Issue Description
I just installed the SDK and connected the D435 for the first time and I cannot get the camera to stream rgb or depth.
RealSense viewer gives this error output:
Intel RealSense D435 Connected
Intel RealSense D435 was selected as a default device
Current firmware version: 05.09.02.00
Minimal firmware version: 05.10.03.00
Starting streaming of Color...
Frames didn't arrived within 5 seconds
Frames didn't arrived within 5 seconds
Frames didn't arrived within 5 seconds
I am trying to install the new firmware update (5.10.03.00) however, I am receiving the following error output in the terminal after following this install guide
Installing 5.10.3.0 Gives the following error output:
$ intel-realsense-dfu -b 002 -d 002 -f -i /home/intel/downloads/Signed_Image_UVC_5_10_3_0.bin
D400 busnum = 2
D400 devnum = 2
D400 FW file path = /home/intel/downloads/Signed_Image_UVC_5_10_3_0.bin
Error: failed to open FW file, error = -11
Installing 5.10.6.0 Gives this output:
$ intel-realsense-dfu -b 002 -d 002 -f -i /home/intel/downloads/Signed_Image_UVC_5_10_6_0.bin
D400 busnum = 2
D400 devnum = 2
D400 FW file path = /home/intel/downloads/Signed_Image_UVC_5_10_6_0.bin
Error: Couldn't find dev with busnum = 2 and devnum = 2
The sensor is running on USB3.1 as shown in excerpt from lsusb -v:
Bus 002 Device 004: ID 8086:0b07 Intel Corp.
Device Descriptor:
bcdUSB 3.10
idVendor 0x8086 Intel Corp.
iManufacturer 1 Intel(R) RealSense(TM) 430
The text was updated successfully, but these errors were encountered: