File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments