Greetings,
I am starting to use ezsdk5.04 since yesterday, and after disabling PCI and generated new uImageI got following error messages during the board is booting?Any reason why?I was using psp04.04 and ezsdk5.03 with same setting there was no such issue. ipv6: disagrees about version of symbol xfrm_policy_register_afinfo ipv6: Unknown symbol xfrm_policy_register_afinfo (err -22) ipv6: disagrees about version of symbol xfrm_output ipv6: Unknown symbol xfrm_output (err -22) ipv6: disagrees about version of symbol udplite_prot ipv6: Unknown symbol udplite_prot (err -22) ipv6: disagrees about version of symbol sk_filter ipv6: Unknown symbol sk_filter (err -22) ipv6: disagrees about version of symbol inet_listen ipv6: Unknown symbol inet_listen (err -22) ipv6: disagrees about version of symbol inet_frag_kill ipv6: Unknown symbol inet_frag_kill (err -22) ipv6: disagrees about version of symbol __kfree_skb ipv6: Unknown symbol __kfree_skb (err -22) ipv6: disagrees about version of symbol tcp_splice_read ipv6: Unknown symbol tcp_splice_read (err -22) ipv6: disagrees about version of symbol sock_init_data ipv6: Unknown symbol sock_init_data (err -22) ipv6: disagrees about version of symbol tcp_v4_connect ipv6: Unknown symbol tcp_v4_connect (err -22) ipv6: disagrees about version of symbol sk_prot_clear_portaddr_nulls ipv6: Unknown symbol sk_prot_clear_portaddr_nulls (err -22) ipv6: disagrees about version of symbol neigh_lookup ipv6: Unknown symbol neigh_lookup (err -22) ipv6: disagrees about version of symbol xfrm_state_register_afinfo ipv6: Unknown symbol xfrm_state_register_afinfo (err -22) ipv6: disagrees about version of symbol release_sock ipv6: Unknown symbol release_sock (err -22) ipv6: disagrees about version of symbol secpath_dup ipv6: Unknown symbol secpath_dup (err -22)
Regards,
Jun
Basically, I do not need ipv6. however when I was using Gstreamer udp and rtp components, they will call the ipv6 module and will dump out the same error messages as above.
Any advice?
Thanks,
Am I the only one facing this issue?
ok, I solved this by insmod ipv6.ko manually.
But still, how come if I running modprobe ipv6, it will return such error?
I am also facing this problem using ti-ezsdk_dm814x-evm_5_05_01_04
Hi,
You just need rebuild you sdk, and copy the ipv6.ko from the sdk into the targetfs.
This will solve the issue.