Hi,
I have tried flashing Jetpack 5.15 through building from sources to Jetson Orin Nano, it’s getting flashed but shows a blank screen when connected to DP monitor(I have tried different monitors as well), the display shows the boot splash screen but after that it shows only out of range, When flashed from sdk manager the display port is working without any issues.
Note: I haven’t modifed the sources I just compiled and tried to flash.
Hi @WayneWWW ,
I was able to take the Log from serial console. I am attaching it here Jetson_orin_nano_JP5_1_5_DP_Out_of_Range_issue.txt (85.3 KB)
Since I am stuck with this issue after flash I am not sure how to login and get “/var/log/xorg.0.log”
Hi @WayneWWW ,
Yes I am able to reflash the board.
I am able to boot without any issues when I flash from SDK manager, But when I flash from the sources I get this issue.
Hi @WayneWWW ,
I meant I downloaded all the source files from the Jetpack Archive here, Compiled the sources, I followed the steps here to compile the kernel sources.
NOTE: I didn’t customize the kernel just downloaded it, compiled it and flashed it.
Correct me if I am Wrong I used the Same flash.sh script to flash my jetson Xavier NX(to SD card) I didn’t have any issues, Confused why its causing issue for Orin nano.
I tried the to execute this sudo ./tools/kernel_flash/l4t_initrd_flash.sh jetson-orin-nano-devkit-super mmcblk1p1 and got the following error.
/home/htic/Kernel_Builds/jetpack5/Orin_nano/Linux_for_Tegra/tools/kernel_flash/l4t_initrd_flash_internal.sh --no-flash jetson-orin-nano-devkit-super mmcblk1p1
************************************
* *
* Step 1: Generate flash packages *
* *
************************************
Create folder to store images to flash
Generate image for internal storage devices
Generate images to be flashed
ADDITIONAL_DTB_OVERLAY="" /home/htic/Kernel_Builds/jetpack5/Orin_nano/Linux_for_Tegra/flash.sh --no-flash --sign jetson-orin-nano-devkit-super mmcblk1p1
###############################################################################
# L4T BSP Information:
# R35 , REVISION: 6.1
# User release: 0.0
###############################################################################
ECID is
Board ID() version() sku() revision()
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: module SKU detected
Error: /home/htic/Kernel_Builds/jetpack5/Orin_nano/Linux_for_Tegra/bootloader/signed/flash.idx is not found
Error: failed to relocate images to /home/htic/Kernel_Builds/jetpack5/Orin_nano/Linux_for_Tegra/tools/kernel_flash/images
Cleaning up...
Does initrd flash tool make some configuration one time programmable, Should I be cautious on any parameters?
If there are any document to follow can you please share.