1. 程式人生 > >realsense升級韌體(多次實測有效)

realsense升級韌體(多次實測有效)

參考文件:

https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/RealSense-D400-Series-Spec-Update.pdf

https://www.intel.com/content/dam/support/us/en/documents/emerging-technologies/intel-realsense-technology/Linux-RealSense-D400-DFU-Guide.pdf

下載更新檔案:

https://downloadcenter.intel.com/download/28377/Latest-Firmware-for-Intel-RealSense-D400-Product-Family

 

1、echo 'deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial main' | sudo tee /etc/apt/sources.list.d/realsense-public.list.save

2、sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE

3、sudo apt-get update

4、sudo apt-get install intel-realsense-dfu*

5、此處下載上面的更新檔案,解壓找到bin檔案

https://downloadcenter.intel.com/download/28377/Latest-Firmware-for-Intel-RealSense-D400-Product-Family

6、lsusb檢視usb資訊

Bus 002 Device 002: ID 8087:8000 Intel Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard
Bus 003 Device 002: ID 04b3:310c IBM Corp. Wheel Mouse
Bus 003 Device 014: ID 8086:0ad6 Intel Corp.
Bus 003 Device 011: ID 2019:ed17 PLANEX GW-USValue-EZ 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

7、intel-realsense-dfu -b 003 -d 014 -f -i /home/suns/Workspace/zz/Signed_Image_UVC_5_10_13_0.bin

-b -d後接的是對應的Bus和Device號,每個人都不一樣,不會看的話,最笨的方法就是都試一遍