File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1526for 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.
5061if using r4-2g5, r4pro or r4lite board you should set the variant variable.
5162
5263```
53- variant=bpi-r4-lite
64+ variant=bpi-r4lite
5465skipubootdownload=1
5566fipfile=bpi-r4lite_spim-nand_ubi_fip.bin
5667skipkerneldownload=1
You can’t perform that action at this time.
0 commit comments