rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

Hardware Missing #357

Closed nsercproject closed 1 year ago

nsercproject commented 1 year ago

Please update jetson-stats with this board

Board

Jetson-Stats

RAW Data

File from --error-log attached

rbonghi commented 1 year ago

Hi @nsercproject

Thank you for your issue! Can you share for me the output from:

i2cdetect -y 7

And

i2cdump -y 7 0x50

Thank you in advance

nsercproject commented 1 year ago

@.***:~$ i2cdetect -y 7 Warning: Can't use SMBus Quick Write command, will skip some addresses 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: 10: 20: 30: -- -- -- -- -- -- -- -- 40: 50: 50 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: 70:

@.***:~$ i2cdump -y 7 0x50 No size specified (using byte-data access) 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 00: 01 00 0d 00 34 0e 01 00 03 48 00 00 00 00 00 00 ?.?.4??.?H...... 10: 00 01 00 00 36 39 39 2d 31 33 36 33 36 2d 30 30 .?..699-13636-00 20: 30 31 2d 33 30 30 20 48 2e 30 00 00 00 00 00 00 01-300 H.0...... 30: 00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ................ 40: ff ff ff ff 00 dd 55 2d b0 48 31 34 32 34 32 32 .....?U-?H142422 50: 31 30 31 35 32 31 36 00 00 00 00 00 00 00 00 00 1015216......... 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 90: 00 00 00 00 00 00 4e 56 43 42 1c 00 4d 31 00 00 ......NVCB?.M1.. a0: ff ff ff ff ff ff ff ff ff ff ff ff 00 dd 55 2d .............?U- b0: b0 48 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ?H.............. c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c6 ...............?

Thanks, Pablo


From: Raffaello Bonghi @.> Sent: 02 February 2023 12:16 AM To: rbonghi/jetson_stats @.> Cc: Pablo Adames @.>; Mention @.> Subject: Re: [rbonghi/jetson_stats] Hardware Missing (Issue #357)

Hi @nsercprojecthttps://github.com/nsercproject

Thank you for your issue! Can you share for me the output from:

i2cdetect -y 7

And

i2cdump -y 7 0x50

Thank you in advance

— Reply to this email directly, view it on GitHubhttps://github.com/rbonghi/jetson_stats/issues/357#issuecomment-1413257254, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A5KQZ7APFIHQ4VMOCDG5O4LWVNNMRANCNFSM6AAAAAAUOSYZHU. You are receiving this because you were mentioned.Message ID: @.***>

rbonghi commented 1 year ago

Thanks! I catch my bug! I will fix before the end of this week :-)

rbonghi commented 1 year ago

In 10-15min should be released a new version 4.1.3. Please update with the following:

sudo pip3 install -U jetson-stats

If fixed please close this issue. Have a nice weekend

nsercproject commented 1 year ago

newjtopoutput

Thanks for your quick response!