hansemro / kc1-linux

Documentation of mainline Linux on First Generation Kindle Fire
GNU General Public License v2.0
4 stars 0 forks source link

Add documentation for rootfs creation and installation #2

Open hansemro opened 3 years ago

hansemro commented 3 years ago

It would be nice to have some documentation on building a simple rootfs with busybox. Once more devices become accessible via device tree, I will look into buildroot and postmarketOS.

mj-sakellaropoulos commented 3 years ago

I have buildroot working on Ubuntu 20.10 Download and untar : https://buildroot.org/downloads/buildroot-2021.02.1.tar.gz

# need to install various dependencies, for xconfig you need qt5
cd buildroot
make xconfig

minimal buildroot config : https://gist.github.com/mj-sakellaropoulos/25342160a6d9b66851c9108624850518

image

hansemro commented 3 years ago

Neat!

hansemro commented 3 years ago

398b51cf2d55a9af4afab3a950fdb6a3b1c4ead3: Added steps to create and install busybox rootfs.

I will look into buildroot next.