Skip to content

Commit 0d4b015

Browse files
committed
readme: add information about BL2 replacement
1 parent f22578c commit 0d4b015

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ kernelfile=bpi-r4_6.5.0-rc1.tar.gz
3131
```
3232
both configs can be used together to not download anything from my github releases.
3333

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+
3445
## how to build nand-image
3546

3647
To use specifc files you can set them in the sourcefiles_bpi-r*.conf.

0 commit comments

Comments
 (0)