Difference between revisions of "X635-Software"

From Geekworm Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
<big>X635 Software Guide base on  Raspberry Pi OS bullseye</big>
 
<big>X635 Software Guide base on  Raspberry Pi OS bullseye</big>
  
To use the HDMI to CSI-2 bridge, you will need to enable '''[[How to enable camera support in Raspberry Pi OS|Enable legacy camera support]]'''.  
+
1. To use the HDMI to CSI-2 bridge, you will need to enable '''[[How to enable camera support in Raspberry Pi OS|Enable legacy camera support]]'''.  
  
  
 +
2. Reboot the device
 +
sudo reboot
 +
 +
3. Again open a terminal window and type the following command:
 +
sudo wget https://datasheets.raspberrypi.org/cmio/dt-blob-cam1.bin -O /boot/dt-blob.bin
 +
#Download the required file /boot/dt-blob.bin
 +
 +
4. Reboot for the dt-blob.bin file to be read
 +
sudo reboot
 +
 +
5. Open the Terminal and run the command to check if the HDMI to CSI-2 bridge is being seen by the operating system.
  
 
[[File:X635-software-15.png|700px]]
 
[[File:X635-software-15.png|700px]]

Revision as of 19:33, 24 April 2023

X635 Software Guide base on Raspberry Pi OS bullseye

1. To use the HDMI to CSI-2 bridge, you will need to enable Enable legacy camera support.


2. Reboot the device

sudo reboot

3. Again open a terminal window and type the following command:

sudo wget https://datasheets.raspberrypi.org/cmio/dt-blob-cam1.bin -O /boot/dt-blob.bin
#Download the required file /boot/dt-blob.bin

4. Reboot for the dt-blob.bin file to be read

sudo reboot

5. Open the Terminal and run the command to check if the HDMI to CSI-2 bridge is being seen by the operating system.

X635-software-15.png

X635-software-18.png

Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.