Skip to content

Commit

Permalink
Adjust the compilation list
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Sep 19, 2021
1 parent c9bcfbb commit f3af1cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: steps.build.outputs.status == 'success'
run: |
sudo chmod +x make kernel.sh
sudo ./make s905x3_s905x2_s905x_s905w_s905d_s922x_s912
sudo ./make s905x3_s905d_s922x
sudo ./kernel.sh
cd ./build/output/images && sudo gzip *.img
echo "FILEPATH=$PWD" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
[ -s DOWNLOAD_ARMBIAN ] && wget -q -P build/output/images https://github.com/${GITHUB_REPOSITORY}/releases/download/$(cat DOWNLOAD_ARMBIAN)
cd ./build/output/images && gzip -df *.img.gz && sync && cd ../../../
sudo chmod +x make kernel.sh
sudo ./make s905x3_s905x2_s905x_s905w_s905d_s922x_s912
sudo ./make s905x3_s905d_s922x
sudo ./kernel.sh
cd ./build/output/images && sudo gzip *.img
echo "FILEPATH=$PWD" >> $GITHUB_ENV
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ armbian-update
```
## Armbian firmware compilation method

Different amlogic armbian firmware, use the corresponding soc code to generate. Please choose according to your box soc model. `A single soc` can be directly input `sudo ./make s905d`. When `multiple soc` is compiled at the same time, please use `_` to connect multiple soc, such as `sudo ./make s905d_s905x3_s922x`
- Different amlogic armbian firmware, use the corresponding soc code to generate. Please choose according to your box soc model.

- compile `a single soc` can be directly input `sudo ./make s905d`. When `multiple soc` is compiled at the same time, please use `_` to connect multiple soc, such as `sudo ./make s905d_s905x3_s922x`

```yaml
sudo ./make s905x3_s905x2_s905x_s905w_s905d_s922x_s912
Expand Down

0 comments on commit f3af1cd

Please sign in to comment.