Update for 03-12-21 21:00

This commit is contained in:
Tyler Perkins 2021-12-03 21:00:01 -05:00
parent 44136a1840
commit 6874eaa559
3 changed files with 24 additions and 1 deletions

View File

@ -7,7 +7,8 @@ subsititued for arm if needbe
== Cross-compiler toolchain ==
Here is how to get the cross compiler toolchain setup, at least on gentoo
Here is how to get the cross compiler toolchain setup, at least on gentoo (for
this example we are using AVR)
1) emerge sys-devel/crossdev
- Gentoo package for crossdev tools

View File

@ -11,5 +11,8 @@ Misc. Stuff relating to computers and tech in general
* [[wireless_usb]]
== Hardware ==
* [[pinephone]]
[[index]]

19
tech/pinephone.wiki Normal file
View File

@ -0,0 +1,19 @@
= Pinephone =
The pinephone is a cheap generic linux phone.
== Gentoo ==
=== Cross compiler ===
First, we will be compiling on a host gentoo system. To do this, first install
crossdev and the needed toolchain (See [[cross_toolchain]])
{{{
emerge -av git ninja crossdev
crossdev --target arm-none-eabi
}}}
=== GPU Support ===
The pinephone pro uses a Mali T860 quadcore CPU