My question is how to update only the kernel image
kernel dtb I can use the command
./flash.sh -r -k kernel-dtb jetson-xavier mmcblk0p1
To update properly
But the kernel image cannot be updated
./flash.sh -r -k kernel jetson-xavier mmcblk0p1
Replacing /boot/Image will cause it to fail to boot
I have seen other people’s questions and answers
But not very understanding