Unable to flash NVME AGX Orin 64GB Dev Kit with USB on ubuntu 22.04

previous issues already discussed about this topic

Enviorment
Ubuntu native 22.04 (same one 20.04)
JetPack 6.2

error log was steps just start flash using sdkmanager
“”"
14:41:54.118 - info: Event: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS - error is: rpcbind: another rpcbind is already running. Aborting
14:41:54.410 - error: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS: clnt_create: RPC: Authentication error
14:41:54.410 - info: Event: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS - error is: clnt_create: RPC: Authentication error
14:41:54.410 - info: NV_L4T_FLASH_JETSON_LINUX_COMP@JETSON_AGX_ORIN_TARGETS: NFS server is not running
“”"

I found another solution.
it shoud do on machine that launch sdkmanager

file
“”"
/etc/hosts.allow
“”"

add below lines
“”"
rpcbind: 127.0.0.1
portmap: ALL
lockd: ALL
mountd: ALL
statd: ALL
rquotad: ALL
“”

with this below error printed but installation will be started without error on sdkmanager
14:47:55 ERROR: Flash Jetson Linux - flash: clnt_create: RPC: Authentication error

Hi,

Some questions to confirm:

  • Is your ubuntu a native or a virtual machien?
  • What is your target JP version?
  • Please click EXPORT LOGS button to export zip file using sdk manager.

Thanks

Hi,
sdkmanager ran on native ubuntu 22.04. also 20.04 has same problem.
Tried to install JetPack 6.2

i cloudn’t attach log files from my company infrastrucure.
let me know which information you want to get. i cloud add text on comment.

Hi,

Please try Driver Package (BSP) and Sample Root Filesystem from Jetson Linux | NVIDIA Developer.

And follow Quick Start — NVIDIA Jetson Linux Developer Guide to flash your machine.

Thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.