Altera_Forum
Honored Contributor
15 years agoTCP/IP stack options for Nios II
In the past couple of hours I've been trying to figure out the options available for having a TCP/IP stack on Nios II, taking into account the complexity of the solution as well as its price. Here are the options I currently see available:
- Use the "officially supported" toolset: uCos-II + InterNiche stack. This is probably the easiest to set-up, thanks to the examples Altera freely provides. According to the Altera website, InterNiche costs $250. Any idea if it's for each board, or for a single developer, or once-paid-forever-used kind of license? Also, how much does uCos-II for Nios II cost?
- Use the "superloop" InterNiche without uCos-II option as advertised in the Nios wiki. It takes more effort to set up but seems doable, and the cost of uCos-II is spared.
- Use some ad-hoc solution. For example lwIP as http://www.alteraforum.com/forum/showthread.php?t=23787 shows, without any OS. lwIP is open-source and free. On the other hand, this is probably the most common solution as it includes the least amount of supported components.
- uCLinux with its stack
- Something else I didn't find