Jump to content

Tigermedia Tigerbox TOUCH (tigermedia-tigerbox)

From postmarketOS Wiki
Revision as of 17:07, 18 January 2025 by User0 (talk | contribs) (Edit note)
This device is marked as not booting.
Status: Attempting to mainline - stock decompiled DTB just compiles with mainline
Tigermedia Tigerbox TOUCH
CHANGE_ME
CHANGE_ME
Manufacturer Tigermedia
Name Tigerbox TOUCH
Codename tigermedia-tigerbox
Released Not sure, around 2017 or so
Type embedded
Hardware
Chipset Rockchip RK3128
CPU 4x 1.2 GHz ARM Cortex-A9
GPU Mali-400 MP2
Display -
Storage 8 GB
Memory 512 MB (2x 256MB DDR3L SDRAM)
Architecture armv7
Software
Original software Android
Original version 5.1
postmarketOS
Category testing
Pre-built images no
Mainline no
postmarketOS kernel -
Unixbench Whet/Dhry score -


Contributors

Users owning this device

  • User0 (Notes: running stock android OS)


How to enter flash the device

The device has some weird fastboot implementation, so flashing with that won't work, we will have to use some more hackish way :P

You need:
ADB
A paperclip
A USB cable

How to flash boot.img:

Step 1: Boot the device in recovery mode: Shut it down, disconnect the USB cable. Insert the paperclip in the "RESET" hole at the back of the device. Hold the power button. The device will boot into recovery.

Step 2: Flash the image with ADB: Connect the USB cable, do not interact with the recovery. Open a shell window. To get write access to the device, use adb root. After that, push the image to eMMC block 0 partition 6, which is the boot partition: adb push boot.img /dev/block/mmcblk0p6.

Installation

/* Not yet */

See also