IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 14 forks source link

SerDes: Upgrade SerDes version to 1.0.0.7 #80

Closed qingwuzh closed 2 years ago

qingwuzh commented 2 years ago

1, Upgrade SerDes version to 1.0.0.7;

2, Add max9296_dynamic_update to control dynamic update; Disable dynamically switching: echo 0 > /sys/module/max9296/parameters/max9296_dynamic_update Enable dynamically switching: echo 0 > /sys/module/max9296/parameters/max9296_dynamic_update

3, Add max9295_dynamic_update to control dynamic update; Disable dynamically switching: echo 0 > /sys/module/max9295/parameters/max9295_dynamic_update Enable dynamically switching: echo 1 > /sys/module/max9295/parameters/max9295_dynamic_update

4, Add max9295_setting_verison to show SerDes version; cat /sys/module/max9295/parameters/max9295_setting_verison

5, Add max9296_setting_verison to show SerDes version. cat /sys/module/max9296/parameters/max9296_setting_verison

Signed-off-by: Qingwu Zhang qingwu.zhang@intel.com

xzhangxa commented 2 years ago

Same question as in script PR : https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/pull/79#issuecomment-1065811128

xzhangxa commented 2 years ago

Same question as in script PR : #79 (comment)

Talked with Qingwu, will rebase #78 on top of this, to preserve the original 1.0.0.7 script content changes.