We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22578c commit 0d4b015Copy full SHA for 0d4b015
1 file changed
README.md
@@ -31,6 +31,17 @@ kernelfile=bpi-r4_6.5.0-rc1.tar.gz
31
```
32
both configs can be used together to not download anything from my github releases.
33
34
+## replace BL2
35
+
36
+at least for BPI-R4 8G variant it is possible to replace bl2 from my u-boot-repo.
37
38
+This is possible with adding these lines to sourcefiles_bpi-r4.conf (file must exist)
39
40
+```
41
+replacebl2=1
42
+bl2file=bpi-r4_sdmmc_8GB_bl2.img
43
44
45
## how to build nand-image
46
47
To use specifc files you can set them in the sourcefiles_bpi-r*.conf.
0 commit comments