Enable MPTCP on T5000 Thor, but stucked during UI display stage

I just operated the scripts as you described, but still display “Unknown symbol xxx”, I noticed this post which is a similar problem on Thor:
[JetPack 7.1 R38.4] nvidia-display-install questions - Jetson Systems / Jetson Thor - NVIDIA Developer Forums
Nvidia official adivice is to copy the .ko files from “rootfs/lib/modules/6.8.12-tegra/updates/opensrc-disp” directory to the “rootfs/lib/modules/6.8.12-tegra/updates/opensource-gpu-disp”, and the OS successfully started after I tried it.
What puzzled me is why there are three .ko files locations(size are different from each other):

$ sudo find . -name nvidia.ko -ls
[sudo] password for stalker: 
  1966110  21580 -rw-r--r--   1 root     root     22094473 5月 11 16:49 ./rootfs/usr/lib/modules/6.8.12-tegra/updates/opensrc-disp/nvidia.ko
  1966140  18688 -rw-r--r--   1 root     root     19136009 12月 31 08:06 ./rootfs/usr/lib/modules/6.8.12-tegra/updates/opensource-gpu-disp/nvidia.ko
  2401451  21576 -rw-rw-r--   1 stalker  stalker  22093752 5月 11 15:33 ./source/kernel_out/unifiedgpudisp/kernel-open/nvidia.ko

and why executing sudo ./apply_binaries.sh --openrm to obtain four inaccurate ko files?