I am following the the instructions in User Guide JETSON AGX XAVIER DEVELOPER KIT DA_09403_003 January 7, 2020.
I am experiencing these issues in attempting to install and run the sdkmanager.
Page 7 of that User Guide states:
Supported host operating systems are:Ubuntu Linux x64 Version 18.04 or 16.04
I downloaded the Ubuntu 18.04.4 LTS (Bionic Beaver) Live Desktop image from Ubuntu 18.04.6 LTS (Bionic Beaver) , and flashed it to a uSD card. Running Ubuntu from a live USB boot image results in the following:
uname -a
Linux ubuntu 5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
I downloaded the sdkmanager package from this URL: SDK Manager | NVIDIA Developer . After struggling to overcome the missing dependencies reported by dpkg, I was successful in installing sdkmanager_1.2.0-6733_amd64.deb.
Errors were encountered while processing:
sdkmanager
Wed Jul 8 15:27:04 UTC 2020
(Reading database … 151911 files and directories currently installed.)
Preparing to unpack …/sdkmanager_1.2.0-6733_amd64.deb …
Unpacking sdkmanager (1.2.0-6733) over (1.2.0-6733) …
dpkg: dependency problems prevent configuration of sdkmanager:
sdkmanager depends on libgconf-2-4; however:
Package libgconf-2-4 is not installed.
sdkmanager depends on libcanberra-gtk-module; however:
Package libcanberra-gtk-module is not installed.
Attempting to run sdkmanager from the Applications Manager icon silently fails to launch it.
Attempting to run sdkmanager from a terminal window as user ubuntu generates this output:
ubuntu@ubuntu:~$ sdkmanager
/snapshot/main/node_modules/sql.js/js/sql.js:5
1<process.argv.length?process.argv[1].replace(/\/g,“/”):“unknown-program”);f.arguments=process.argv.slice(2);“undefined”!==typeof module&&(module.exports=f);process.on(“uncaughtException”,function(a){if(!(a instanceof ka))throw a;});f.inspect=function(){return"[Emscripten Module object]“}}else if(fa)f.print||(f.print=print),“undefined”!=typeof printErr&&(f.printErr=printErr),f.read=“undefined”!=typeof read?read:function(){throw"no read() available (jsc?)”;},f.readBinary=function(a){if(“function”===
^Error: EPERM: operation not permitted, unlink ‘/tmp/sdkmanager.sock’
at Object.unlinkSync (fs.js:1129:3)
at Socket. (/snapshot/main/headless.bundle.js)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:92:8)
at emitErrorAndCloseNT (internal/streams/destroy.js:60:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: -1,
syscall: ‘unlink’,
code: ‘EPERM’,
path: ‘/tmp/sdkmanager.sock’
}
Additional information:
ubuntu@ubuntu:~$ lsusb
Bus 002 Device 002: ID 05e3:0749 Genesys Logic, Inc.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0aa7 Intel Corp.
Bus 001 Device 008: ID 8087:0ab6 Intel Corp.
Bus 001 Device 007: ID 19ff:0238 Dynex DX-WRM1401 Mouse
Bus 001 Device 006: ID 1a40:0101 Terminus Technology Inc. Hub
Bus 001 Device 004: ID 046d:c248 Logitech, Inc. G105 Gaming Keyboard
Bus 001 Device 002: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 001 Device 012: ID 0955:7019 NVidia Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$ lsusb -d 0955:7019
Bus 001 Device 012: ID 0955:7019 NVidia Corp.
ubuntu@ubuntu:~$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/7p, 480M
|__ Port 2: Dev 12, If 0, Class=Vendor Specific Class, Driver=, 480M
|__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/7p, 480M
|__ Port 4: Dev 6, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 5: Dev 7, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 1: Dev 4, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 1: Dev 4, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 4: Dev 8, If 1, Class=CDC Data, Driver=cdc_acm, 12M
|__ Port 4: Dev 8, If 0, Class=Communications, Driver=cdc_acm, 12M
|__ Port 5: Dev 5, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 5: Dev 5, If 1, Class=Wireless, Driver=btusb, 12M
So there are several issues that require attention from Nvidia engineers:
- Missing dependencies for sdkmanager_1.2.0-6733_amd64.deb
- Sdkmanager will not run from the Applications Manager icon
- Sdkmanager will not run from a terminal window
Please provide a path forward to successfully flashing my Nvidia Jetson AGX Xavier with the latest Jetpack including detailed corrected instructions and valid URLs to required software.
ADVthanksANCE
Larry Dighera