blob: 61eb3870af2278e68b36c1ce725f3d1c7d448472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>postmarketOS</title>
<meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
<meta name="keywords" content="postmarketOS">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all">
<link rel="canonical" href="https://postmarketos.org/wiki/External-resources/">
<link href="/pmosweb/static/css/tachyons.min.css" rel="stylesheet">
<link href="/pmosweb/static/css/main.css" rel="stylesheet">
</head>
<body>
<div class="mw7 center">
<div class="cf ph2-ns">
<a class="title" href="/">
<h1 class="f2 lh-title">
<img src="/pmosweb/static/img/recycle.png"></img>
<span>postmarketOS</span>
</h1>
</a>
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/wiki/">Wiki</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</div>
<h1>External resources</h1>
<p>This list is a collection of presentations, talks and other resources that are somehow related to postmarketOS and can help you to dive in some specific topics.</p>
<h1>Topics</h1>
<h3>Apps</h3>
<ul>
<li><a href="https://dot.kde.org/2016/08/10/kdes-kirigami-ui-framework-gets-its-first-public-release">Kirigami UI</a>: A framework for building cross-platform programs, that work on phones (Linux, Android, iOS?) as well as on the desktop (Linux, Windows).</li>
</ul>
<h3>U-Boot</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=dKBUSMa6oZI">State of the U-Boot</a> (ELC, 2017)</li>
<li><a href="https://www.youtube.com/watch?v=zWjt6ZYxAfQ">Enabling New Hardware in U-Boot</a> (ELC, 2017)</li>
</ul>
<h3>Kernel</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=2l3699AkfuU">Unifying Android and Mainline Kernel Graphics Stack</a>, (<a href="http://elinux.org/images/4/41/ELC_2017-Unifying-Android_and_Mainline_gfx_0.pdf">PDF</a>) (ELC, 2017)</li>
<li><a href="https://www.youtube.com/watch?v=77tuFtM4gjA">Forward Porting Google Nexus 5X / 6P - Lessons from the Trenches and What's Next</a> (ELC, 2017)</li>
</ul>
<h1>Conferences</h1>
<ul>
<li><a href="http://elinux.org/ELC_2017_Presentations">Embedded Linux Conference 2017</a>, (<a href="https://www.youtube.com/playlist?list=PLbzoR-pLrL6pSlkQDW7RpnNLuxPq6WVUR">YouTube playlist</a>)</li>
</ul>
</div>
</div>
</body>
</html>
|