diff --git a/_data/devices/m5.yml b/_data/devices/m5.yml index 80df1f0c7..c3093760d 100644 --- a/_data/devices/m5.yml +++ b/_data/devices/m5.yml @@ -15,7 +15,7 @@ image: m5.png install_method: amlogic_update kernel: android_kernel_amlogic_linux-4.9 maintainers: [stricted] -name: M5 +name: M5 (Android TV) network: None peripherals: None ram: 4 GB diff --git a/_data/devices/m5_tab.yml b/_data/devices/m5_tab.yml new file mode 100644 index 000000000..e9654c7b1 --- /dev/null +++ b/_data/devices/m5_tab.yml @@ -0,0 +1,35 @@ +architecture: {cpu: 'arm64', userspace: 'arm'} +battery: None +bluetooth: {spec: '4.2'} +cameras: [] +codename: m5_tab +cpu: Cortex-A53 +cpu_cores: '4' +cpu_freq: 1.8 GHz +current_branch: 20 +custom_unlock_cmd: 'fastboot flashing unlock' +dimensions: {width: '85 mm (3.35 in)', height: '56 mm (2.2 in)', depth: '17 mm (0.67 in)'} +download_boot: Press and hold the `SW5` button on the board, and plug into your PC. +gpu: ARM Mali-G31 MP2 +image: m5.png +install_method: amlogic_update +kernel: android_kernel_amlogic_linux-4.9 +maintainers: [npjohnson, stricted] +name: M5 (Tablet) +peripherals: None +ram: 4 GB +recovery_boot: Run `adb reboot recovery`. +release: 2020-12-01 +screen: None +screen_ppi: +screen_res: +screen_tech: +sdcard: {sizeMax: '2 TB'} +soc: Amlogic S905y3 +storage: 16 GB +tree: android_device_bananapi_m5 +type: Devkit +vendor: Banana Pi +vendor_short: amlogic +versions: [20] +wifi: 802.11 a/b/g/n/ac diff --git a/_data/devices/odroidc4.yml b/_data/devices/odroidc4.yml index aae26901e..eaa739eb8 100644 --- a/_data/devices/odroidc4.yml +++ b/_data/devices/odroidc4.yml @@ -15,7 +15,7 @@ image: odroidc4.png install_method: amlogic_update kernel: android_kernel_amlogic_linux-4.9 maintainers: [stricted] -name: ODROID-C4 +name: ODROID-C4 (Android TV) network: None peripherals: None ram: 4 GB diff --git a/_data/devices/odroidc4_tab.yml b/_data/devices/odroidc4_tab.yml new file mode 100644 index 000000000..34a20a057 --- /dev/null +++ b/_data/devices/odroidc4_tab.yml @@ -0,0 +1,35 @@ +architecture: {cpu: 'arm64', userspace: 'arm'} +battery: None +bluetooth: {spec: '4.2'} +cameras: [] +codename: odroidc4_tab +cpu: Cortex-A53 +cpu_cores: '4' +cpu_freq: 1.8 GHz +current_branch: 20 +custom_unlock_cmd: 'fastboot flashing unlock' +dimensions: {width: '85 mm (3.35 in)', height: '56 mm (2.2 in)', depth: '10 mm (0.39 in)'} +download_boot: Attach a blank eMMC module to the device, and plug into your PC. +gpu: ARM Mali-G31 MP2 +image: odroidc4.png +install_method: amlogic_update +kernel: android_kernel_amlogic_linux-4.9 +maintainers: [npjohnson, stricted] +name: ODROID-C4 (Tablet) +peripherals: None +ram: 4 GB +recovery_boot: Run `adb reboot recovery`. +release: 2020-12-01 +screen: None +screen_ppi: +screen_res: +screen_tech: +sdcard: {sizeMax: '2 TB'} +soc: Amlogic S905y3 +storage: 16 GB +tree: android_device_hardkernel_odroidc4 +type: Devkit +vendor: HardKernel +vendor_short: amlogic +versions: [20] +wifi: 802.11 a/b/g/n/ac diff --git a/_data/devices/radxa0.yml b/_data/devices/radxa0.yml index 471e757c6..3f8e4c501 100644 --- a/_data/devices/radxa0.yml +++ b/_data/devices/radxa0.yml @@ -15,7 +15,7 @@ image: radxa0.png install_method: amlogic_update kernel: android_kernel_amlogic_linux-4.9 maintainers: [npjohnson, stricted] -name: Zero +name: Zero (Android TV) network: None peripherals: None ram: 2/4 GB diff --git a/_data/devices/radxa0_tab.yml b/_data/devices/radxa0_tab.yml new file mode 100644 index 000000000..4c934ef97 --- /dev/null +++ b/_data/devices/radxa0_tab.yml @@ -0,0 +1,35 @@ +architecture: {cpu: 'arm64', userspace: 'arm'} +battery: None +bluetooth: {spec: '4.2'} +cameras: [] +codename: radxa0_tab +cpu: Cortex-A53 +cpu_cores: '4' +cpu_freq: 1.8 GHz +current_branch: 20 +custom_unlock_cmd: 'fastboot flashing unlock' +dimensions: {width: '65 mm (2.55 in)', height: '30 mm (1.18 in)', depth: '5 mm (0.20 in)'} +download_boot: Press and hold the `USB BOOT` button on the board, and plug into your PC. +gpu: ARM Mali-G31 MP2 +image: radxa0.png +install_method: amlogic_update +kernel: android_kernel_amlogic_linux-4.9 +maintainers: [npjohnson, stricted] +name: Zero (Tablet) +peripherals: None +ram: 2/4 GB +recovery_boot: Run `adb reboot recovery`. +release: 2020-12-01 +screen: None +screen_ppi: +screen_res: +screen_tech: +sdcard: {sizeMax: '2 TB'} +soc: Amlogic S905y2 +storage: 8/16/32/64/128 GB +tree: android_device_radxa_radxa0 +type: Devkit +vendor: Radxa +vendor_short: amlogic +versions: [20] +wifi: 802.11 a/b/g/n/ac diff --git a/pages/build/m5_tab.md b/pages/build/m5_tab.md new file mode 100644 index 000000000..81a39b4a7 --- /dev/null +++ b/pages/build/m5_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Build for m5_tab +folder: build +permalink: /devices/m5_tab/build +device: m5_tab +--- +{% include templates/device_build.md %} diff --git a/pages/build/odroidc4_tab.md b/pages/build/odroidc4_tab.md new file mode 100644 index 000000000..c827c4a0a --- /dev/null +++ b/pages/build/odroidc4_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Build for odroidc4_tab +folder: build +permalink: /devices/odroidc4_tab/build +device: odroidc4_tab +--- +{% include templates/device_build.md %} diff --git a/pages/build/radxa0_tab.md b/pages/build/radxa0_tab.md new file mode 100644 index 000000000..a896b8229 --- /dev/null +++ b/pages/build/radxa0_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Build for radxa0_tab +folder: build +permalink: /devices/radxa0_tab/build +device: radxa0_tab +--- +{% include templates/device_build.md %} diff --git a/pages/info/m5_tab.md b/pages/info/m5_tab.md new file mode 100644 index 000000000..75f2dfb26 --- /dev/null +++ b/pages/info/m5_tab.md @@ -0,0 +1,9 @@ +--- +sidebar: home_sidebar +title: Info about m5_tab +folder: info +layout: deviceinfo +permalink: /devices/m5_tab/ +device: m5_tab +--- +{% include templates/device_info.md %} diff --git a/pages/info/odroidc4_tab.md b/pages/info/odroidc4_tab.md new file mode 100644 index 000000000..e92150254 --- /dev/null +++ b/pages/info/odroidc4_tab.md @@ -0,0 +1,9 @@ +--- +sidebar: home_sidebar +title: Info about odroidc4_tab +folder: info +layout: deviceinfo +permalink: /devices/odroidc4_tab/ +device: odroidc4_tab +--- +{% include templates/device_info.md %} diff --git a/pages/info/radxa0_tab.md b/pages/info/radxa0_tab.md new file mode 100644 index 000000000..12e038cc6 --- /dev/null +++ b/pages/info/radxa0_tab.md @@ -0,0 +1,9 @@ +--- +sidebar: home_sidebar +title: Info about radxa0_tab +folder: info +layout: deviceinfo +permalink: /devices/radxa0_tab/ +device: radxa0_tab +--- +{% include templates/device_info.md %} diff --git a/pages/install/m5_tab.md b/pages/install/m5_tab.md new file mode 100644 index 000000000..e7c006c23 --- /dev/null +++ b/pages/install/m5_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Install LineageOS on m5_tab +folder: install +permalink: /devices/m5_tab/install +device: m5_tab +--- +{% include templates/device_install.md %} diff --git a/pages/install/odroidc4_tab.md b/pages/install/odroidc4_tab.md new file mode 100644 index 000000000..653abbb0a --- /dev/null +++ b/pages/install/odroidc4_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Install LineageOS on odroidc4_tab +folder: install +permalink: /devices/odroidc4_tab/install +device: odroidc4_tab +--- +{% include templates/device_install.md %} diff --git a/pages/install/radxa0_tab.md b/pages/install/radxa0_tab.md new file mode 100644 index 000000000..98afbb55d --- /dev/null +++ b/pages/install/radxa0_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Install LineageOS on radxa0_tab +folder: install +permalink: /devices/radxa0_tab/install +device: radxa0_tab +--- +{% include templates/device_install.md %} diff --git a/pages/update/m5_tab.md b/pages/update/m5_tab.md new file mode 100644 index 000000000..88407d642 --- /dev/null +++ b/pages/update/m5_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Update LineageOS on m5_tab +folder: update +permalink: /devices/m5_tab/update +device: m5_tab +--- +{% include templates/device_update.md %} diff --git a/pages/update/odroidc4_tab.md b/pages/update/odroidc4_tab.md new file mode 100644 index 000000000..bfb708dcf --- /dev/null +++ b/pages/update/odroidc4_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Update LineageOS on odroidc4_tab +folder: update +permalink: /devices/odroidc4_tab/update +device: odroidc4_tab +--- +{% include templates/device_update.md %} diff --git a/pages/update/radxa0_tab.md b/pages/update/radxa0_tab.md new file mode 100644 index 000000000..4c011e063 --- /dev/null +++ b/pages/update/radxa0_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Update LineageOS on radxa0_tab +folder: update +permalink: /devices/radxa0_tab/update +device: radxa0_tab +--- +{% include templates/device_update.md %} diff --git a/pages/upgrade/m5_tab.md b/pages/upgrade/m5_tab.md new file mode 100644 index 000000000..1e10bd54f --- /dev/null +++ b/pages/upgrade/m5_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Upgrade LineageOS on m5_tab +folder: upgrade +permalink: /devices/m5_tab/upgrade +device: m5_tab +--- +{% include templates/device_upgrade.md %} diff --git a/pages/upgrade/odroidc4_tab.md b/pages/upgrade/odroidc4_tab.md new file mode 100644 index 000000000..e0f0a0d1f --- /dev/null +++ b/pages/upgrade/odroidc4_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Upgrade LineageOS on odroidc4_tab +folder: upgrade +permalink: /devices/odroidc4_tab/upgrade +device: odroidc4_tab +--- +{% include templates/device_upgrade.md %} diff --git a/pages/upgrade/radxa0_tab.md b/pages/upgrade/radxa0_tab.md new file mode 100644 index 000000000..7c47a9323 --- /dev/null +++ b/pages/upgrade/radxa0_tab.md @@ -0,0 +1,8 @@ +--- +sidebar: home_sidebar +title: Upgrade LineageOS on radxa0_tab +folder: upgrade +permalink: /devices/radxa0_tab/upgrade +device: radxa0_tab +--- +{% include templates/device_upgrade.md %}