Hi everyone,
I have a Beaglebone with Android Gingerbread from rowboat (kernel version 3.1) and I need to use the serial port. As I can read in some forums, since kernel version 2.6.37, serial port name change ttySx to ttyOx (with "O", not zero).
When I stay in shell, I can see a lot of serial ports:
crw------- root root 252, 0 2000-01-01 00:00 ttyGS0
crw------- root root 252, 1 2000-01-01 00:00 ttyGS1
crw------- root root 252, 2 2000-01-01 00:00 ttyGS2
crw------- root root 252, 3 2000-01-01 00:00 ttyGS3
crw------- root root 253, 0 2000-01-01 00:00 ttyO0
crw-rw---- bluetooth bluetooth 253, 1 2000-01-01 00:00 ttyO1
crw------- root root 253, 2 2000-01-01 00:00 ttyO2
crw------- root root 253, 3 2000-01-01 00:00 ttyO3
crw------- root root 253, 4 2000-01-01 00:00 ttyO4
crw------- root root 253, 5 2000-01-01 00:00 ttyO5
crw------- root root 4, 64 2000-01-01 00:00 ttyS0
crw------- root root 4, 65 2000-01-01 00:00 ttyS1
crw------- root root 4, 66 2000-01-01 00:00 ttyS2
crw------- root root 4, 67 2000-01-01 00:00 ttyS3
When I try to use one of its (ttyO0, ttyO1, ttyS1...) with echo command, it doesn't send anything (with and without permission) and I don't know what I can do to solve it...
I try to change the configuration kernel and u-boot, but I don't see nothing to change this situation. Anyone knows how I solve this situation for using serial port?
Any suggestion are appreciate. Regards,