Tigermedia Tigerbox TOUCH (tigermedia-tigerbox)
Appearance
This device is marked as not booting.
Status: Waiting for the manufacturer to give me the kernel source
Status: Waiting for the manufacturer to give me the kernel source
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 the boot partition: adb push boot.img /dev/block/platform/1021c000.rksdmmc/by-name/boot.
Installation
/* Not yet */