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 agoI think each serial port has to have different minor/major
ttyS0 (AL0) ->4,64 ttyS1 (AL1) ->4,65 ttyS2 (AL2) ->4,66 ttyS3 (AL3) ->4,67 ttyS4 (AL4) ->4,68 etc.. Instead of creating them using mknod each time you boot the system, try to put them into the filesystem before using "make" Good luck