Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kernel? #7230

Open
danergo opened this issue Oct 1, 2024 · 3 comments
Open

Update kernel? #7230

danergo opened this issue Oct 1, 2024 · 3 comments

Comments

@danergo
Copy link

danergo commented Oct 1, 2024

Folks, I know you are not doing any kernel developments.

I have updated to latest version, and now my SC16IS752 (UART to SPI) started behaving strange (using it for full uart: rx,tx,cts,rts).

It runs for hours (10-12) but then usually (9 og 10) when there is some 'bursty' data, it just seems dropping it.

This converter chip is utilized with dts by the kernel.

Kernel version is 6.1.21-v18+.

I found some interesting kernel source commits for this chip's driver here:
https://github.com/torvalds/linux/commits/master/drivers/tty/serial/sc16is7xx.c

Some also mentions invalid fifo fixes, tx fifo corruption fix, etc. These are rather recent commits dating back only to a few months.

Unfortunately I couldn't find out the date of my kernel, moreover I can't guess the latest included commit of this source file. Is it even possible to query this information from a running system?

Also: how can I know which kernel version contains which version (commit) of this sc16is7xx.c file?

Basically which kernel source is dietpi based on?

@Joulinar
Copy link
Collaborator

Joulinar commented Oct 1, 2024

Basically which kernel source is dietpi based on?
Depends on SBC used. You are running RPi?

@danergo
Copy link
Author

danergo commented Oct 1, 2024

Sorry forgot to add this. Yes, Rpi3.

@Joulinar
Copy link
Collaborator

Joulinar commented Oct 1, 2024

On the RPi SBC we use the original kernel as provided by the PRi Foundation. There is no difference to the RPi OS at kernel level. Except for one limitation we have with standard images. We are currently using kernel 6.1.21 by default, as we have not yet switched to the new kernel/file system structure for all users. However, there is a BETA path to upgrade to the new RPi kernel. See #6676 Please note the corresponding WARNING in the other post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants