Skip to content

Commit fc2c1a2

Browse files
committed
readme: add variant section and fix r4lite variant for nand
1 parent 29cea02 commit fc2c1a2

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,24 @@
33
## examples:
44

55
```sh
6-
./buildimg.sh bpi-r3 bookworm
7-
./buildimg.sh bpi-r4 jammy
6+
./buildimg.sh bpi-r3 trixie
7+
./buildimg.sh bpi-r4 noble
88

99
#use kernel 6.12 for r2 (normally 5.15 is used because of internal wifi support)
1010
./buildimg.sh bpi-r2 bookworm 6.12
1111
```
1212

13+
## build for board variants (R4Lite/R4Pro)
14+
15+
```
16+
variant=bpi-r4lite
17+
```
18+
or
19+
```
20+
variant=bpi-r4pro
21+
```
22+
in sourcefiles_bpi-r4.conf.
23+
1324
## use own uboot/kernel files
1425

1526
for boards not yet supported by my u-boot/kernel pipeline
@@ -50,7 +61,7 @@ If they are not defined, script tries to download the latest files.
5061
if using r4-2g5, r4pro or r4lite board you should set the variant variable.
5162

5263
```
53-
variant=bpi-r4-lite
64+
variant=bpi-r4lite
5465
skipubootdownload=1
5566
fipfile=bpi-r4lite_spim-nand_ubi_fip.bin
5667
skipkerneldownload=1

0 commit comments

Comments
 (0)