Update adding-wifi-driver.md ()

No more building.sh
pull/311/merge
thegroove 2024-01-24 03:37:16 +01:00 committed by GitHub
parent e794df084d
commit 2893b52a63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -67,13 +67,13 @@ Example: you want to add the RTL8188EUS driver:
### Step 4: Build your firmware
Return to the root directory of the openipc firmware directory `openipc-firmware/`.
Run `./building.sh` and select the configuration you have edited in the previous step.
Run `make` and select the configuration you have edited in the previous step.
Alternatively, you can run `./building.sh <your_config>`, where `<your_config>` is the name of the config file you have just edited, minus the `_defconfig`
Alternatively, you can run `make BOARD=<your_config>`, where `<your_config>` is the name of the config file you have just edited, minus the `_defconfig`
Example: you want to build `ultimate` for `hi3516ev200`:
`./building.sh hi3516ev200_ultimate`
`make BOARD=hi3516ev200_ultimate`
When the build is complete, you will find the output in the `output/images/` directory: