Hi,
I observe that the “Build” and “source” folder are broken inside the /rootfs/lib/modules/5.10.120-rt70-tegra folder on my target pC.
these build and source folder which are present in my host pc are not copied successfully to my target PC after Flashing.
Please let me know the reason for this.
I need these folders to build my third party driver source file on my target PC.
How did you flash your board?
Using this command
$ sudo ./flash.sh board mmcblk0p1
Are you sure the build and source are really existing directory but not some symbolic link?
They are symbolic links, which are pointing to some other valid directories.
I have one more query, as I am not following these steps for Real time Kernel building process,
in the below link:
https://docs.nvidia.com/jetson/archives/r35.4.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html#to-build-the-real-time-kernel
this broken link issue is occuring on the target PC to missing these steps. Please let me know. Thanks.
Hi,
As your previous posts, I still don’t know what do you want to ask here.
If this is symbolic link, then that is the problem. Copy the real thing to the rootfs instead of symbolic link.
This is symbolic link only, which is generated during the build process automatically.
which I dont have control over it.
My question is when i do flashing from host pc to the target PC, I see these folders appear as broken symbolic links. Does the flashing script does the complete clone copy or it just copies folder by folder which may be causing the issue.
It just copies the folder.
ok fine.
Thats why I manually copied the “build” folder to the broken link.
Hope my camlink driver source build will work fine now with Make command, after fixing this broken folder issue.