--- Quote Start ---
originally posted by cetic@May 31 2005, 12:43 PM
- since we use uclinux, we do not have a real network access (we can emulate a network access through serial port but it is not exactly what we want) --- Quote End ---
What do you mean, no network access? Is there no telnet possible?
At the very least, one could write a cgi script via the web interface? We are currently using this on another embedded platform, but the idea is to port most of thye functionality to the Nios2.
We are currently using these services (on PowerPC):[list][*]httpd: we use the busybox httpd for this, but a quick check with the Nios2 showed some problems with fork/daemon.
[*]dropbear: ssh access, I don't know if this is a feasible solution on the Nios2, but a quick look showed the same problems as above. This could be replaced (again) with telnet (hopefully).
[/list]But I need to have a better look into these in the next week(s).