Difference between revisions of "X1300 Software"

From Geekworm Wiki
Jump to navigation Jump to search
(Created page with "{{GD Template Impl}} This tutorial assumes you've already set up a Raspberry Pi with Raspbian12(bookworm). For help installing the Debian-based OS on your Pi, check out the...")
 
Line 1: Line 1:
 
{{GD Template Impl}}
 
{{GD Template Impl}}
 
 
 
 
This tutorial assumes you've already set up a Raspberry Pi with Raspbian12(bookworm). For help installing the Debian-based OS on your Pi, check out the docs on Raspberrypi.com.
+
This tutorial assumes you've already set up a Raspberry Pi with Raspbian12('''bookworm'''). For help installing the Debian-based OS on your Pi, check out the docs on Raspberrypi.com.
  
 
To check the kernel version, execute the following command:
 
To check the kernel version, execute the following command:
Line 9: Line 9:
 
  Linux raspberrypi 6.6.22-v8+ #1746 SMP PREEMPT Wed Mar 20 17:19:49 GMT 2024 aarch64 GNU/Linux
 
  Linux raspberrypi 6.6.22-v8+ #1746 SMP PREEMPT Wed Mar 20 17:19:49 GMT 2024 aarch64 GNU/Linux
  
 +
* To enable the device tree overlay in the '''/boot/firmware/config.txt'''
 +
sudo nano /boot/firmware/config.txt
 +
Add two lines at the end of the file that reads like this:
 +
dtoverlay=tc358743,4lane=1
 +
dtoverlay=tc358743-audio
 +
[[File:X1300v1.0-setting2.png|800px]]
 +
 +
Press Ctrl + O & Enter to save
 +
 +
Press Ctrl + X to Exit
 +
 +
* Reboot the Raspberry Pi 5 for the settings to take effect
 +
sudo reboot
 +
 +
* Check video devices list
 +
v4l2-ctl --list-devices
 +
[[File:X1300v1.0-setting3.png]]
 +
 +
* Create an 1920*1080P EDID txt file to setup the HDMI to CSI adapter before you can connect it to a HDMI source. This EDID file will enable the video and audio mode supported.
 +
sudo nano 1080P60EDID.txt
 +
Copy below EDID data and paste to 1080P60EDID.txt
 +
<pre>
 +
00ffffffffffff005262888800888888
 +
1c150103800000780aEE91A3544C9926
 +
0F505400000001010101010101010101
 +
010101010101011d007251d01e206e28
 +
5500c48e2100001e8c0ad08a20e02d10
 +
103e9600138e2100001e000000fc0054
 +
6f73686962612d4832430a20000000FD
 +
003b3d0f2e0f1e0a202020202020014f
 +
020322444f841303021211012021223c
 +
3d3e101f2309070766030c00300080E3
 +
007F8c0ad08a20e02d10103e9600c48e
 +
210000188c0ad08a20e02d10103e9600
 +
138e210000188c0aa01451f01600267c
 +
4300138e210000980000000000000000
 +
00000000000000000000000000000000
 +
00000000000000000000000000000015
 +
</pre>
 
<!--Add review function! -->
 
<!--Add review function! -->
 
<comments />
 
<comments />

Revision as of 20:31, 11 April 2024

This tutorial assumes you've already set up a Raspberry Pi with Raspbian12(bookworm). For help installing the Debian-based OS on your Pi, check out the docs on Raspberrypi.com.

To check the kernel version, execute the following command:

uname -a

Maybe the result is following:

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 6.6.22-v8+ #1746 SMP PREEMPT Wed Mar 20 17:19:49 GMT 2024 aarch64 GNU/Linux
  • To enable the device tree overlay in the /boot/firmware/config.txt
sudo nano /boot/firmware/config.txt

Add two lines at the end of the file that reads like this:

dtoverlay=tc358743,4lane=1
dtoverlay=tc358743-audio

X1300v1.0-setting2.png

Press Ctrl + O & Enter to save

Press Ctrl + X to Exit

  • Reboot the Raspberry Pi 5 for the settings to take effect
sudo reboot
  • Check video devices list
v4l2-ctl --list-devices

X1300v1.0-setting3.png

  • Create an 1920*1080P EDID txt file to setup the HDMI to CSI adapter before you can connect it to a HDMI source. This EDID file will enable the video and audio mode supported.
sudo nano 1080P60EDID.txt

Copy below EDID data and paste to 1080P60EDID.txt

00ffffffffffff005262888800888888
1c150103800000780aEE91A3544C9926
0F505400000001010101010101010101
010101010101011d007251d01e206e28
5500c48e2100001e8c0ad08a20e02d10
103e9600138e2100001e000000fc0054
6f73686962612d4832430a20000000FD
003b3d0f2e0f1e0a202020202020014f
020322444f841303021211012021223c
3d3e101f2309070766030c00300080E3
007F8c0ad08a20e02d10103e9600c48e
210000188c0ad08a20e02d10103e9600
138e210000188c0aa01451f01600267c
4300138e210000980000000000000000
00000000000000000000000000000000
00000000000000000000000000000015
Add your comment
Geekworm Wiki welcomes all comments. If you do not want to be anonymous, register or log in. It is free.