Hi,
I try to flash custom board with JP 5.0.2 jetson-xavier-nx-devkit-emmc conf file.
The flash process fails with error: FileNotFoundError: [Errno 2] No such file or directory: ‘L4TConfiguration.dtbo’
Failed flashing t186ref.
I didn’t try it and only if it’s possible I prefer not to install the sdkmanager right now (minor free space problem).
Can we try handle this issue without it?
(If not I’ll make some changes and install it)
No. I didn’t find it in the “Out” folder nor the Linux_for_Tegra.
That’s what troubling me. I used the given sources and followed the kernel customization procedure (using the nvbuild.sh) and didn’t find it anywhere…
I have the same issue and and the file Linux_for_Tegra/kernel/dtb/L4TConfiguration.dtbo is present.
I observed that the same file is being added to JP 5.0.2 and is not present with any older releases.
An Update.
I am using a custom build path with my custom images. I manually copied some of the L4T* files from kernel/dtb into my custom build path and was able to resolve this issue.
I would like to know why these files were added and what’s the purpose?
I have a custom build patch which has kernel images, rootfs and dtb’s. While flashing with my custom board, it looked for ‘L4TConfiguration.dtbo’ in my custom BUILD path and was not available in the given path. I had to manually copy these file into my custom BUILD path and got it working.
Yes, usually nvidia takes build images from Linux_for_Tegra/kernel/; But in my case it is from a different path. My issue was missing files and if I copy that file to my path it worked.
The issue could be different for BSP_user.