-
-
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
Board: NanoPC T6 & LTS - Bump uboot from 2024.07 to 2024.10 mainline #7393
Conversation
- Replaced edge patch with v7 that enable power-supply on USB3.0 and add fan control through pwm. Signed-off-by: SuperKali <[email protected]>
…el and aligned edge BOOTCONFIG
.../kernel/archive/rockchip-rk3588-6.11/1051-arm64-dts-rockchip-nanopct6-lts-and-fixes-v7.patch
Outdated
Show resolved
Hide resolved
Here is a quick description on how to import patches from the kernel mailing list, but you can also apply this when downloading single commits e.g. from GitHub: #7078 (comment) |
To explain more: When updating the kernel, e.g. from 6.12 to 6.13, the build script can detect patches that are now part of the upstream. But this only works if the patches are the same than the upstream ones. When you have one big patch that you did yourself, it can not detect this and instead just refuses to patch (build error). Worst case the maintainer will get rid of the whole patch file since he doesn't want to spend the time and effort to check which parts can go and which to leave. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ColorfulRhino it's correct now?
The result is now correct, thanks!
You could force-push that, but i'm not gonna make you go through it again and just squash the commits instead :) Next time! |
@SuperKali Just out of interest, which fan do you use for your NanoPC T6? |
I don't have a fan atm, but this code works on other board i own, i read the schem and i checked that pins are correctly: |
Alright. And see, thanks to it now being just one separate patch, it could be easily included in the 6.12 PR ;) |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Jira reference number AR-2517
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.
./compile.sh BOARD=nanopct6-lts BRANCH=edge BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=trixie
Checklist: