create patches to improve jtop feature#175
Conversation
|
Thanks @limeng-linux for the PR. |
|
FYI. The official version that supports L4T R36.5.0 will be available next week. |
|
yes. I tested jop command with NVIDIA Orin AGX platform. without the 0002 patch, jtop can not display correct version at the top-left of screen. thanks, |
|
BTW, you mean that The official version is NVIDIA yocto release(36.5.), not NVIDAI Jetson Linux 36.5. Is it right? thanks, |
|
@limeng-linux I don't know what @ichergui means by "official version," but the latest code in the source repo appears to be up-to-date with L4T/JetPack versions. It doesn't look like it has the Python 3.14 compatibility fix, though. I also don't see any recent releases tagged in the repo, and, rather concerningly, the latest version available from pypi (4.3.2) is a year old and doesn't have a corresponding tag in the source repo. So I'm not sure what state this package is in. |
|
@limeng-linux @madisongh |
|
I've also contributed two PRs upstream to jetson_stats for Python 3.14 compatibility and Thor tegrastats support, of which the Python 3.14 one is related to your fix:
Since the maintainer hasn't published to PyPI in a year, I've been writing my own recipe that pulls directly from the source repo. Shouldn't we consider moving away from |
|
@mdcedgx @madisongh it is reasonable. |
|
With the latest code in https://github.com/rbonghi/jetson_stats, it has support 36.5.0 version, So my second patch can be ignored. @mdcedgx please create a PR to submit your patch firstly, and then I will check whether my first patch is still necessary after jetson_stats has been updated to latest code. thanks, |
Create a patch to fix Python 3.14 multiprocessing compatibility Signed-off-by: Meng Li <Meng.Li@windriver.com>
Create a patch to add L4T 36.5.0 support for jtop feature. Signed-off-by: Meng Li <Meng.Li@windriver.com>
No description provided.