You can create a systemd service to start jetson_clocks during system bootup. Please follow below steps:
Create /etc/systemd/system/jetson-clocks.service file with following content
[Unit]
Description=Jetson Clocks
After=nvpmodel.service
[Service]
Type=oneshot
ExecStart=/bin/bash -c /usr/bin/jetson_clocks
[Install]
WantedBy=multi-user.target
Create symlink in /etc/systemd/system/multi-user.target.wants/ directory.
sudo ln -sf /etc/systemd/system/jetson-clocks.service /etc/systemd/system/multi-user.target.wants/jetson-clocks.service
Reboot system
After reboot, make sure clocks are set to max using “jetson_clocks --show” command.
1151

被折叠的 条评论
为什么被折叠?



