-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello,
i changed from Raspberry 3 to the Raspberry 4 2GB.
On Rasp 3 all connections and readings are fine.
On Rasp 4, i have serial timeouts.
- ttyebus is under /dev
- ttyAMA0 is hidden in /dev
Log:
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.666454] ttyebus: loading out-of-tree module taints kernel.
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.667184] ttyebus: register_device() is called
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.667245] ttyebus: Found RASPI model 4
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.667298] ttyebus: registered character device with major number = 241 and minor numbers 0...255
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.667609] ttyebus: Successfully requested IRQ 34
Aug 5 11:43:35 Rasp4Ebus kernel: [ 2.667653] ttyebus: device created correctly
Aug 5 11:43:44 Rasp4Ebus kernel: [ 16.494422] ttyebus: Open at at major 10 minor 60
Aug 5 11:43:44 Rasp4Ebus kernel: [ 16.494426] ttyebus: Open exit
Aug 5 11:43:44 Rasp4Ebus kernel: [ 16.494752] ttyebus: Poll request
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.494759] ttyebus: Poll timeout
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.745015] ttyebus: Poll request
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.745021] ttyebus: Poll timeout
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.745063] ttyebus: Poll request
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.745068] ttyebus: Poll timeout
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.995327] ttyebus: Poll request
Aug 5 11:43:45 Rasp4Ebus kernel: [ 16.995333] ttyebus: Poll timeout
ls -l /dev/tty:*
crw-rw-rw- 1 root root 10, 60 Aug 5 11:43 /dev/ttyebus
crw------- 1 root root 5, 3 Aug 5 11:43 /dev/ttyprintk
crw-rw---- 1 root dialout 4, 64 Aug 5 11:43 /dev/ttyS0
uname -a:
Linux Rasp4Ebus 5.4.51-v7l+ #1327 SMP Thu Jul 23 11:04:39 BST 2020 armv7l GNU/Linux
any idea?
thanks