-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
670 lines (639 loc) · 22.1 KB
/
Copy pathindex.html
File metadata and controls
670 lines (639 loc) · 22.1 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ubuntu 26.04 on Orange Pi 5 Pro — RK3588S build recipe + prebuilt images</title>
<meta name="description" content="Ubuntu 26.04 LTS (Resolute Raccoon) for the Orange Pi 5 Pro. Prebuilt KDE Plasma desktop and minimal images, plus the Armbian-based build recipe — mainline kernel, Mali-G610 GPU acceleration, working RK3588 NPU inference, and a working uutils/rustix chroot fix.">
<meta name="theme-color" content="#e85d04">
<meta name="author" content="MacK42">
<link rel="canonical" href="https://mack42.github.io/OrangePi5Pro/">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<meta property="og:type" content="website">
<meta property="og:title" content="Ubuntu 26.04 on Orange Pi 5 Pro">
<meta property="og:description" content="Prebuilt images and Armbian build recipe for the RK3588S — mainline kernel, working GPU, working NPU inference, KDE Plasma desktop.">
<meta property="og:url" content="https://mack42.github.io/OrangePi5Pro/">
<meta property="og:site_name" content="OrangePi5Pro">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ubuntu 26.04 on Orange Pi 5 Pro">
<meta name="twitter:description" content="Prebuilt images and Armbian build recipe for the RK3588S.">
<style>
:root {
--bg: #fafafa;
--bg-alt: #f3f4f6;
--text: #0f1419;
--text-muted: #5b6470;
--accent: #e85d04;
--accent-hover: #ca5004;
--accent-soft: rgba(232, 93, 4, 0.1);
--accent-ring: rgba(232, 93, 4, 0.2);
--card: #ffffff;
--border: #e5e7eb;
--code-bg: #f1f3f5;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);
--nav-bg: rgba(250, 250, 250, 0.85);
}
@media (prefers-color-scheme: dark) {
:root {
--bg: #0a0e14;
--bg-alt: #0f141c;
--text: #e6e8eb;
--text-muted: #8b94a3;
--accent: #ff8c1a;
--accent-hover: #ffa040;
--accent-soft: rgba(255, 140, 26, 0.1);
--accent-ring: rgba(255, 140, 26, 0.2);
--card: #0f141c;
--border: #1f2733;
--code-bg: #1a2029;
--shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
--shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.5);
--nav-bg: rgba(10, 14, 20, 0.85);
}
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
color: var(--text);
background: var(--bg);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); text-decoration: underline; }
code {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
font-size: 0.88em;
background: var(--code-bg);
padding: 0.15em 0.4em;
border-radius: 4px;
border: 1px solid var(--border);
}
nav {
position: sticky;
top: 0;
z-index: 100;
background: var(--nav-bg);
backdrop-filter: saturate(180%) blur(20px);
-webkit-backdrop-filter: saturate(180%) blur(20px);
border-bottom: 1px solid var(--border);
}
.nav-inner {
max-width: 1080px;
margin: 0 auto;
padding: 14px 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
.brand {
font-weight: 700;
font-size: 16px;
color: var(--text);
display: flex;
align-items: center;
gap: 8px;
}
.brand:hover { text-decoration: none; color: var(--accent); }
.brand-mark {
width: 22px; height: 22px;
background: var(--accent);
border-radius: 5px;
display: inline-flex;
align-items: center;
justify-content: center;
color: white;
font-size: 13px;
font-weight: 800;
}
.nav-links {
display: flex;
align-items: center;
gap: 22px;
}
.nav-links a {
color: var(--text-muted);
font-size: 14px;
font-weight: 500;
}
.nav-links a:hover { color: var(--text); text-decoration: none; }
.btn-small {
background: var(--accent);
color: white !important;
padding: 7px 14px;
border-radius: 6px;
font-weight: 600;
}
.btn-small:hover { background: var(--accent-hover); }
.hero {
padding: 96px 24px 64px;
text-align: center;
background:
radial-gradient(ellipse 800px 400px at top, var(--accent-soft), transparent 70%);
border-bottom: 1px solid var(--border);
}
.hero-inner {
max-width: 820px;
margin: 0 auto;
}
.badge {
display: inline-block;
padding: 6px 12px;
background: var(--accent-soft);
color: var(--accent);
border-radius: 999px;
font-size: 13px;
font-weight: 600;
margin-bottom: 24px;
border: 1px solid var(--accent-ring);
letter-spacing: 0.01em;
}
.hero h1 {
font-size: clamp(36px, 6vw, 58px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.02em;
margin: 0 0 24px;
}
.accent { color: var(--accent); }
.lede {
font-size: clamp(16px, 1.7vw, 19px);
color: var(--text-muted);
margin: 0 auto 32px;
max-width: 680px;
}
.cta {
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.btn {
display: inline-block;
padding: 12px 22px;
border-radius: 8px;
font-weight: 600;
font-size: 15px;
transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
border: 1px solid transparent;
cursor: pointer;
}
.btn-primary {
background: var(--accent);
color: white !important;
box-shadow: var(--shadow);
}
.btn-primary:hover {
background: var(--accent-hover);
text-decoration: none;
transform: translateY(-1px);
box-shadow: var(--shadow-lg);
}
.btn-secondary {
background: var(--card);
color: var(--text) !important;
border-color: var(--border);
}
.btn-secondary:hover {
border-color: var(--accent);
text-decoration: none;
}
.meta {
font-size: 13px;
color: var(--text-muted);
display: flex;
gap: 8px;
justify-content: center;
flex-wrap: wrap;
}
.terminal {
max-width: 720px;
margin: 56px auto 0;
background: #0d1117;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.08);
border: 1px solid #30363d;
text-align: left;
}
.terminal-bar {
background: #161b22;
padding: 11px 14px;
display: flex;
align-items: center;
gap: 7px;
border-bottom: 1px solid #30363d;
}
.dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }
.terminal-title {
color: #8b949e;
font-size: 12px;
font-family: ui-monospace, monospace;
margin-left: 14px;
letter-spacing: 0.02em;
}
.terminal-body {
margin: 0;
padding: 18px 20px;
color: #c9d1d9;
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;
font-size: 12.5px;
line-height: 1.65;
overflow-x: auto;
white-space: pre;
background: #0d1117;
}
.prompt { color: #58a6ff; }
.cmt { color: #6e7681; }
.ok { color: #3fb950; }
.section {
padding: 88px 24px;
border-bottom: 1px solid var(--border);
}
.section-alt { background: var(--bg-alt); }
.section h2 {
font-size: clamp(28px, 4vw, 38px);
font-weight: 800;
margin: 0 0 16px;
letter-spacing: -0.02em;
text-align: center;
}
.section-intro {
font-size: 17px;
color: var(--text-muted);
max-width: 680px;
margin: 0 auto 56px;
text-align: center;
}
.section-intro a { font-weight: 500; }
.image-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 22px;
max-width: 880px;
margin: 0 auto 36px;
}
.image-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 14px;
padding: 32px;
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
display: flex;
flex-direction: column;
}
.image-card:hover {
border-color: var(--accent);
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.image-card-head {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-bottom: 16px;
}
.image-card h3 {
margin: 0;
font-size: 22px;
font-weight: 700;
letter-spacing: -0.01em;
}
.size-tag {
font-size: 13px;
color: var(--text-muted);
background: var(--code-bg);
padding: 3px 9px;
border-radius: 999px;
border: 1px solid var(--border);
}
.image-card ul {
margin: 0 0 24px;
padding: 0;
list-style: none;
flex: 1;
}
.image-card li {
padding: 6px 0 6px 22px;
position: relative;
font-size: 14.5px;
}
.image-card li::before {
content: "";
position: absolute;
left: 0;
top: 13px;
width: 12px;
height: 7px;
border-left: 2px solid var(--accent);
border-bottom: 2px solid var(--accent);
transform: rotate(-45deg);
}
.btn-card {
display: inline-block;
padding: 11px 18px;
background: transparent;
color: var(--accent) !important;
border: 1px solid var(--accent);
border-radius: 7px;
font-weight: 600;
font-size: 14px;
transition: background 0.15s ease, color 0.15s ease;
text-align: center;
align-self: stretch;
}
.btn-card:hover {
background: var(--accent);
color: white !important;
text-decoration: none;
}
.flash-tip {
text-align: center;
color: var(--text-muted);
font-size: 14.5px;
max-width: 720px;
margin: 0 auto;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
max-width: 1080px;
margin: 0 auto;
}
.feature {
padding: 26px 24px;
background: var(--card);
border: 1px solid var(--border);
border-radius: 12px;
transition: border-color 0.15s ease, transform 0.15s ease;
}
.feature:hover {
border-color: var(--accent);
transform: translateY(-2px);
}
.feature-icon {
width: 36px; height: 36px;
border-radius: 8px;
background: var(--accent-soft);
color: var(--accent);
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 14px;
border: 1px solid var(--accent-ring);
}
.feature-icon svg { width: 20px; height: 20px; }
.feature h3 {
margin: 0 0 8px;
font-size: 17px;
font-weight: 700;
letter-spacing: -0.005em;
}
.feature p {
margin: 0;
color: var(--text-muted);
font-size: 14.5px;
line-height: 1.55;
}
.prose {
max-width: 720px;
margin: 0 auto;
font-size: 16px;
}
.prose p, .prose ul { margin: 0 0 16px; }
.prose li { margin-bottom: 10px; }
.prose strong { color: var(--text); }
.build-steps {
max-width: 720px;
margin: 0 auto 36px;
padding: 0;
list-style: none;
counter-reset: step;
}
.build-steps li {
counter-increment: step;
padding: 18px 22px 18px 64px;
margin-bottom: 12px;
background: var(--card);
border: 1px solid var(--border);
border-radius: 10px;
position: relative;
font-size: 15px;
}
.build-steps li::before {
content: counter(step);
position: absolute;
left: 22px;
top: 17px;
width: 28px;
height: 28px;
background: var(--accent);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 13px;
}
.build-steps strong { display: block; margin-bottom: 4px; }
.build-cta { text-align: center; }
footer {
padding: 48px 24px;
text-align: center;
}
.footer-inner {
max-width: 1080px;
margin: 0 auto;
}
footer p {
margin: 0 0 6px;
color: var(--text-muted);
font-size: 14px;
}
footer a { color: var(--text-muted); }
footer a:hover { color: var(--accent); }
.muted { font-size: 13px; opacity: 0.8; }
@media (max-width: 720px) {
.hero { padding: 64px 20px 48px; }
.section { padding: 64px 20px; }
.nav-links { gap: 12px; }
.nav-links a:not(.btn-small) { display: none; }
.terminal-body { font-size: 11.5px; padding: 14px 16px; }
.image-card { padding: 26px; }
.build-steps li { padding-left: 56px; }
.build-steps li::before { left: 16px; }
}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="#top" class="brand"><span class="brand-mark">O</span>OrangePi5Pro</a>
<div class="nav-links">
<a href="#download">Download</a>
<a href="#features">Features</a>
<a href="#build">Build</a>
<a href="https://github.com/mack42/OrangePi5Pro">GitHub</a>
<a href="https://github.com/mack42/OrangePi5Pro/releases/latest" class="btn-small">Get image</a>
</div>
</div>
</nav>
<header class="hero" id="top">
<div class="hero-inner">
<span class="badge">Ubuntu 26.04 LTS · Resolute Raccoon</span>
<h1>Ubuntu 26.04 on the<br><span class="accent">Orange Pi 5 Pro</span></h1>
<p class="lede">Prebuilt images and the Armbian-based build recipe for the Rockchip RK3588S — mainline kernel, working Mali-G610 GPU, working RK3588 NPU inference, and a KDE Plasma desktop image that boots straight into a setup wizard.</p>
<div class="cta">
<a href="https://github.com/mack42/OrangePi5Pro/releases/latest" class="btn btn-primary">Download latest release</a>
<a href="https://github.com/mack42/OrangePi5Pro" class="btn btn-secondary">View on GitHub</a>
</div>
<div class="meta">
<span>MIT licensed</span>
<span>·</span>
<span>Built with Armbian</span>
<span>·</span>
<span>Open issues welcome</span>
</div>
<div class="terminal" aria-hidden="true">
<div class="terminal-bar">
<span class="dot dot-red"></span>
<span class="dot dot-yellow"></span>
<span class="dot dot-green"></span>
<span class="terminal-title">opi5pro — ssh</span>
</div>
<pre class="terminal-body"><span class="prompt">root@orangepi5pro:~$</span> uname -r
6.18.0-current-rockchip64
<span class="prompt">root@orangepi5pro:~$</span> glxinfo -B | grep "OpenGL renderer"
OpenGL renderer string: <span class="ok">Mali-G610 (Panfrost)</span>
<span class="prompt">mack@orangepi5pro:~$</span> orangepi-npu-benchmark
npu driver : 0.9.8
throughput : <span class="ok">326.9 inferences/s</span>
<span class="prompt">root@orangepi5pro:~$</span> orangepi-setup
<span class="cmt">+----------------------------------------------------------+
| First-time setup not yet completed. |
| |
| Six prompts: Plasma, NVMe migration, SPI bootloader, |
| HW video decode, HDMI overscan. |
+----------------------------------------------------------+</span>
</pre>
</div>
</div>
</header>
<main>
<section id="download" class="section">
<h2>Get the image</h2>
<p class="section-intro">Currently no off-the-shelf 26.04 image exists for this board. Two prebuilt variants ship with each release on <a href="https://github.com/mack42/OrangePi5Pro/releases/latest">GitHub Releases</a>.</p>
<div class="image-grid">
<article class="image-card">
<div class="image-card-head">
<h3>Desktop</h3>
<span class="size-tag">~940 MB</span>
</div>
<ul>
<li>KDE Plasma + SDDM</li>
<li>HW video decode (Rockchip VA-API)</li>
<li>Working NPU inference — all 3 cores (~558/s @ mask 0x7)</li>
<li>Brave browser preinstalled</li>
<li>Auto-launching setup wizard</li>
</ul>
<a href="https://github.com/mack42/OrangePi5Pro/releases/latest" class="btn-card">Download desktop image</a>
</article>
<article class="image-card">
<div class="image-card-head">
<h3>Minimal</h3>
<span class="size-tag">~440 MB</span>
</div>
<ul>
<li>CLI only — headless / server</li>
<li>RK3588 NPU — all 3 cores</li>
<li>orangepi-setup TTY wizard</li>
<li>No GUI overhead</li>
<li>Optional Plasma post-install</li>
</ul>
<a href="https://github.com/mack42/OrangePi5Pro/releases/latest" class="btn-card">Download minimal image</a>
</article>
</div>
<p class="flash-tip">Flash with <a href="https://etcher.balena.io/">balenaEtcher</a> on any OS, or <code>xz -dc *.img.xz | sudo dd of=/dev/sdX bs=4M status=progress</code> on Linux/macOS. Each release ships a matching <code>.sha</code> file — verify before flashing.</p>
</section>
<section id="features" class="section section-alt">
<h2>What's in it</h2>
<p class="section-intro">Six things that should "just work" on this board and didn't, until now.</p>
<div class="feature-grid">
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2"/><line x1="9" y1="3" x2="9" y2="21"/></svg></div>
<h3>Mainline kernel</h3>
<p>Defaults to <code>BRANCH=current</code> — Linux ~6.18 from Armbian's CI. No Rockchip BSP unless you specifically need it.</p>
</div>
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"/></svg></div>
<h3>Real GPU acceleration</h3>
<p>panthor + Mesa <code>panvk</code> on Mali-G610 MC4. Working OpenGL ES 3.1, Vulkan 1.4. No more <code>llvmpipe</code> fallback.</p>
</div>
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 2a3 3 0 0 0-3 3v1a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3v1a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-1a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3V5a3 3 0 0 0-3-3z"/><line x1="9" y1="9" x2="15" y2="9"/><line x1="9" y1="15" x2="15" y2="15"/></svg></div>
<h3>RK3588 NPU</h3>
<p>w568w/rknpu DKMS module + librknnrt 2.3.2 + custom DT overlay that replaces the mainline <code>rocket</code> nodes with a vendor-style <code>rknpu</code>. All three cores enabled via a 4-bank single-IOMMU node + a driver patch that pre-powers the per-core domains, so nothing runs on a bypassed MMU.</p>
</div>
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="23 7 16 12 23 17 23 7"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></svg></div>
<h3>HW video decode</h3>
<p>Builds <code>librockchip-mpp</code> + <code>woodyst/rockchip-vaapi</code> from source. Firefox / Brave / mpv pick it up via VA-API automatically.</p>
</div>
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 1 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 1 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 1 1-2.83-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 1 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 1 1 2.83-2.83l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 1 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 1 1 2.83 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 1 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z"/></svg></div>
<h3>Setup wizard</h3>
<p>Plasma kdialog wizard auto-launches once on first login: NVMe migration, SPI bootloader install, HDMI overscan workaround. Re-runnable.</p>
</div>
<div class="feature">
<div class="feature-icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M3 5v14a9 3 0 0 0 18 0V5"/><path d="M3 12a9 3 0 0 0 18 0"/></svg></div>
<h3>NVMe boot</h3>
<p>Built-in flow puts u-boot in SPI flash and rootfs on NVMe — pure NVMe boot, no SD card after. Or keep SD as bootloader if you prefer reversible.</p>
</div>
</div>
</section>
<section class="section">
<h2>Why this exists</h2>
<div class="prose">
<p>Currently there is no off-the-shelf Ubuntu 26.04 image for the Orange Pi 5 Pro:</p>
<ul>
<li>Joshua Riek's <code>ubuntu-rockchip</code> — <strong>archived 29 April 2026</strong>.</li>
<li>Armbian's downloads for this board only ship Debian Trixie.</li>
<li>Orange Pi's official downloads top out at 24.04.</li>
</ul>
<p>Building 26.04 directly hits a <strong><code>rust-coreutils</code> / <code>rustix</code> chroot panic</strong> on Rockchip RK3588 vendor BSP kernels — Armbian's first chroot operation (linking the keyring) dies before any of the build can start. The stock OPi 22.04 kernel ships without <code>CONFIG_BINFMT_MISC</code> at all, so you can't even shim qemu around it.</p>
<p>This repo solves it with a 24.04 stepping-stone build, plus a small idempotent patch (<code>apply-uutils-shim.sh</code>) that swaps uutils for a qemu-routed shim during chroot operations and restores it before image creation. <strong>The final 26.04 image ships clean uutils — no qemu emulation at runtime.</strong></p>
</div>
</section>
<section id="build" class="section section-alt">
<h2>Build it yourself</h2>
<p class="section-intro">Three scripts, three steps. Run on the booted board.</p>
<ol class="build-steps">
<li><strong>Build the 24.04 stepping-stone image</strong> on the stock OPi vendor 22.04 system: <code>./01-build-noble.sh</code> <small style="color:var(--text-muted)">(~3-5 h cold, ~3 min cached)</small></li>
<li><strong>Flash 24.04 to microSD, boot from it.</strong></li>
<li><strong>Build 26.04</strong> from the booted 24.04 system: <code>./02-build-resolute.sh</code> for minimal, <code>--desktop</code> for the Plasma image. <small style="color:var(--text-muted)">(~8-15 min minimal, ~30-45 min desktop)</small></li>
</ol>
<div class="build-cta">
<a href="https://github.com/mack42/OrangePi5Pro#readme" class="btn btn-primary">Read the full guide on GitHub →</a>
</div>
</section>
</main>
<footer>
<div class="footer-inner">
<p>MIT licensed · <a href="https://github.com/mack42/OrangePi5Pro">github.com/mack42/OrangePi5Pro</a> · <a href="https://github.com/mack42/OrangePi5Pro/issues">Report an issue</a></p>
<p class="muted">Not affiliated with Orange Pi, Rockchip, Canonical, or Armbian. The Orange Pi 5 Pro is community-tier (CSC) in Armbian — no upstream maintainer. Use at your own risk.</p>
</div>
</footer>
</body>
</html>