Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - ipv6 support: Page 1 of 4 (4 Items)
   
ipv6 support  
We are trying to provide ipv6 support on our device. 

Currently io-pkt-v4 is running on our device. mpc85xx is the driver provided by QNX.
e.g.
io-pkt-v4 -d mpc85xx pci=0,phy_addr=1,mac=008074001736 -d mpc85xx pci=2,phy_addr=17,mac=008074001737

We have the binary io-pkt-v6-hc (dated on 7/9/2010) that can be downloaded to the device. 
Would you please give some instructions about how to  run and configure io-pkt-v6-hc? 

(1) Does the same driver mpc85xx work with io-pkt-v6-hc? E.g.
Can we issue the same command such as
" io-pkt-v6-hc -d mpc85xx pci=0,phy_addr=1,mac=008074001736 -d mpc85xx pci=2,phy_addr=17,mac=008074001737"

(2) if not, anything else need to be downloaded and configured/linked?

Thanks in advance.