armada370 serial port that can send but not receive March 22, 2019 10:41AM |
Registered: 5 years ago Posts: 246 |
Re: armada370 serial port that can send but not receive March 22, 2019 05:19PM |
Admin Registered: 12 years ago Posts: 18,128 |
Re: armada370 serial port that can send but not receive March 22, 2019 05:34PM |
Registered: 5 years ago Posts: 246 |
Re: armada370 serial port that can send but not receive March 22, 2019 05:38PM |
Admin Registered: 12 years ago Posts: 18,128 |
Re: armada370 serial port that can send but not receive March 22, 2019 06:55PM |
Registered: 5 years ago Posts: 246 |
Re: armada370 serial port that can send but not receive March 22, 2019 08:12PM |
Admin Registered: 12 years ago Posts: 18,128 |
Re: armada370 serial port that can send but not receive March 22, 2019 09:05PM |
Registered: 5 years ago Posts: 246 |
root@ts1400d-stretch:~# dmesg | grep serial [ 1.231269] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A [ 2.039621] d0012100.serial: ttyS1 at MMIO 0xd0012100 (irq = 20, base_baud = 12500000) is a 16550A
root@ts1400d-stretch:~# find /proc/irq | grep serial /proc/irq/19/serial
Re: armada370 serial port that can send but not receive March 22, 2019 09:29PM |
Admin Registered: 12 years ago Posts: 18,128 |
uart0: serial@12000 { compatible = "snps,dw-apb-uart"; reg = <0x12000 0x100>; reg-shift = <2>; interrupts = <41>; reg-io-width = <1>; clocks = <&coreclk 0>; status = "disabled"; }; uart1: serial@12100 { compatible = "snps,dw-apb-uart"; reg = <0x12100 0x100>; reg-shift = <2>; interrupts = <42>; reg-io-width = <1>; clocks = <&coreclk 0>; status = "disabled"; };
Re: armada370 serial port that can send but not receive March 22, 2019 09:48PM |
Registered: 5 years ago Posts: 246 |
Re: armada370 serial port that can send but not receive March 23, 2019 02:38AM |
Admin Registered: 12 years ago Posts: 18,128 |
[ 1.231269] d0012000.serial: ttyS0 at MMIO 0xd0012000 (irq = 19, base_baud = 12500000) is a 16550A [ 2.039621] d0012100.serial: ttyS1 at MMIO 0xd0012100 (irq = 20, base_baud = 12500000) is a 16550Aare actually 41 and 42.
Re: armada370 serial port that can send but not receive March 23, 2019 07:28AM |
Registered: 5 years ago Posts: 246 |
Re: armada370 serial port that can send but not receive May 30, 2019 09:20AM |
Registered: 5 years ago Posts: 246 |