diff --git a/docs/BUILD.md b/docs/BUILD.md index b33a01a..7568d7c 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -158,20 +158,26 @@ To build, run the build script with one of these options. haasmesh/script/setupnodebuild.sh [luma|ea8300|ew72|c7v2|c7v5|jetstream|redmi] ``` -For example, to configure the build system for the Maxwell Outdoor 2-Band, run: +For example, to configure the build system for the Maxwell Outdoor 2-Band, run below. +The configure script should run in ~1 second. ``` haasmesh/script/setupnodebuild.sh ew72 ``` -The configure script should run in ~1 second. -Once it is configured, run the menuconfig: +This is a sample `.config` file that can be used for EW-72: + +``` +wget -O .config https://spacecruft.org/network/maxwell/raw/branch/master/config/dot-config-ew-72 +``` + +Run menuconfig: ``` make menuconfig ``` -In there, there are a few options needed to select: +In there, there are a few options needed to select, which should be already including in above config: ``` network -> alfred (with auto bat-hosts) batctl-full iperf3 @@ -198,12 +204,6 @@ TODO: Make `defconfig` for different hardware. Hit `` to get to `EXIT`, then `` to select `Yes` to save the configuration. -Or just exit `menuconfig` and use this instead: - -``` -wget -O .config https://spacecruft.org/network/maxwell/raw/branch/master/config/dot-config-ew-72 -``` - ## Build Source Now, actually build it. Takes over an hour or two, depending on hardware.