-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
develop-5.10 compile error #288
Comments
This is sunxi code. disable SUNXI and other nonrelated platforms and try again: |
Thanks! I disable that and the kernel builds. But it gets stucked when booting, after uboot prints "Starting kernel..." nothing else is displayed on console. I'm using the same kernel command line I used when booting kernel 4:
Tried to enable earlyprintk but didn't help. Any ideas? Thanks again |
Typical message when you have the wrong kernel config for your board OR the wrong dtb. |
@dorfil maybe console device is wrong. I have ttyFIQ0 on my RK3568 board, not ttyS* |
comment this section on your dtb
and modify bootargs and stdout-path like below
after that I modified what yocto defines as
in this manner everything is coherent and works |
Hi!
I'm trying to build develop-5.10 for a rk3328 board, using the defconfig located in arch/arm64/configs/defconfig.
The build throw this error:
When searching in the code, it seems the function
clk_hw_can_set_rate_parent
is not defined anywhere...Any hints on what is going on?
Thanks
The text was updated successfully, but these errors were encountered: