1.We change the trigger pin to GPIO07, and refer to the following steps to output stable trigger signal.
$ sudo /opt/nvidia/jetson-io/jetson-io.py
(Configure Jetson 40pin Header -> Configure header pins manually -> [*] pwm1 (15), [*] pwm5 (33), [*] pwm7 (32), -> Back -> Save pin changes -> Save and reboot to reconfigure pins)
$ sudo apt update
$ sudo apt install git python3-pip pip
$ git clone https://github.com/NVIDIA/jetson-gpio.git
$ cd jetson-gpio
$ sudo python3 setup.py install
$ cd samples
$ sudo python simple_pwm.py
2.Question
How to use the devmem command to replace the following operations?
(Configure Jetson 40pin Header → Configure header pins manually → [] pwm1 (15), [] pwm5 (33), [*] pwm7 (32), → Back → Save pin changes → Save and reboot to reconfigure pins)