Replies: 1 comment 1 reply
-
|
Hi Yuchu,
We have validated SRK 1.1.0 against Jetpack 6.0 in AGX Orin, which is L4T 36.3.0 (Ubuntu 22.04). SRK 1.1.0 uses OAI 2025.w34.
The version is mostly relevant for tests only. The L4T docker image used in Orin as a base to build the OAI images is version 36.3.0, and that uses 8.6.2.3-1+cuda12.2
ah, I see the issue. You should not use the manual setup in this case. When building the images, running Regarding the TRT plans: the Thanks for pointing out the issues with L4T 36.4.x, and with the documentation of the manual steps, I will look into it in more detail. Guillermo |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Sir
I have been following the guidance from this link (sionna-rk) with 5G OAI with L1 GPU:
https://nvlabs.github.io/sionna/rk/index.html
Platform used is the "Jetson AGX Orin 64G Development Kit", and using SDK Manager to install the JetPack into the Orin and installed kernal with SCTP, built docker images for OAI and also tried to install sionna-rk plugins, but failed ...
My quesions are:
Q1: What is the tested/exact JetPack version for OAI (25w34 with UHD 4.8.0) with run sionna-rk (Latest 1.1.0) to support GPU for L1 PDCP and Nerual Demmapper, should I use JetPack 6.2.1, 6.1, 6.0 (Ubuntu 22.04), or 5.x (Ubuntu 20.04)?
Q2: What the TensorRT version should I use? can I use libnvinfer.so.10.3.0 or must use libnvinfer.so.8.6.2?
Q3: For OAI, after I check the docker files generated after applied the sionna-rk's patch (./patches/openairinterface5g.patch), the docker files seem are for X86+RTX GPU, NOT for Jetson AGX Orin (arm), my quesion is: do we have the docker file for Jetson AGX Orin (with Jetpack / L4T)? or can I build OAI on top of JerPack host directly and do not use OAI docker image? what is the tested version of OAI support sionna-rk 1.1.0 for L1 GPU?
Thanks in advance!
Detailed steps and errors met are given below:
Firstly, I installed the Jetpack 6.2.1 (L4T Release 36.4.7) with SDK Manager:
and I can rebuilt the kernal successfully with the latest available version of L4T Release 36.4.4 with following command:
Note: "--l4t-version 36.4.4" must be added, or the script will failed as the is no 36.4.7 kernal available to be downloaded
And SCTP module can be see:
After that I can build the 5 docker images successfully follow the links:
https://nvlabs.github.io/sionna/rk/setup/OAI.html#manual-build-steps
But failed at the following steps of "Build Plugins":
I also tried Sionna Installation with following links:
https://nvlabs.github.io/sionna/rk/setup/sionna.html#jetson-agx-orin-orin-nano
and can NOT find any GPU with following commands:
The TensorRT version is as below:
Best Regards
Yuchu
Beta Was this translation helpful? Give feedback.
All reactions