Skip to content

Commit

Permalink
readme: add basic README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Oct 28, 2023
1 parent 4fe3ae0 commit efda6a1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
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
```

0 comments on commit efda6a1

Please sign in to comment.