Preface
Chrooting is usually a key part in installing a GNU/Linux system, and there's no difference here in my GSoC 2018 work. In this article we'll build a Gentoo chroot with CHOST=aarch64-unknown-linux-gnu
, set up ssh connection to it, and install some necessary tools.
Preparation work
First of all …
Read MoreCreated on
04/05/18 11:00
Modified on
04/05/18 11:00
Filed under
GSoC 2018
Tags
android gentoo gsoc linux
Preface
This week was about getting the Gentoo stage3 to work on Android (as a subsystem of Android currently), and replacing init located in the initramfs, which was part of the boot.img
that was used to boot the system. To ease the process of compiling for a different architecture …
Preface
According to the schedule in the proposal, this week was about getting familiar with Lineage OS building process and installing it on the development device. This blog post summarizes the work I've done and the problems I ran into (and successfully fixed) in the process, and makes a brief …
Read More