mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	starfive visionfive2: let u-boot set device tree name
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: 16dbe3d9d4
			
			
This commit is contained in:
		@@ -56,12 +56,6 @@ nix build .#
 | 
			
		||||
 | 
			
		||||
## Additional configuration
 | 
			
		||||
Additional configuration may be needed depending on your specific hardware configuration.
 | 
			
		||||
### Board rev 1.2A
 | 
			
		||||
If you have the 1.2A board revision add the following to your config:
 | 
			
		||||
``` nix
 | 
			
		||||
hardware.deviceTree.name =
 | 
			
		||||
  lib.mkDefault "starfive/jh7110-starfive-visionfive-2-v1.2a.dtb";
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### 8GB memory
 | 
			
		||||
If your board has 8GB of RAM add the following to your config:
 | 
			
		||||
 
 | 
			
		||||
@@ -18,7 +18,4 @@
 | 
			
		||||
      generic-extlinux-compatible.enable = lib.mkDefault true;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  hardware.deviceTree.name =
 | 
			
		||||
    lib.mkDefault "starfive/jh7110-starfive-visionfive-2-v1.3b.dtb";
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user