forked from buildroot/buildroot
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Buildroot Initrd for BananaPi R2/R64/R2Pro/R3/R4 | ||
|
||
## Requirements | ||
|
||
## Usage | ||
|
||
if you want to build for R64/R2Pro/R3/R4, change "board" in build.conf first | ||
|
||
```sh | ||
./build.sh importconfig | ||
./build.sh config #To configure manually with menuconfig | ||
./build.sh | ||
``` | ||
|
||
### using the initrd | ||
|
||
from my uboot: | ||
|
||
```sh | ||
BPI-R3> run useusb #optional if files are on usb-drive | ||
BPI-R3> setenv initrd rootfs_bpi-r3.cpio.zst | ||
BPI-R3> setenv fit bpi-r3-6.1.itb | ||
BPI-R3> run newboot | ||
``` |