Skip to content

Commit

Permalink
readme: update usage steps for mtk arm64
Browse files Browse the repository at this point in the history
to include ATF steps
  • Loading branch information
frank-w authored Aug 23, 2024
1 parent 539540c commit c608855
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,19 @@ env erase
## Usage

```sh
#edit build.conf to select bpi-r64/bpi-r2pro/bpi-r3 if needed
#edit build.conf to select bpi-r64/bpi-r2pro/bpi-r3/bpi-r4 and maybe device
./build.sh importconfig
./build.sh config #optional (menuconfig)
./build.sh
./build.sh install #write to sd-card (r2+r2pro only)

# for mtk arm64 boards uboot.bin has to be packed into atf, so addional steps are needed:
#checkout/delete build.conf (maybe make copy for restore in atf-branch)
git checkout mtk-atf
#create build.conf with same settings like before (board+device) (maybe restore copy from before)
./build.sh
./build.sh install #write to sd-card

./build.sh umount #umount automatic mounted partitions
```

Expand Down

0 comments on commit c608855

Please sign in to comment.