I turned a $80 RK3562 Android tablet into a Debian Linux workstation

github.com

187 points by tech4bot 8 hours ago


nine_k - 5 hours ago

Booting into Debian with most devices fully functional is great.

What I'd like to know is what software runs adequately under it in 4 GB RAM. Web browsing should definitely be possible, but I suppose it's limited to very few tabs. Some very lightweight DE could likely make it more usable. Running something like WezTerm + tmux as the DE could be even more economical, leaving some room for e.g. development tools.

NoboruWataya - 5 hours ago

Since it seems AI is pretty good at reverse-engineering stuff like this, is there any educational material on how to use it for that purpose? Seems like it could really help port things like postmarketOS to new devices (and improve support on existing ones)?

p2detar - 20 minutes ago

I applaude this. Ideally I look to make my own TRMNL-alike device, but at 478g (1.05 lbs) the U10 seems to me too heavy to put on the fridge.

shrubble - an hour ago

Such a system with 4GB is eminently useful for many applications; I have an old Acer Chromebook I installed Linux on and have it sitting in the corner quietly and coolly emulating a VAX system with performance equivalent to a Vaxstation 4000/60 or so.

cf100clunk - 4 hours ago

The situation right now with the Doogee U10 tablet: not commonly available.

Once the news gets out about epic breakthroughs on commodity hardware and devices, there's unfortunately a likely spike in the purchase cost, even if such devices can be found at all anymore on the usual online sources of new and used goods.

regularfry - 3 hours ago

Interesting. I don't have the hardware to test it, but:

- Bookworm rather than Trixie looks like a conscious choice. Does 13 (either via apt upgrade or direct installation) not work?

- What's the performance of this hardware like? I've got an old Samsung tablet that's not rootable and it's really creaking on recent android. I'd much rather something like this, but I don't want to swap one too-slow thing for another.

roger_ - 6 hours ago

I love how easy AI makes it to hack devices that otherwise wouldn't be worth the time.

amingilani - 6 hours ago

What was the motivation for this? Why this particular tablet?

megous - an hour ago

Not mainline Linux, if anyone wonders.

syntaxing - 4 hours ago

Is there something that is good to be a “android” server? I want to sign in to this server for all my chat stuff and use beeper to connect to it. I tried using a tablet but the battery keeps dying.

opengrass - 4 hours ago

You can run any distro on Termux thru QEMU or Docker, even Windows, with a RDP client.

igtztorrero - 5 hours ago

Why tablet makers does not provide an easy way to run Debian 12 on their hardware?

kklisura - 4 hours ago

Why is Android so slow?

reaperducer - 3 hours ago

It's interesting how everything is a "workstation" these day.

sbochins - 3 hours ago

You can still get old Mac minis for less than that, which have more memory and can run Debian. Probably best performance per dollar hardware available on the used market

zer0zzz - 5 hours ago

Beautiful. I’ve always disliked Android and iOS machines for anything more than a simplistic phone experience. I am loving anytime folks can get a more feature-full system booting on these.

tech4bot - 8 hours ago

I reverse-engineered a Doogee U10 (Rockchip RK3562) to boot Debian natively from an SD card.

No BSP, no kernel source, no vendor documentation — just a DTB extracted from the stock Android firmware and rebuilt from there.

The tablet boots Linux directly from SD without modifying internal Android storage. Remove the card and Android still boots normally.

The process is intentionally simple: write the image to an SD card from any operating system, insert it, and boot. No flashing tools, no bootloader unlocking, no custom recovery, and no permanent modifications to the device. It can even be prepared directly from Android itself using an external SD card reader.

I used Claude, Gemini, and ChatGPT heavily during bring-up for driver debugging, DT syntax, and kernel configuration issues. They accelerated development significantly, but the actual reverse engineering still required hands-on embedded Linux work: boot-chain analysis, DT bindings, panel timings, register experimentation, and kernel panic debugging.

This project also convinced me that modern mobile hardware is massively underutilized once vendor support ends. Many phones and tablets already have hardware comparable to SBCs, but simple external boot support could extend their useful life for homelabs, edge computing, local AI inference, and embedded workloads.

Any feedback, ideas, or contributions are very welcome.