Unzip source code and rootfs
c. Extract the .tbz2 file:
$ tar xf public_sources.tbz2 -C /Linux_for_Tegra/…
d. Extract the kernel and the NVIDIA out-of-tree modules source files:
$ cd /Linux_for_Tegra/source
$ tar xf kernel_src.tbz2
$ tar xf kernel_oot_modules_src.tbz2
$ tar xf nvidia_kernel_display_driver_source.tbz2
This extracts the kernel source to the kernel/ subdirectory, and the NVIDIA out-of-tree kernel modules sources to the current directory.
I haven’t changed the dtb. I wanted to flash with manually build Image. We want to do some customizations later on.
Whether the build process is valid? Toolchain that I used is fine?
Any clue about the issue will be helpful.
Without building the device tree, I tried first. I got the same flash error. Again I included the device tree build. Same error with/without building device tree.