-
-
Notifications
You must be signed in to change notification settings - Fork 18
add rock3-c target #52
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
base: master
Are you sure you want to change the base?
Conversation
|
Added the following changes:
@zhouruixi |
I'm not very familiar with U-Boot, but I have a few thoughts:
(Please point out any unclear parts in this machine translation.) |
|
I try set |
Clarify the command for replacing the bootloader on eMMC.
Update bootloader replacement instructions in README
|
You are right, I have tested
My main concern is that user modifications to For example, if a user needs to enable a PWM, they modify uboot.txt and add an extra dtbo, but when they set the gs system connector to HDMI, their changes will be deleted.
I mean CONFIG_ENV_IS_IN_MMC. yes, an environment overwrite is better.
This is indeed a common practice, but it's not entirely read-only, maybe that's not what we want at the moment. |
|
How about make uboot.txt environment overwrite as a general feature, not only for rock3c. And add a DTBO settings menu to gsmenu.
Perhaps the required DTBO can be loaded after the kernel starts using an init hook. Could you test what happens when switch the connector from HDMI to MIPI DSI after the kernel booted? @henkwiedig Documentation/devicetree/configfs-overlays.txt |
|
This pull request contains too many features. I suggest splitting it into several smaller pull requests and merging them one by one.
|
This adds Radxa Rock-3 C support.
HDMI works fine.
Currently working on getting the DSI displays working.
We need a way to toggle this.
Manual boot activates the display already.
As extlinux.conf is fixed in squashfs we need to somehow overwrite it.