Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUART port trouble
Hi, Thanks in advance if anyone can shine light to the UART problem I am having. I can open one ttyAL port but can't open all other serial port or communicate to it, and I have name all my p...
Altera_Forum
Honored Contributor
13 years agoHi
I can only talk about "old" (vg non-MMU) uClinux because it's the one I work with. In the nios2-linux/uClinux-dist/vendors/Altera/nios2 there is a file, romfs_list, that has inside it the nodes the system is going to put in the /dev/ dir Serial ports ttyAL?. aren't there but ttyS? are. Try to put your ttyAL? instead of ttyS? In "new" linux distros, udev populates /dev/ dir Good luck