Jump to content

Google Nexus 10 (samsung-manta): Difference between revisions

From postmarketOS Wiki
Jenneron (talk | contribs)
Different key combination to enter Heimdall or Fastboot
Line 61: Line 61:
== Users owning this device ==
== Users owning this device ==
{{Device owners}}
{{Device owners}}
== How to enter flash mode ==
* Connect a USB cable
* Power the device off
* Hold power + volume down
* You should get a bootloader screen saying "Downloading... Do not turn off target !!"


== Installation ==
== Installation ==
See [https://wiki.postmarketos.org/wiki/Installation_guide Installation guide].
See [https://wiki.postmarketos.org/wiki/Installation_guide Installation guide].
Flashing can be done using Fastboot (preferred) or Heimdall.
=== Fastboot Flashing ===


==== Enter fastboot mode ====


=== Fastboot Flashing ===
* Connect a USB cable
* Power the device off
* Hold power + volume up + volume down
* You should get a bootloader screen
 
==== Flash kernel and rootfs ====


<pre>
<pre>
Line 87: Line 90:
fastboot flash -S 1G userdata google-manta.img
fastboot flash -S 1G userdata google-manta.img
</pre>  
</pre>  
==== Exit fastboot mode ====
Briefly press the power button.


=== Heimdall Flashing ===
=== Heimdall Flashing ===
==== Enter Heimdall flash mode ====
* Connect a USB cable
* Power the device off
* Hold power + volume down
* You should get a bootloader screen saying "Downloading... Do not turn off target !!"
==== Flash kernel and rootfs ====


<pre>
<pre>

Revision as of 12:49, 6 February 2024

Google (Samsung) Nexus 10
Google Nexus 10
Google Nexus 10
Manufacturer Google (Samsung)
Name Nexus 10
Codename samsung-manta
Released 2012
Type tablet
Hardware
Chipset Samsung Exynos 5250
CPU 1.7 GHz Dual-core Cortex-A15
GPU Mali T-604
Display 2560x1600 IPS
Storage 16/32 GB
Memory 2 GB
Architecture armv7
Software
Original software Android
Original version 4.2.2 (Linux 3.0)
postmarketOS
Category testing
Pre-built images no
Mainline yes
postmarketOS kernel Lineage 3.4.113
Unixbench Whet/Dhry score 956.9
Features
Flashing
Works
USB Networking
Works
Internal storage
No data
SD card
No data
Battery
Partial
Screen
Works
Touchscreen
Works
Multimedia
3D Acceleration
Broken
Audio
Broken
Camera
Broken
Connectivity
WiFi
Works
Bluetooth
Works
GPS
Broken
NFC
Broken
Miscellaneous
FDE
No data
USB OTG
Works
HDMI/DP
No data
Sensors
Accelerometer
Broken
Magnetometer
Broken
Ambient Light
Broken
Proximity
Broken
Hall Effect
No data
Haptics
No data


Users owning this device


Installation

See Installation guide. Flashing can be done using Fastboot (preferred) or Heimdall.

Fastboot Flashing

Enter fastboot mode

  • Connect a USB cable
  • Power the device off
  • Hold power + volume up + volume down
  • You should get a bootloader screen

Flash kernel and rootfs

pmbootstrap flasher flash_kernel
pmbootstrap flasher flash_rootfs

For rootfs partition bigger than 1 GiB

pmbootstrap export
cd /tmp/postmarketOS-export
fastboot flash boot boot.img
fastboot flash -S 1G userdata google-manta.img

Exit fastboot mode

Briefly press the power button.

Heimdall Flashing

Enter Heimdall flash mode

  • Connect a USB cable
  • Power the device off
  • Hold power + volume down
  • You should get a bootloader screen saying "Downloading... Do not turn off target !!"

Flash kernel and rootfs

pmbootstrap flasher --method heimdall-bootimg flash_kernel --partition boot
pmbootstrap flasher --method heimdall-bootimg flash_rootfs --partition userdata

Links