ophub / amlogic-s9xxx-armbian

Support for Armbian in Amlogic, Rockchip and Allwinner boxes. Support a311d, s922x, s905x3, s905x2, s912, s905d, s905x, s905w, s905, s905l, rk3588, rk3568, rk3399, rk3328, h6, etc.
GNU General Public License v2.0
5.45k stars 1.74k forks source link

Build an image for s905x2 and s912 #3

Closed yx93e4drbc3fajim4d7g closed 2 years ago

yx93e4drbc3fajim4d7g commented 2 years ago

I guess you removed this two SOC models due to a limit of Github Action. I forked your repo and modified the action file, but failed to run due to time limit. Could you provide the suitable kernel version or build an image for these models if you can?

ophub commented 2 years ago

Uploading too many releases at one time will exhaust the machine. Change to the soc you want.

https://github.com/ophub/amlogic-s9xxx-armbian/blob/512a46e87c7149d812aa6fab01a54205d87c84fe/.github/workflows/build-armbian.yml#L79

sudo ./make s912_s905x2

yx93e4drbc3fajim4d7g commented 2 years ago

That means these models support latest kernel version. I will try again. Thanks.