https://github.com/mr-bossman/bpi-f3-buildroot
bpi-f3-buildroot
https://github.com/mr-bossman/bpi-f3-buildroot
banana-pi banana-pi-f3 bpi-f3 buildroot buildroot-external
Last synced: 5 months ago
JSON representation
bpi-f3-buildroot
- Host: GitHub
- URL: https://github.com/mr-bossman/bpi-f3-buildroot
- Owner: Mr-Bossman
- Created: 2024-06-28T23:04:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T18:29:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T23:28:16.177Z (over 1 year ago)
- Topics: banana-pi, banana-pi-f3, bpi-f3, buildroot, buildroot-external
- Language: Shell
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banana Pi BPI-F3 Buildroot
How to build:
```bash
git clone https://github.com/Mr-Bossman/bpi-f3-buildroot
cd bpi-f3-buildroot
git submodule update --init
cd buildroot
make BR2_EXTERNAL=$PWD/../ bananapi_f3_defconfig
make
sudo dd status=progress oflag=sync bs=4k if=output/images/sdcard.img of=/dev/sdX; sync
```