Hello
my Tronxy mit Raspi UART to Spider V2.2 certenly stops working?
I think it was an Raspi Update of OS via Mainsial, but not sure.
Maybe you can help me out, finding the big problem now.
) I installed a new sd on raspi with klipper, same error
) flashed the boot loader on Spider, “make” a new firmware file
still the error on mcu - printer is not ready?
actually nothing is connected ot the Spider board, only the USB-UART connection, that also powers the raspi.
printer.cfg (13.0 KB)
moonraker.log (76.1 KB)
klippy.log (76.7 KB)
include kiauh_macros.cfg]
# This file contains common pin mappings for the Fysetc Spider board.
# To use this config, the firmware should be compiled for the STM32F446.
# When calling "menuconfig", enable "extra low-level configuration setup"
# and select the "12MHz crystal" as clock reference.
# For flashing, write the compiled klipper.bin to memory location 0x08000000
# See docs/Config_Reference.md for a description of parameters.
# This is a Klipper configuration for TronXY X5SA Pro CoreXY Printer
[include mainsail.cfg]
#[mcu]
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
#serial: /dev/serial/by-id/usb-Klipper_stm32f446xx_41001D000F51383039343538-if00
[mcu]
serial = /dev/ttyAMA0
restart_method: command
pi@raspberrypi:~ $ ls -l /dev/serial*
lrwxrwxrwx 1 root root 7 Jun 23 14:27 /dev/serial0 → ttyAMA0
lrwxrwxrwx 1 root root 5 Jun 23 14:27 /dev/serial1 → ttyS0
>
> pi@raspberrypi:~ $ sudo dmesg
> [sudo] password for pi:
> [ 1.992618] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
> [ 1.993531] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
> [ 1.999744] devtmpfs: mounted
> [ 2.008882] Freeing unused kernel memory: 4160K
> [ 2.009862] Run /sbin/init as init process
> [ 2.010621] with arguments:
> [ 2.010630] /sbin/init
> [ 2.010641] with environment:
> [ 2.010649] HOME=/
> [ 2.010659] TERM=linux
> [ 2.236007] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
> [ 2.351318] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
> [ 2.352413] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [ 2.353349] usb 1-1.3: Product: USB Receiver
> [ 2.354211] usb 1-1.3: Manufacturer: Logitech
> [ 2.368166] input: Logitech USB Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C52B.0001/input/input0
> [ 2.372785] systemd[1]: System time before build time, advancing clock.
> [ 2.428939] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0
> [ 2.442607] input: Logitech USB Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input1
> [ 2.445360] input: Logitech USB Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input2
> [ 2.504421] input: Logitech USB Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input3
> [ 2.507094] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1
> [ 2.517936] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2
> [ 2.549213] NET: Registered PF_INET6 protocol family
> [ 2.552356] Segment Routing with IPv6
> [ 2.553479] In-situ OAM (IOAM) with IPv6
> [ 2.620282] systemd[1]: systemd 247.3-7+deb11u2 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
> [ 2.624784] systemd[1]: Detected architecture arm64.
> [ 2.639530] systemd[1]: Set hostname to <raspberrypi>.
> [ 3.349243] systemd[1]: Queued start job for default target Multi-User System.
> [ 3.373613] systemd[1]: Created slice system-getty.slice.
> [ 3.377554] systemd[1]: Created slice system-modprobe.slice.
> [ 3.380986] systemd[1]: Created slice system-systemd\x2dfsck.slice.
> [ 3.384188] systemd[1]: Created slice User and Session Slice.
> [ 3.386937] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
> [ 3.389652] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
> [ 3.392973] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
> [ 3.396544] systemd[1]: Reached target Local Encrypted Volumes.
> [ 3.399037] systemd[1]: Reached target Paths.
> [ 3.401418] systemd[1]: Reached target Slices.
> [ 3.403718] systemd[1]: Reached target Swap.
> [ 3.408829] systemd[1]: Listening on Syslog Socket.
> [ 3.411971] systemd[1]: Listening on fsck to fsckd communication Socket.
> [ 3.414613] systemd[1]: Listening on initctl Compatibility Named Pipe.
> [ 3.418163] systemd[1]: Listening on Journal Audit Socket.
> [ 3.421245] systemd[1]: Listening on Journal Socket (/dev/log).
> [ 3.424469] systemd[1]: Listening on Journal Socket.
> [ 3.431211] systemd[1]: Listening on udev Control Socket.
> [ 3.434356] systemd[1]: Listening on udev Kernel Socket.
> [ 3.437530] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
> [ 3.460403] systemd[1]: Mounting POSIX Message Queue File System...
> [ 3.467458] systemd[1]: Mounting RPC Pipe File System...
> [ 3.475435] systemd[1]: Mounting Kernel Debug File System...
> [ 3.483579] systemd[1]: Mounting Kernel Trace File System...
> [ 3.486822] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
> [ 3.496066] systemd[1]: Starting Restore / save the current clock...
> [ 3.504283] systemd[1]: Starting Set the console keyboard layout...
> [ 3.512746] systemd[1]: Starting Create list of static device nodes for the current kernel...
> [ 3.521500] systemd[1]: Starting Load Kernel Module configfs...
> [ 3.530211] systemd[1]: Starting Load Kernel Module drm...
> [ 3.538430] systemd[1]: Starting Load Kernel Module fuse...
> [ 3.544758] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
> [ 3.555589] systemd[1]: Starting File System Check on Root Device...
> [ 3.568401] systemd[1]: Starting Journal Service...
> [ 3.579759] systemd[1]: Starting Load Kernel Modules...
> [ 3.589941] systemd[1]: Starting Coldplug All udev Devices...
> [ 3.608361] fuse: init (API version 7.37)
> [ 3.628724] systemd[1]: Mounted POSIX Message Queue File System.
> [ 3.632226] systemd[1]: Mounted RPC Pipe File System.
> [ 3.635752] systemd[1]: Mounted Kernel Debug File System.
> [ 3.639196] systemd[1]: Mounted Kernel Trace File System.
> [ 3.643795] systemd[1]: Finished Restore / save the current clock.
> [ 3.649295] systemd[1]: Finished Create list of static device nodes for the current kernel.
> [ 3.654054] systemd[1]: modprobe@configfs.service: Succeeded.
> [ 3.656904] systemd[1]: Finished Load Kernel Module configfs.
> [ 3.660396] i2c_dev: i2c /dev entries driver
> [ 3.661837] systemd[1]: modprobe@fuse.service: Succeeded.
> [ 3.669191] systemd[1]: Finished Load Kernel Module fuse.
> [ 3.686720] systemd[1]: Finished Load Kernel Modules.
> [ 3.744485] systemd[1]: Mounting FUSE Control File System...
> [ 3.756741] systemd[1]: Mounting Kernel Configuration File System...
> [ 3.776882] systemd[1]: Started File System Check Daemon to report status.
> [ 3.800793] systemd[1]: Starting Apply Kernel Variables...
> [ 3.810211] systemd[1]: modprobe@drm.service: Succeeded.
> [ 3.824942] systemd[1]: Finished Load Kernel Module drm.
> [ 3.829770] systemd[1]: Finished File System Check on Root Device.
> [ 3.836609] systemd[1]: Mounted FUSE Control File System.
> [ 3.840483] systemd[1]: Mounted Kernel Configuration File System.
> [ 3.848349] systemd[1]: Starting Remount Root and Kernel File Systems...
> [ 3.870302] systemd[1]: Finished Apply Kernel Variables.
> [ 3.950251] systemd[1]: Started Journal Service.
> [ 4.008550] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
> [ 4.095167] systemd-journald[150]: Received client request to flush runtime journal.
> [ 4.128799] systemd-journald[150]: File /var/log/journal/484c94f3cf732887526c2cb364704f41/system.journal corrupted or uncleanly shut down, renaming and replacing.
> [ 5.182126] mc: Linux media interface: v0.10
> [ 5.340598] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.396166] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
> [ 5.396214] [vc_sm_connected_init]: start
> [ 5.397234] [vc_sm_connected_init]: installed successfully
> [ 5.397353] videodev: Linux video capture interface: v2.00
> [ 5.460840] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.509778] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.511878] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.519459] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.533485] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.540078] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.541700] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.547694] rpivid feb10000.codec: Device registered as /dev/video19
> [ 5.564537] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
> [ 5.565100] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
> [ 5.565788] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
> [ 5.566243] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
> [ 5.566639] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
> [ 5.566672] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
> [ 5.566707] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
> [ 5.566725] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
> [ 5.566742] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
> [ 5.571792] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
> [ 5.572828] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
> [ 5.573496] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
> [ 5.573900] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
> [ 5.573939] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
> [ 5.573961] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
> [ 5.573978] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
> [ 5.574005] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
> [ 5.574230] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
> [ 5.591607] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
> [ 5.591688] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
> [ 5.607220] bcm2835_audio bcm2835_audio: card created with 8 channels
> [ 5.607446] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
> [ 5.607523] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
> [ 5.615651] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
> [ 5.615712] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
> [ 5.623192] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
> [ 5.623269] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
> [ 5.644822] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
> [ 5.644885] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
> [ 5.716436] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
> [ 5.717417] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
> [ 5.752385] i2c i2c-22: Added multiplexed i2c bus 0
> [ 5.800758] i2c i2c-22: Added multiplexed i2c bus 10
> [ 6.120913] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
> [ 6.346203] cfg80211: Loading compiled-in X.509 certificates for regulatory database
> [ 6.400934] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
> [ 6.412816] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
> [ 6.624602] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2
> [ 6.752420] input: Logitech Wireless Device PID:4024 Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input5
> [ 6.753807] input: Logitech Wireless Device PID:4024 Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input6
> [ 6.754846] hid-generic 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4024] on usb-0000:01:00.0-1.3/input2:1
> [ 6.835260] brcmfmac: F1 signature read @0x18000000=0x15264345
> [ 6.844336] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
> [ 6.859110] usbcore: registered new interface driver brcmfmac
> [ 7.148764] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
> [ 7.260329] 8021q: 802.1Q VLAN Support v1.8
> [ 7.342017] Adding 262140k swap on /var/swap. Priority:-2 extents:3 across:335868k SSFS
> [ 7.497724] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
> [ 7.501338] bcmgenet fd580000.ethernet eth0: Link is Down
> [ 8.272308] ov5647 10-0036: Consider updating driver ov5647 to match on endpoints
> [ 8.513864] vc4_dsi fe700000.dsi: Failed to create device link (0x180) with 1.panel_disp1
> [ 8.514748] vc4_dsi fe700000.dsi: Failed to create device link (0x180) with 2.reg_bridge
> [ 8.515363] edt_ft5x06 10-0038: supply iovcc not found, using dummy regulator
> [ 8.516056] Console: switching to colour dummy device 80x25
> [ 8.549646] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
> [ 8.551455] Registered IR keymap rc-cec
> [ 8.551590] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
> [ 8.551717] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input10
> [ 8.652407] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
> [ 8.701745] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
> [ 8.703710] Registered IR keymap rc-cec
> [ 8.703859] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
> [ 8.704060] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input11
> [ 8.763941] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
> [ 8.766651] vc4-drm gpu: bound fe700000.dsi (ops vc4_dsi_ops [vc4])
> [ 8.767047] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
> [ 8.767760] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
> [ 8.768398] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
> [ 8.768732] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
> [ 8.768910] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
> [ 8.769172] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
> [ 8.773398] input: Logitech K400 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input12
> [ 8.777063] logitech-hidpp-device 0003:046D:4024.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400] on usb-0000:01:00.0-1.3/input2:1
> [ 8.779138] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
> [ 8.969216] input: generic ft5x06 (79) as /devices/platform/soc/fe205000.i2c/i2c-22/i2c-10/10-0038/input/input13
> [ 9.158295] Console: switching to colour frame buffer device 100x30
> [ 9.175546] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
> [ 11.588083] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
> [ 11.588119] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [ 13.352279] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
> [ 18.670947] systemd-journald[150]: File /var/log/journal/484c94f3cf732887526c2cb364704f41/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
> [ 19.850316] uart-pl011 fe201000.serial: no DMA platform data
> [ 24.201751] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 24.201774] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 25.207506] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 25.207529] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 26.213319] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 26.213340] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 27.219808] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 27.219830] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 28.232030] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 28.232067] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 29.248410] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 29.248446] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 30.264387] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 30.264429] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 31.281135] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 31.281175] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 32.296756] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 32.296795] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 33.310744] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 33.310785] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 34.324349] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 34.324386] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 35.340202] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 35.340244] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 35.761653] ICMPv6: NA: dc:a6:32:14:c2:9a advertised our address fd00::be2a:69b2:e9ce:4d39 on eth0!
> [ 35.864581] ICMPv6: NA: dc:a6:32:14:c2:9a advertised our address fd00::be2a:69b2:e9ce:4d39 on eth0!
> [ 36.357380] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 36.357421] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 37.372956] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 37.372998] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 37.808460] ICMPv6: NA: dc:a6:32:14:c2:9a advertised our address fd00::be2a:69b2:e9ce:4d39 on eth0!
> [ 38.391228] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 38.391271] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 39.406516] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 39.406558] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 40.421651] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 40.421688] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 41.435990] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 41.436033] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 42.450617] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 42.450657] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 43.467268] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 43.467305] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 44.484608] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 44.484649] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 45.499190] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 45.499230] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 46.514989] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 46.515031] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 47.530995] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 47.531034] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 48.545136] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 48.545170] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 49.560628] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 49.560666] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 50.574507] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 50.574544] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 51.590742] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 51.590780] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 52.604535] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 52.604578] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 53.621623] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 53.621660] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 54.635366] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 54.635413] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 55.649051] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 55.649092] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 56.665443] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 56.665480] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 57.678704] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 57.678745] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 58.692487] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 58.692529] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 59.706024] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 59.706063] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 60.720073] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 60.720110] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 61.732010] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 61.732052] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 62.745219] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 62.745260] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 63.761126] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 63.761167] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 64.775115] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 64.775154] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 65.792944] unicam fe801000.csi: Wrong width or height 640x480 (remote pad set to 2592x1944)
> [ 65.792983] unicam fe801000.csi: Failed to start media pipeline: -22
> [ 699.477690] unicam fe801000.csi: Failed to start media pipeline: -22
> pi@raspberrypi:~ $