-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
starfive visionfive2: allow generic image to boot on all variants of boards #962
Conversation
u-boot is able to automatically set the correct device tree name on VisionFive 2 boards by reading their EEPROM since v2023.10. This allows our image to work with either revision of the boards. Reference: u-boot/u-boot@16dbe3d
u-boot is able to automatically set the correct memory size in fdt on VisionFive 2 boards by reading their EEPROM since v2023.10. This allows our image to work with either variant of the boards. Reference: u-boot/u-boot@38d900b Reference: u-boot/u-boot@4317770
Finally got access to a new board! Please test on v1.2A and 4GB versions of boards if possible. |
Works on 1.3b 8GB board. And looking forward to testing the latest kernel. |
Why is this patch not required anymore? Because we are already on mainline kernel? Does mainline boot without the patch? |
No, because we have quite a new uboot package in nixpkgs unstable that apparently can select the visionfive2 devices on its own. |
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.
Works for me :)
1.3b 8GB board
@mergify queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 7b49d39 |
@NickCao Any luck on getting the latest Linux kernel 6.9.2 to work? |
Description of changes
Tested on v1.3B 8GB version.
Things done
nixos-hardware
andimporting it via
<nixos-hardware>
or Flake input