hi jaski
after successfully compile kernel modules (including cx25858), A simple copy inside rootfs doesnt seems to be correct beacuse when i generated L4T only by updating bootfs ,linux boot correctly but kernel modules mismatch with Linux version and lsmod shows nothing.
i also try another way that you release on your site:
root@vision-desktop:/home/vision/Toradex/linux-toradex/modules# ping 192.168.0.13
PING 192.168.0.13 (192.168.0.13) 56(84) bytes of data.
64 bytes from 192.168.0.13: icmp_seq=1 ttl=64 time=1.78 ms
64 bytes from 192.168.0.13: icmp_seq=2 ttl=64 time=0.243 ms
64 bytes from 192.168.0.13: icmp_seq=3 ttl=64 time=0.242 ms
64 bytes from 192.168.0.13: icmp_seq=4 ttl=64 time=1.47 ms
4 packets transmitted, 4 received, 0% packet loss, time 3033ms
rtt min/avg/max/mdev = 0.242/0.933/1.781/0.699 ms
root@vision-desktop:/home/vision/Toradex/linux-toradex/modules# tar -cf - . | ssh root@192.168.0.13 'cd / && tar -xf -'
root@192.168.0.13's password:
Permission denied, please try again.
root@192.168.0.13's password:
Permission denied, please try again.
root@192.168.0.13's password:
root@192.168.0.13: Permission denied (publickey,password).
but also this way didn’t work correctly too .
would you please help me what you did before to deploy kernel modules (including cx25858 module) on Apalis TK1 successfully ?
Best Regards