System-throttled-due-to-over-current

您好,我们这边开启开发板的时候,一直提示这种打印信息:


jetson nano B01型号,一直打印,我们这边的电压现在使用的是5.0V 、5.1V电压:

这边还有一个现象:在我们正常使用的时候,电压5.0V时候可以将board启动,然后board上面提示system-throttled-due-to-over-current,我们将电源电压提升到5.1V的时候,board就不会提示system-throttled-due-to-over-current报警,我们将手机的USB线连接到board上,给手机充电,会再次提示system-throttled-due-to-over-current报警,我们将电压提升至5.2V之后,提示报警再次消失。

另外方便告诉一下,这边使用的电源的电压阈值和电流阈值么??
也就是电压不能低于多少,电流不能高于多少??

Hi, please read the nano module datasheet and Design Guide in DLC first. Also there is user guide of nano devkit in there for your reference.

hi,我这边查看了说明文档,实际要求是5.0V和2.0A,那么说明,实际使用的时候,输入电压要大于5.0V,电流要小于2.0A,但是我们给定输入电压5.0V的时候,开发板启动不了,给定5.1V的时候也启动不了。

The throttling might be triggered by under voltage circuit. Please check if input voltage dropped below 4.5V when error happened.

ok,我们这边测一下实际开发板上面的电压,同时这个电压是说的输入开发板的瞬时电压么??
jetson是否有什么软件可以实时检测和打印显示接入的电源电压和电流值??
目前我们的开发板上面会链接一个LCD显示屏还有一个工业摄像头。

同时这个电压是说的输入开发板的瞬时电压么

Yes.

jetson是否有什么软件可以实时检测和打印显示接入的电源电压和电流值??

Please check " Power Monitor Information" in below document.

https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3261/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/power_management_nano.html#wwpID0E04D0HA

刚刚看了,这边有那个实时刷新显示那个开发板的电流电压数据的软件么??这边给定是修改板载内置参数的说明。

hi,你好,这边请问一下如果我们使用5.2V的电源会对开发板的使用寿命会有影响么??

and还有使用5.5V的电源对开发板的使用寿命是否有影响。

Please follow datasheet and design guide well. Do NOT use power supply which is not in the supported voltage range as requested in datasheet.

hi,请问一下,你们那边有合适的电源适配器推荐么??

You can refer to the SCL. https://developer.nvidia.com/embedded/dlc/jetson-nano-scl

ok,我这边仔细看了一下说明,但是我们使用的电源外接到开发板之后,开发板会掉电压,开发板的功率是固定的,

我这边使用的是5V,4.8A的电源适配器,但是会偶尔出现,system-throttled-due-to-over-current提示,问题无法排查和复现。

system-throttled-due-to-over-current出现的情况只会出现一次,然后就不出现了。

Do you have DC power supply to observe the input voltage and current with oscilloscope? That will be helpful to check if any voltage drop during power on. If over current alarm come out, you may need to check the input power and the devices attached to Jetson, as that might need some more power consumption.

ok,我明白你的意思了,但是我们没有使用示波器,这边只使用了万用表来检测jetson开发板的电压以及负载在jetson开发板上的设备电压,如果负载在jetson上的设备消耗了jetson的供电,这边就需要相对应的增加电源的电压值了,是这个意思吧。