re修改gpu频率,在类似Linux的系统上更改GPU时钟速率(Nvidia Jetson TX1)

I have a Nvidia Jetson tx1 board and want to change the gpu rate by writing in the following file:

sudo echo 691200000 > /sys/kernel/debug/clock/override.gbus/rate

sudo echo 1 > /sys/kernel/debug/clock/override.gbus/state

However I get greeted with a

Permission denied

I know the commands from the following script https://github.com/dusty-nv/jetson-scripts/blob/master/jetson_max_l4t.sh which was proposed by an nvidia-employee. However I do not want to max out the gpu clock frequency, I want to set it to a specific setting.

解决方案

The problem here is the redirection happens in your non-root user environment, not under sudo.

Try this instead:

sudo bash -c 'echo 691200000 > /sys/kernel/debug/clock/override.gbus/rate'

and similarly for the second setting.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值