I have downloaded source code(BSP) and made changes in menuconfig and saved the changes in the .config file. then built the kernel and an image is created and I replaced the default image with the new image in /boot directory and then rebooted the device. now the device is not getting booted. could you please suggest me what went wrong and the procedure that i am following is correct or what.
We attempted to build a kernel image on our host PC. After making changes in the menuconfig, we successfully generated the image. We then replaced the existing image on the Jetson Orin Nano and rebooted it, but we didn’t observe any changes made in the menuconfig on the booted new kernel image. Do you have any suggestions? We want to enable V4L2 and GadgetFS.
In our Driver Package BSP sources(public_sources.tbz2), there is no rootfs folder present. So do we need to install another package for it and where do we run the above commands?