Kernel Flashing Issue

Hi Team,

I have tried to flash custom kernel in Jetson- Xavier-NX Devkit using the below command in L4T 32.6.1:-

$ sudo ./flash.sh -k kernel jetson-xavier-nx-devkit-emmc mmcblk0p1

I have Added some prints and flashed & Checked in dmesg logs,but, prints is not getting in those logs.

But, once the complete EMMC got flashed for the Jetson- Xavier-NX Devkit, Using the below command, able to see the prints in dmesg logs:

$ sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1

how to resolve this issue in kernel flashing?


Thanks,
Chaithra

hello chaithra.bv,

it’s due to kernel image is loading from file system. please check /boot/extlinux/extlinux.conf , it’s load kernel image via LINUX entry.
if you would like to have image loads from kernel partition. please remove that entry for testing.
thanks

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