Post
Topic
Board Mining (Altcoins)
Re: Mining on Nvidia Jetson Tx2
by
Chaffey
on 13/07/2021, 04:11:14 UTC
I am at a similar point, with a Jetson Nano, can you please tell me what you did to get it to load NVML?
cuda-nvml-dev-10-2 is already install (part of JetPack I think).

I see now that this is hardly powerful, but I need a proof of concept. TIA.

I have updated the drivers on the Jetson Tx2 and installed the xmrig-cuda addon and can now see the following:-

Code:
* ABOUT        XMRig/6.5.1 gcc/7.5.0
 * LIBS         libuv/1.18.0 OpenSSL/1.1.1 hwloc/1.11.9
 * HUGE PAGES   disabled
 * 1GB PAGES    unavailable
 * CPU          ARM Cortex-A57 (2) x64 AES
                L2:2.0 MB L3:0.0 MB 6C/6T NUMA:1
 * MEMORY       5.1/7.7 GB (66%)
 * DONATE       1%
 * POOL #1      xxx.xxxxxx.com:xxxx algo rx/0
 * COMMANDS     hashrate, pause, resume, results, connection
 * OPENCL       disabled
 * CUDA         10.0/10.0/6.4.1
 * NVML         disabled
 * CUDA GPU     #0 00:00.0 NVIDIA Tegra X2 1300/1300 MHz smx:2 arch:62 mem:2664/7859 MB

What is (hopefully) a massive step closer, the I am now facing an issue regarding the following:-

Code:
[2020-11-13 16:14:06.572]  nvidia   use profile  rx  (1 thread) scratchpad 2048 KB
|  # | GPU |  BUS ID | INTENSITY | THREADS | BLOCKS | BF |  BS | MEMORY | NAME
|  0 |   0 | 00:00.0 |       128 |      32 |      4 |  0 |   0 |    256 | NVIDIA Tegra X2
[2020-11-13 16:14:07.146]  nvidia   READY threads 1/1 (573 ms)
[2020-11-13 16:14:07.147]  nvidia   thread #0 failed with error <reg>:50 "operation not supported"

I will continue to dig away at it, any help would be greatly appreciated.