Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
21615 讨论

UDP Offload on DE2-115

Altera_Forum
名誉分销商 II
1,179 次查看

Hi guys, 

 

Has anyone been successful in porting the Nios II UDP Offload Example (alterawiki DOT com/wiki/Nios_II_UDP_Offload_Example) to the DE2-115? 

 

I'm not sure what functions to call to initialize the PHY, etc. Do I also need to use uC/OS even if the packets are not handled by NIOS? 

 

Thanks.
0 项奖励
4 回复数
Altera_Forum
名誉分销商 II
449 次查看

 

--- Quote Start ---  

Hi guys, 

 

Has anyone been successful in porting the Nios II UDP Offload Example (alterawiki DOT com/wiki/Nios_II_UDP_Offload_Example) to the DE2-115? 

 

I'm not sure what functions to call to initialize the PHY, etc. Do I also need to use uC/OS even if the packets are not handled by NIOS? 

 

Thanks. 

--- Quote End ---  

 

 

 

I have the same questions.:confused:
0 项奖励
Altera_Forum
名誉分销商 II
449 次查看

Create the same hardware design for Your FPGA, change pins and compile the design. The software will fit as it is not dependent on the hardware.

0 项奖励
Altera_Forum
名誉分销商 II
449 次查看

Thanks Socrates. I tried to build the software sources using the create-this-app script, but I'm getting these errors: 

 

 

In function `udp_demo_init': ...... : undefined reference to `install_menu' 

 

In function `display-build': ...... : undefined reference to `stooges' 

 

 

Any idea what's causing this? I'm using the script that came in the folder. 

 

Thanks
0 项奖励
Altera_Forum
名誉分销商 II
449 次查看

 

--- Quote Start ---  

Thanks Socrates. I tried to build the software sources using the create-this-app script, but I'm getting these errors: 

 

 

In function `udp_demo_init': ...... : undefined reference to `install_menu' 

 

In function `display-build': ...... : undefined reference to `stooges' 

 

 

Any idea what's causing this? I'm using the script that came in the folder. 

 

Thanks 

--- Quote End ---  

 

 

To anyone having this same problem: 

 

This was caused by permissions in patching the source files. To build this correctly, you need to run Nios II Command Line as administrator and run ./create-this-app.
0 项奖励
回复