Update for 03-12-21 21:00
This commit is contained in:
parent
44136a1840
commit
6874eaa559
@ -7,7 +7,8 @@ subsititued for arm if needbe
|
|||||||
|
|
||||||
== Cross-compiler toolchain ==
|
== 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
|
1) emerge sys-devel/crossdev
|
||||||
- Gentoo package for crossdev tools
|
- Gentoo package for crossdev tools
|
||||||
|
@ -11,5 +11,8 @@ Misc. Stuff relating to computers and tech in general
|
|||||||
|
|
||||||
* [[wireless_usb]]
|
* [[wireless_usb]]
|
||||||
|
|
||||||
|
== Hardware ==
|
||||||
|
|
||||||
|
* [[pinephone]]
|
||||||
|
|
||||||
[[index]]
|
[[index]]
|
||||||
|
19
tech/pinephone.wiki
Normal file
19
tech/pinephone.wiki
Normal 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
|
Loading…
Reference in New Issue
Block a user