Skip to content

Commit b5303e5

Browse files
committed
readme: initial commit
Signed-off-by: Ozan Durgut <[email protected]>
1 parent b0343e0 commit b5303e5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# ADI br2-external
2+
3+
This [br2-external](https://buildroot.org/downloads/manual/manual.html#outside-br-custom)
4+
contains Buildroot configuration specific to ADI that can not be mainlined.
5+
Generic support for ADI evaluation boards is implemented in the [ADI Buildroot
6+
tree](github.com/analogdevicesinc/buildroot).
7+
8+
```
9+
git clone --recurse-submodules https://github.com/analogdevicesinc/br2-external.git
10+
cd br2-external/buildroot
11+
make BR2_EXTERNAL="${PWD}/.." adi_sc598_ezkit_defconfig
12+
support/kconfig/merge_config.sh .config \
13+
../configs/buildroot.fragment \
14+
../configs/debug.fragment
15+
```
16+
17+
Then following the board specific instructions in `buildroot/board/adi/`.
18+
19+
## ADI configuration
20+
21+
- `configs/buildroot.fragment`
22+
- Configure Buildroot to speed up builds
23+
- `configs/debug.fragment`
24+
- Enable debugging in U-Boot and the kernel
25+
- Build the kernel image with an embedded root filesystem to reduce
26+
complexity around writing and mounting a root filesystem from storage

0 commit comments

Comments
 (0)