diff --git a/_data/devices/beast.yml b/_data/devices/beast.yml new file mode 100644 index 000000000..f298c5a03 --- /dev/null +++ b/_data/devices/beast.yml @@ -0,0 +1,34 @@ +architecture: {cpu: 'arm64', userspace: 'arm'} +battery: None +before_install: {instructions: 'needs_specific_android_fw', version: '9.0', ships_fw: True} +before_recovery_install: g12 +bluetooth: {spec: '4.2'} +cameras: [] +codename: beast +cpu: Cortex-A53 +cpu_cores: '4' +cpu_freq: 1.5 GHz +current_branch: 20 +custom_unlock_cmd: 'fastboot flashing unlock' +dimensions: {width: 69, height: 69, depth: 15} +download_boot: 'adb reboot recovery' +gpu: ARM Mali-450 MP3 +image: beast.png +install_method: fastboot_nexus +kernel: android_kernel_amlogic_linux-4.9 +maintainers: [] +name: ADT-2 +network: None +peripherals: None +ram: 2 GB +recovery_boot: With the device unplugged, plug in the device while holding the Side Button until the Recovery menu is displayed. +release: 2018-08-05 +screen: None +soc: Amlogic S905x +storage: 8 GB +tree: android_device_google_beast +type: Set top box +vendor: Google +vendor_short: google +versions: [20] +wifi: 802.11 a/b/g/n/ac diff --git a/images/devices/beast.png b/images/devices/beast.png new file mode 100644 index 000000000..c0df99d69 Binary files /dev/null and b/images/devices/beast.png differ diff --git a/images/devices/small/beast.png b/images/devices/small/beast.png new file mode 100644 index 000000000..404761c6c Binary files /dev/null and b/images/devices/small/beast.png differ diff --git a/pages/build/beast.md b/pages/build/beast.md new file mode 100644 index 000000000..237c4f9ca --- /dev/null +++ b/pages/build/beast.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Build for beast +folder: build +permalink: /devices/beast/build +device: beast +--- +{% include templates/device_build.md %} diff --git a/pages/info/beast.md b/pages/info/beast.md new file mode 100644 index 000000000..d5c49bbb1 --- /dev/null +++ b/pages/info/beast.md @@ -0,0 +1,9 @@ +--- +sidebar: home_sidebar +title: Info about beast +folder: info +layout: deviceinfo +permalink: /devices/beast/ +device: beast +--- +{% include templates/device_info.md %} diff --git a/pages/install/beast.md b/pages/install/beast.md new file mode 100644 index 000000000..fd29c1868 --- /dev/null +++ b/pages/install/beast.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Install LineageOS on beast +folder: install +permalink: /devices/beast/install +device: beast +--- +{% include templates/device_install.md %} diff --git a/pages/update/beast.md b/pages/update/beast.md new file mode 100644 index 000000000..89889aedd --- /dev/null +++ b/pages/update/beast.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Update LineageOS on beast +folder: update +permalink: /devices/beast/update +device: beast +--- +{% include templates/device_update.md %} diff --git a/pages/upgrade/beast.md b/pages/upgrade/beast.md new file mode 100644 index 000000000..aa9b1809d --- /dev/null +++ b/pages/upgrade/beast.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Upgrade LineageOS on beast +folder: upgrade +permalink: /devices/beast/upgrade +device: beast +--- +{% include templates/device_upgrade.md %} diff --git a/test/schema-06.yml b/test/schema-06.yml index 3c55cc70c..b34d69823 100644 --- a/test/schema-06.yml +++ b/test/schema-06.yml @@ -95,6 +95,7 @@ definitions: gpu_data: enum: - ARM Mali-400 MP4 + - ARM Mali-450 MP3 - ARM Mali-G31 MP2 - ARM Mali-G52 MC2 - ARM Mali-G71 MP2 @@ -255,6 +256,7 @@ definitions: type: object soc_data: enum: + - Amlogic S905x - Amlogic S905x2 - Amlogic S905y2 - Amlogic S905y3