Can I Use Linux From Scratch or Gentoo on an Old Android Tablet?

0
0
Asked By CuriousCat99 On

I'm trying to root a cheap Android tablet and want to install Linux on it. I've heard that options like Ubuntu Touch have limited compatibility, so I'm feeling adventurous. Would using Linux From Scratch or Gentoo—both of which allow for tailoring to specific hardware—be feasible on such a low-end device?

5 Answers

Answered By TechieTinker42 On

Linux From Scratch might work, but traditionally it's aimed at PC hardware. You could potentially build a system from source for a tablet, though it might be easier to cross-compile on a PC first. If you're new to this, it would be a good idea to gain some experience before diving in. But if you're ready to learn, starting with LFS on a computer first could set you up for future attempts on the tablet!

LearnAndGrow007 -

I like the idea of doing it on a computer first! I expect to learn a lot, so I'll be better prepared for my tablet later.

Answered By EpicHacker99 On

It’s a long shot but technically possible. You’d have to cross-compile everything and get the right drivers, which sounds like more hassle than it’s worth. Honestly, I'd focus on simpler solutions unless you're really committed to the challenge!

Answered By SavvyTechie23 On

If you're determined to run Linux on a rooted device, I suggest checking out Linux Deploy. It's an older tool but works well for installing GNU/Linux on Android devices. Just know that while it can be fun, the practicality of it is sometimes limited, but you’ll definitely gain a lot of experience!

Answered By KernelKrafter56 On

You should also check CLFS (Cross Linux From Scratch). Just know for regular LFS, you need a working environment with a native compiler, which you probably don't have right now on your tablet. It's great for learning but be prepared for some setup!

Answered By DriverGuru88 On

The main hurdle you'll face is driver support. If your tablet's hardware isn't already supported, you'll need to either find or build the necessary drivers and integrate them into the kernel. It's definitely a lot of work but not impossible if you're up for the challenge!

WillingWorker54 -

So, if I manage to acquire or create the correct drivers, I could make any distro work, right?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.