A13-OlinuXino disagling debug onUART1

Started by Davide, September 04, 2025, 02:49:36 PM

Previous topic - Next topic

Davide

Hi!

I am trying to disable kernel messages over UART1 (ttyS0).

What I tried so far:
- removed env variables for 'console' and 'loglevel' and put on 'uEnv.txt' `console=tty1 loglevel=0`
- got rid off the `[uart_para]` section, the one with the debug settings, from 'script.bin'
- uncommented `kernel.printk = 3 4 1 3' from '/etc/sysctl.conf'
- tried to add 'boot.scr' with 'console' and 'loglevel' as above (before I wasn't using any 'boot.scr')

The output from '/proc/cmdline', `console=tty1 loglevel=0 root=/dev/mmcblk0p2 rootwait panic=10`, shows the correct values and I actually see printings on my display. However, messages are sent over ttyS0 too.

The image I am using is "A13_debian_34_90_WIFI_RALINK_GCC_GPIO_X_I2C_100KHz_UVC_TS_FTDI_3G_video_accell_release_10", taken from https://ftp.olimex.com/Allwinner_Images/A13-OLinuXino/2.legacy_images_kernel_3.4.x

Thanks to anyone who will answer!

LubOlimex

Technical support and documentation manager at Olimex

Davide

In the end I moved to A13-OLinuXino-bullseye-minimal-20250305-103314 image and was able to achieve what I needed.

Many thanks for your help. As soon as possible, I will try your solution and update the topic