I am unable to fully install JETPACK 4.2 Linux for Jetson Nano (Developer Kit Version).
It always fails during the ‘Multimedia API’ section.
From the SDK Manager ‘terminal’ screen:
12:34:30 ERROR : Multimedia API : NV_MULTIMEDIA_API_TARGET_POST_INSTALL_NANO_COMP command scp -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tmp/tmp_NV_MULTIMEDIA_API_TARGET_POST_INSTALL_NANO_COMP.sh xxxx@999.999.9.999:~; ssh -t -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no xxxx@999.999.9.999 "~/tmp_NV_MULTIMEDIA_API_TARGET_POST_INSTALL_NANO_COMP.sh && rm -f ~/tmp_NV_MULTIMEDIA_API_TARGET_POST_INSTALL_NANO_COMP.sh" finished with error
When running ~/tmp_NV_MULTIMEDIA_API_TARGET_POST_INSTALL_NANO_COMP.sh on the Nano itself, it fails here:
make[1]: Entering directory '/usr/src/tegra_multimedia_api/samples/09_camera_jpeg_capture'
Compiling: main.cpp
Compiling: /usr/src/tegra_multimedia_ahttps://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#setuppi/argus/samples/utils/Thread.cpp
Linking: camera_jpeg_capturelsdb
main.o: In function `ArgusSamples::ConsumerThread::threadInitialize()':
main.cpp:(.text+0xb8): undefined reference to `EGLStream::FrameConsumer::create(Argus::OutputStream*, unsigned int, Argus::Status*)'
collect2: error: ld returned 1 exit status
Makefile:60: recipe for target 'camera_jpeg_capture' failed
make[1]: *** [camera_jpeg_capture] Error 1
make[1]: Leaving directory '/usr/src/tegra_multimedia_api/samples/09_camera_jpeg_capture'
Makefile:53: recipe for target 'all' failed
make: *** [all] Error 1
Steps taken:
- Downloaded ‘Jetson Nano Developer Kit SD Card Image’ from https://developer.nvidia.com/jetson-nano-sd-card-image-r322 and flashed it ot microSD with Etcher
- Went through first boot steps listed here Getting Started With Jetson Nano Developer Kit | NVIDIA Developer
xx@xxxxxx:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
*Downloaded and installed ‘NVIDIA SDK Manager’ (version 0.9.12) from
https://developer.nvidia.com/embedded/downloads#?search=NVIDIA%20SDK%20Manager
*Started SDK manager on host machine.
STEP 1
-Deselected ‘Host Machine’ in Hardware configuration
-Selected Jetson Nano (Developer Kit version)(P3488) for 'Target Hardware
-Target Operating System set to Linux JetPack 4.2
STEP 2
-Deselected ‘Jetson OS’. Left ‘Jetson SDK components’ selected
STEP 3
-Enter in IP address, username, password
...get results/errors listed above
Does anyone know how to resolve this?