Jump to content

Mediatek ZH960: Difference between revisions

From postmarketOS Wiki
Sklicek (talk | contribs)
Sklicek (talk | contribs)
 
(8 intermediate revisions by the same user not shown)
Line 10: Line 10:
| originalsoftware = Android <!-- e.g. Android -->
| originalsoftware = Android <!-- e.g. Android -->
| originalversion = 4.4 <!-- e.g. 11 for Android 11 -->
| originalversion = 4.4 <!-- e.g. 11 for Android 11 -->
| pmoskernel = 3.10.49 <!-- Version of the kernel that postmarketOS is running -->
| pmoskernel = 3.4.67 <!-- Version of the kernel that postmarketOS is running -->
| chipset = MediaTek MT6582 <!-- e.g. Qualcomm Snapdragon S1 (QSD8250) - see "Chipset names" section in Help:Device Page -->
| chipset = MediaTek MT6582 <!-- e.g. Qualcomm Snapdragon S1 (QSD8250) - see "Chipset names" section in Help:Device Page -->
| cpu = 4x 1.3 GHz Cortex-A7 <!-- e.g. 1.0 GHz Scorpion -->
| cpu = 4x 1.3 GHz Cortex-A7 <!-- e.g. 1.0 GHz Scorpion -->
Line 84: Line 84:


== Contributors ==
== Contributors ==
* sklicek (put your username here!)
* sklicek


== Users owning this device ==
== Users owning this device ==
Line 94: Line 94:


== How to enter flash mode ==
== How to enter flash mode ==
To get in BROM mode push hold vol- and power button for 10 seconds


== Installation ==
== Installation ==
Line 99: Line 100:
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->
<!-- add more sections below as necessary, e.g. WiFi, photos, ... -->


== What I have done so far ==
== See also ==
Git clone to get MT6582 kernel configuration:
Pictures from mainboard:
<code>
[[File:20231210 093307.jpg|200px|thumb|left|Front of mainboard]]
git clone https://android.googlesource.com/kernel/mediatek/ -b android-mediatek-sprout-3.4-kitkat-mr2
[[File:20231210 095916.jpg|200px|thumb|left|Back of mainboard]]
</code>
Source: [[https://www.cnx-software.com/2014/09/18/mediatek-releases-linux-source-code-for-android-one-smartphones/]]
 
Generate .config file for building kernel and renamed to linux-mediatek-zh960.armv7:
<code>
make ARCH=arm sprout_defconfig
</code>
<code>
mv .config linux-mediatek-zh960.armv7
</code>


Linux Kernel downloaded from:
Tool used to get configuration:
https://launchpad.net/linux/+milestone/3.4.67 [https://launchpad.net/linux/+milestone/3.4.67]
mtkclient at github.com: [https://github.com/bkerler/mtkclient]


compiling kernel:
Hold the buttons pushed and enter following code:
<code>
<code>
pmbootstrap build linux-mediatek-zh960 --src=/home/steve/Downloads/linux-3.4.67
mtkclient printgpt
</code>
</code>
 
[[File:Zh960_configuration.png|200px|thumb|left|Configuration out of mtkclient tool]]
== See also ==
Pictures from mainboard:
[[File:20231210 093307.jpg|200px|thumb|left|Front of mainboard]]
[[File:20231210 095916.jpg|200px|thumb|left|Back of mainboard]]

Latest revision as of 18:15, 29 December 2023

This device is marked as not booting.
Mediatek ZH960
Mediatek ZH960
Mediatek ZH960
Manufacturer Mediatek
Name ZH960
Codename zh960
Model ZH960
Released 2017
Type tablet
Hardware
Chipset MediaTek MT6582
CPU 4x 1.3 GHz Cortex-A7
GPU Mali-400 MP2
Display 1280 x 800
Storage 16GB
Memory 1GB
Architecture armv7
Software
Original software Android
Original version 4.4
postmarketOS
Category testing
Pre-built images no
postmarketOS kernel 3.4.67
Unixbench Whet/Dhry score 0.0


Contributors

  • sklicek

Users owning this device

How to enter flash mode

To get in BROM mode push hold vol- and power button for 10 seconds

Installation

See also

Pictures from mainboard:

Front of mainboard
Back of mainboard

Tool used to get configuration: mtkclient at github.com: [1]

Hold the buttons pushed and enter following code: mtkclient printgpt

Configuration out of mtkclient tool