Skip to content

Commit

Permalink
Try Beelink GT-King Pro Rev_A (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 14, 2022
1 parent 9ae62a8 commit aef1caf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
sudo rm -rf build-armbian/amlogic-kernel/* && sync
sudo ./rebuild -d -b s922x_s922x-n2_s905d -k 5.4.170_5.15.13
sudo ./rebuild -d -b s905w_s912_s912-t95z_s905x2_s905_s905d-ki -k 5.4.170
sudo ./rebuild -d -b s922x-reva -k 5.4.170_5.15.13
cd build/output/images/ && sudo gzip *.img && sync
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "FILE_DATE=$(date +"%Y.%m.%d.%H%M")" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/use-releases-file-to-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
sudo rm -rf build-armbian/amlogic-kernel/* && sync
sudo ./rebuild -d -b s922x_s922x-n2_s905d -k 5.4.170_5.15.13
sudo ./rebuild -d -b s905w_s912_s912-t95z_s905x2_s905_s905d-ki -k 5.4.170
sudo ./rebuild -d -b s922x-reva -k 5.4.170_5.15.13
cd ./build/output/images && sudo gzip *.img && sync
echo "FILEPATH=$PWD" >> $GITHUB_ENV
echo "FILE_DATE=$(date +"%Y.%m.%d.%H%M")" >> $GITHUB_ENV
Expand Down
7 changes: 7 additions & 0 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,13 @@ copy_files() {
ANDROID_UBOOT=""
AMLOGIC_SOC="s922x"
;;
s922x-reva)
FDTFILE="meson-sm1-sei610LE.dtb"
UBOOT_OVERLOAD="u-boot-gtkingpro-rev-a.bin"
MAINLINE_UBOOT=""
ANDROID_UBOOT=""
AMLOGIC_SOC="s922x"
;;
*)
die "Have no this soc: [ ${build_soc} ]"
;;
Expand Down

0 comments on commit aef1caf

Please sign in to comment.