1
0
Fork 0

dot config then menuconfig

master
jebba 2021-07-27 18:39:24 -06:00
parent 12fb72af6f
commit 2f7ea2c53f
1 changed files with 10 additions and 10 deletions

View File

@ -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 `<TAB>` to get to `EXIT`, then `<ENTER>` 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.