Difference between revisions of "User:Oogwaymaki"

From PINE64
Jump to navigation Jump to search
(MultiBoot and setting up Multiple OS's on the sd card without touching the EMMC Operating system.)
 
(Replaced content with "A variety of howto's for PinePhone")
Tag: Replaced
 
(64 intermediate revisions by 2 users not shown)
Line 1: Line 1:
All the information here, has been discussed in the open source community on web sites. I have simply developed a process on how to do this on the pine phone.
A variety of howto's for PinePhone
 
We use utilities such as Cross Compilation, Uboot, Patches, which will be credited.
 
First step, make sure you have a cross compiler for your Computer, for particularly the arm device, you will need to download a few packages, I assume were using Debian Linux (if your using another OS you can find similar commands by searching on the web or to make it simpler download a docker Debian image, and install the pre-requisites which I will list here for Debian)
 
 
First please install these Dependencies:
 
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
 
 
 
 
 
 
Sites Referenced:
 
https://www.96boards.org/documentation/iot/

Latest revision as of 21:19, 29 June 2020

A variety of howto's for PinePhone