In README.md file
Generate a dts file to describe user desired assignment
$ cd drivers/tools/
# Specify device type assignment from port #1 to #8 one by one
$ python3 make_overlay_dbt.py c1 c1 c1 c1 c2 c2 c2 c2
I git clone the master branch from tier4_automotive_hdr_camera.git.
https://github.com/tier4/tier4_automotive_hdr_camera.git
But I can't find the driver folder.
I want generate the C1 dts for AGX Orin DevKit.
How to send drivers/tools/make_overlay_dbt.py command to generate C1 dts?
Does my account no permissions to access the drivers/tools/make_overlay_dbt.py?