Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

eCos and FTP

Altera_Forum
Honored Contributor II
1,000 Views

Hi all, 

 

I was wondering if eCos is free of use. Even when you use it in products without modifying it. I just want to to use it as OS. I want to run a (T)FTP server on it for up- and downloading images. 

 

Cheers, 

 

Danny
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
245 Views

eCos is released under the GNU GPL, so you should be OK. 

 

There's a TFTP server in it already; you just have to add the net packages (or use the net template) and start it by calling tftpd_start().
0 Kudos
Reply