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 ago --- Quote Start --- I think each serial port has to have different minor/major Instead of creating them using mknod each time you boot the system, try to put them into the filesystem before using "make" --- Quote End --- It would be nice and what I would like to do instead of mknod each time it reboot. I am a beginner to the Linux filesystem and not sure where would it be to put them in. I did a grep search where it create the "ttyAL" and come back with Altera-uart.c. Is this what you mean? Thanks.