IntelRealSense / realsense_mipi_platform_driver

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

SRC is empty while setting second parameter #150

Closed dmipx closed 1 year ago

dmipx commented 1 year ago

https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/blob/83166f3a7eb0364e2b5bfbbfb9da4972b0601927/build_all.sh#L29 This cause build failure as it try to access "/kernel/"

jnzw commented 1 year ago

Yeah, this was a known issue but it should have been fixed in the scripts for both #144 and #137. Please check build_all.sh here: https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/pull/144/files#diff-84205f50526e3ae7f7344128acbd70bd814107871d88b083ffa39ebfa6cf2432L15-R23

jnzw commented 1 year ago

@dmipx I opened https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/pull/151 to fix it. @Nir-Az #151 should also fix the bug we talked about yesterday.

Nir-Az commented 1 year ago

Thank!