I can't install JetPack 4.6 (REV.2) on Xavier Development Kit

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
JETSON , Xavier Development Kit.

• DeepStream Version
6.0

• JetPack Version (valid for Jetson only)
4.6 (REV.2)

• TensorRT Version

• NVIDIA GPU Driver Version (valid for GPU only)

• Issue Type( questions, new requirements, bugs)
bugs

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
I follow jetpack install steps. but device can’t booting.
this is install filtered ERROR log msg.

ERROR
22:35:03 INFO: Drivers for Jetson - target_image: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:35:44 INFO: File System and OS - target_image: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:42:24 ERROR: CUDA on Host - host: update-alternatives: error: alternative path /opt/nvidia/nsight-systems/2021.1.3/host-linux-x64/nsight-sys doesn’t exist
22:42:24 ERROR: CUDA on Host - host: update-alternatives: error: no alternatives for nsight-sys
22:44:18 INFO: VisionWorks on Host - host: nvvwx_docs/group__nvx__framework__error__management.html
22:44:18 INFO: VisionWorks on Host - host: nvvwx_docs/group__nvx__framework__error__management.js
22:44:18 INFO: VisionWorks on Host - host: nvvwx_docs/mathjax/extensions/TeX/noErrors.js
22:44:23 INFO: VPI on Host - host: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:44:27 INFO: VPI on Host - host: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:45:07 INFO: VPI on Host - host: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:45:07 ERROR: VPI on Host - host: |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
22:45:35 ERROR: NVIDIA Nsight Systems - host: update-alternatives: error: alternative path is not absolute as it should be:
22:45:35 ERROR: NVIDIA Nsight Systems - host: update-alternatives: error: alternative path is not absolute as it should be:
22:46:31 ERROR: Could not detect correct NVIDIA Jetson device connected to USB. Verify that: 1. The device is connected to this host machine with a USB cable. 2. Jetson’s Ubuntu OS is up and running. 3. Ubuntu ‘System configuration wizard’ is completed on the device. 4. Correct target is selected in STEP 1. This can be validated by running the ‘lsusb’ command on your host, and look for (NVIDIA Corp).%{autoFlashExtraWarning}
22:46:32 INFO: Flash Jetson AGX Xavier - flash: echo “Unhandled error when running $1: tr '\n' '; ' <$tmp_log” 1>&2; exit 1
22:46:57 ERROR: Flash Jetson AGX Xavier - flash: Board ID(2888) version(400) sku(0004) revision(K.0)
22:47:00 ERROR: Flash Jetson AGX Xavier - flash: 30412 blocks
22:47:06 ERROR: Flash Jetson AGX Xavier - flash: 66117 blocks
22:47:06 ERROR: Flash Jetson AGX Xavier - flash: 20+0 records in
22:47:06 ERROR: Flash Jetson AGX Xavier - flash: 20+0 records out
22:47:06 ERROR: Flash Jetson AGX Xavier - flash: 20 bytes copied, 0.000188388 s, 106 kB/s

• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

  1. Jetson OS Image is ready
  2. Flash Jetson OS
  3. Boot and execute 1st Setup Wizard > End setup.
  4. Can’t boot.

hello pngstar777,

there’s an error for detecting the platform.
could you please confirm that your developer kit is in Force Recovery mode, To determine whether the developer kit is in Force Recovery mode.
thanks

Hello, JerryChang.
I saw force recovery document. and this is command ‘lsusb’ 's result.
Bus 001 Device 015: ID 0955:7019 NVidia Corp.
7019 is force recovery mode’s number.
That’s not a problem.
see this capture file.

I attach Error log files.SDKM_logs_2021-11-03_00-56-27.zip (662.9 KB)
and I saw this msg from Xavier board at booting.
“failed to start kernel modules.”

hello pngstar777,

according to the logs.
you’ve already flash the target completely.

[ 760.5100 ] Flashing completed

[ 760.5101 ] Coldbooting the device
[ 760.5129 ] tegrarcm_v2 --ismb2
[ 760.6611 ] 
[ 760.6646 ] tegradevflash_v2 --reboot coldboot
[ 760.6655 ] Bootloader version 01.00.0000
[ 760.8350 ] 
*** The target t186ref has been flashed successfully. ***
Reset the board to boot from internal eMMC.

Info: [ Component Install Finished Successfully ]
Info: [host] [ 10.36 GB used. Disk Avail: 42.57 GB ]
Info: [ NV_L4T_FLASH_JETSON_XAVIER_WITH_OS_IMAGE_COMP Install took 15m27s ]

did you setup a display monitor through the HDMI port?
it should pop-up the ubuntu UIs to have some initial configurations.

did you setup a display monitor through the HDMI port?

sure.
it should pop-up the ubuntu UIs to have some initial configurations.
I did it.
I have done all initial configuration and saw reboot signal.
but It won’t boot again.

hello pngstar777,

please setup the serial console via J501 micro usb port to gather the bootloader logs for reference,
thanks

Please check this picture.

hello pngstar777,

may I know what’s JetPack SDK Components you’ve installed.
could you please deselect all of them by only flashing Jetson OS image for confirmation.
thanks

hello pngstar777,

how about deselect deepstream and all other components for confirmation?

Are you using VM as your ubuntu host? Your picture looks like a VM.

like this?


yes.my host is vmware’s ubuntu 18.04

hello pngstar777,

it looks this topic has marked as solved.
could you please confirm you’re able flashing Jetson OS image correctly by deselect all other components?

I don’t get it. It’s not solved.
because still I can’t flash Jetson OS to Xavier Development Kit.
just wrong clicked on solution button. ;(

hello pngstar777,

okay, could you please try enter the JetPack release folder and using flash.sh script to flash the board manually.
here’s default release path… ~/nvidia/nvidia_sdk/JetPack_<version>_<platform>/Linux_for_Tegra/

here’s sample command-line for flashing your target,
i.e. $ sudo ./flash.sh -r jetson-agx-xavier-devkit mmcblk0p1
please check developer guide for reference, Flashing and Booting the Target Device.

note,
it sometimes the usb port communication issue when you’re using a VM environment.
please check you’re having usb port forwarding correctly.
thanks

ok, I will do it and reply. and thx for your help.

Still device can’t boot.
1st boot is sucess. and I access setup wizard.
and boot failed with below error log msgs.
Is there some problem in setup wizard??

hello pngstar777,

what’s your flash command-lines and which Jetson AGX Xavier platform you’re actually used?