-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add support for legacy kernel on board firefly-itx-3588j #6747
Conversation
If you're having problems with the 6.1 kernel that the 5.10 kernel doesn't have, you may be better off trying to fix 6.1 or let us know the regression instead. |
So far I met 3 problems in 6.1 which I suspect my dts or uboot problem:
Boot slow
I/O LED not blinking
When power off, lots wlan warning and errors appeared in dmesg.
~~1 problem that not ours:
I can’t boot Android container in 6.1 w/ hwaccel, caused by rockchip didn’t released 6.1 kernel Android sdk(~~
… 在 2024年6月16日,19:39,ColorfulRhino ***@***.***> 写道:
legacy kernel for rk3588, as in 5.10, will be phased out and be EOL soon, so there's probably no point in adding it.
vendor is basically the same but newer (6.1).
If you're having problems with the 6.1 kernel that the 5.10 kernel doesn't have, you may be better off trying to fix 6.1 or let us know the regression instead.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Here are the exact logs using minicom, timestamp with seconds: firefly-itx-3588j-5.10-slow-sd-card.log |
You could try mainline U-Boot by adding this (and removing the vendor U-Boot function in the baord config):
Basically every RK3588 board should be able to boot with this. This is basically where lots of seconds are wasted:
Maybe a bad SD card or something? it shows it needs to remount readonly. |
Yes, this u-boot (https://github.com/150balbes/u-boot-rk) has issues when using the kernel from https://github.com/armbian/linux-rockchip. I suggest using the mainline kernel or referring to this commit for fixing it: |
Description
basiclly, legacy kernel for board firefly-itx-3588j
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Checklist:
Please delete options that are not relevant.