Jetson Linux 34.1 can not bring up XAVIER lcd

  1. I use L4T Driver Package of Jetson Linux 34.1 to flash xavier dev board, the xavier can bring up successfully and lcd display normally.
  2. Then I build an Image from source code of Jetson Linux 34.1, and replace the Image in the target with the one I just built.
  3. The problem is that: the lcd can not bring up, but log can be output from serial port, and I can log in from serial terminal.

start-up-log.TXT (76.5 KB)
The attachment is the startup log.

I see there are lots of nvgpu driver error.

[   12.333366] nvgpu: Unknown symbol nvlink_shutdown (err -2)
[   12.336607] nvgpu: Unknown symbol nvlink_register_link (err -2)
[   12.336923] systemd[1]: Finished Remount Root and Kernel File Systems.
[   12.342899] nvgpu: Unknown symbol nvlink_unregister_device (err -2)
[   12.355471] nvgpu: Unknown symbol nvlink_unregister_link (err -2)
[   12.356019] nvgpu: Unknown symbol nvlink_enumerate (err -2)
[   12.356035] nvgpu: Unknown symbol nvlink_transition_intranode_conn_off_to_safe (err -2)
[   12.356322] nvgpu: Unknown symbol nvlink_register_device (err -2)
[   12.356447] nvgpu: Unknown symbol nvlink_train_intranode_conn_safe_to_hs (err -2)
[   12.398296] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   12.399727] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[   12.410479] systemd[1]: Starting Load/Save Random Seed...
[   12.416987] systemd[1]: Starting Create System Users...
[   12.421765] systemd[1]: Finished Load Kernel Modules.
[   12.425252] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   12.435487] systemd[1]: Mounting Kernel Configuration File System...
[   12.441813] systemd[1]: Started OP-TEE Client Supplicant.
[   12.447396] systemd[1]: Starting Apply Kernel Variables...
[   12.454324] systemd[1]: Finished Set the console keyboard layout.
[   12.461314] systemd[1]: Finished Load/Save Random Seed.
[   12.465855] systemd[1]: Mounted Kernel Configuration File System.
[   13.116217] nvgpu: Unknown symbol nvlink_shutdown (err -2)
[   13.123157] nvgpu: Unknown symbol nvlink_register_link (err -2)
[   13.124516] nvgpu: Unknown symbol nvlink_unregister_device (err -2)
[   13.141224] nvgpu: Unknown symbol nvlink_unregister_link (err -2)
[   13.142870] nvgpu: Unknown symbol nvlink_enumerate (err -2)
[   13.143938] nvgpu: Unknown symbol nvlink_transition_intranode_conn_off_to_safe (err -2)
[   13.145341] nvgpu: Unknown symbol nvlink_register_device (err -2)
[   13.146552] nvgpu: Unknown symbol nvlink_train_intranode_conn_safe_to_hs (err -2)

What is your step to build kernel? Do you know that jp5.0 is using new toolchain?

I forgot to replace nvgpu.ko.
Thanks

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