-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
/
Copy pathtargets.conf
975 lines (772 loc) · 86.2 KB
/
targets.conf
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
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
#################################################################################################################################################################
# board branch release desktop stable yes DE DE config Comma delimited app groups #
# cli beta no #
# minimal (adv)ertise #
#################################################################################################################################################################
# aml-s9xx-box
aml-s9xx-box current bullseye cli stable yes
aml-s9xx-box current jammy cli stable yes
#
aml-s9xx-box current bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
aml-s9xx-box current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi M1 / M1+ A20
bananapi current bullseye cli stable yes
bananapi current jammy cli stable adv
bananapi current jammy minimal stable yes
bananapi current bullseye minimal stable yes
#
bananapi current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapi current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi Pro A20
bananapipro current bullseye cli stable yes
bananapipro current jammy cli stable adv
bananapipro current jammy minimal stable yes
bananapipro current bullseye minimal stable yes
#
bananapipro current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapipro current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi M2+ H3
bananapim2plus current bullseye cli stable yes
bananapim2plus current jammy cli stable adv
bananapim2plus current jammy minimal stable yes
bananapim2plus current bullseye minimal stable yes
#
bananapim2plus current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim2plus current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi M5
bananapim5 current jammy cli stable adv
bananapim5 current bullseye cli stable yes
bananapim5 current jammy minimal stable yes
bananapim5 current bullseye minimal stable yes
#
bananapim5 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim5 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim5 current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim5 current bullseye desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim5 current bullseye desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim5 current bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi M64
bananapim64 current jammy cli stable adv
bananapim64 current bullseye cli stable yes
bananapim64 current jammy minimal stable yes
bananapim64 current bullseye minimal stable yes
#
bananapim64 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim64 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapim64 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Bananapi R2-pro
bananapir2pro legacy bullseye cli stable yes
bananapir2pro legacy jammy cli stable yes
bananapir2pro legacy bullseye desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro legacy jammy desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
bananapir2pro current jammy cli stable yes
bananapir2pro current bullseye cli stable yes
#
bananapir2pro current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
bananapir2pro current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# clockworkpi-a06
clockworkpi-a06 current jammy cli stable adv
clockworkpi-a06 current bullseye cli stable yes
#
clockworkpi-a06 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
clockworkpi-a06 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
clockworkpi-a06 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# EspressoBIN
espressobin current bullseye cli stable adv
espressobin current jammy cli stable adv
espressobin current bullseye minimal stable yes
espressobin current jammy minimal stable yes
#
espressobin edge jammy minimal stable no
# Helios4
helios4 current bullseye cli stable adv
helios4 current jammy cli stable adv
helios4 current bullseye minimal stable yes
helios4 current jammy minimal stable yes
#
helios4 edge jammy cli stable no
# Clearfog Base
clearfogbase current bullseye cli stable adv
clearfogbase current jammy cli stable adv
clearfogbase current bullseye minimal stable yes
clearfogbase current jammy minimal stable yes
# Clearfog Pro
clearfogpro current bullseye cli stable adv
clearfogpro current jammy cli stable adv
clearfogpro current bullseye minimal stable yes
clearfogpro current jammy minimal stable yes
# Khadas Vim1
khadas-vim1 current jammy cli stable adv
khadas-vim1 current bullseye cli stable yes
khadas-vim1 current jammy minimal stable yes
khadas-vim1 current bullseye minimal stable yes
#
khadas-vim1 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim1 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim1 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Khadas Vim2
khadas-vim2 current jammy cli stable adv
khadas-vim2 current bullseye cli stable yes
khadas-vim2 current jammy minimal stable yes
khadas-vim2 current bullseye minimal stable yes
#
khadas-vim2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Khadas Vim3l
khadas-vim3l current jammy cli stable adv
khadas-vim3l current bullseye cli stable yes
khadas-vim3l current jammy minimal stable yes
khadas-vim3l current bullseye minimal stable yes
#
khadas-vim3l current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim3l current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim3l current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Khadas Vim3
khadas-vim3 current jammy cli stable adv
khadas-vim3 current bullseye cli stable yes
khadas-vim3 current jammy minimal stable yes
khadas-vim3 current bullseye minimal stable yes
#
khadas-vim3 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim3 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-vim3 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Khadas Edge V
khadas-edge current jammy cli stable adv
khadas-edge current bullseye cli stable yes
khadas-edge current jammy minimal stable yes
khadas-edge current bullseye minimal stable yes
#
khadas-edge current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-edge current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-edge current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Khadas Edge 2
khadas-edge2 legacy jammy cli stable yes
khadas-edge2 legacy bullseye cli stable yes
#
khadas-edge2 legacy bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-edge2 legacy jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
khadas-edge2 legacy jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# La frite
lafrite current jammy cli stable adv
lafrite current bullseye cli stable yes
lafrite current jammy minimal stable yes
lafrite current bullseye minimal stable yes
#
lafrite current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lafrite current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lafrite current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Lepotato
lepotato current jammy cli stable adv
lepotato current bullseye cli stable yes
lepotato current jammy minimal stable yes
lepotato current bullseye minimal stable yes
#
lepotato current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lepotato current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lepotato current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Olimex Lime2
lime2 current bullseye cli stable yes
lime2 current jammy cli stable adv
lime2 current bullseye minimal stable yes
lime2 current jammy minimal stable yes
#
lime2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Olimex Lime A64
lime-a64 current jammy cli stable adv
lime-a64 current bullseye cli stable yes
lime-a64 current jammy minimal stable yes
lime-a64 current bullseye minimal stable yes
#
lime-a64 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lime-a64 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
lime-a64 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# nanopiduo
nanopiduo current jammy cli stable adv
nanopiduo current bullseye cli stable adv
nanopiduo current jammy minimal stable yes
nanopiduo current bullseye minimal stable yes
# NanoPC T4
nanopct4 current jammy cli stable adv
nanopct4 current bullseye cli stable yes
#
nanopct4 current bullseye desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopct4 current bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopct4 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopct4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# nanopi-r1
nanopi-r1 current bullseye cli stable adv
nanopi-r1 current jammy cli stable adv
nanopi-r1 current bullseye minimal stable yes
nanopi-r1 current jammy minimal stable yes
# nanopi-r1s-h5
nanopi-r1s-h5 current bullseye cli stable adv
nanopi-r1s-h5 current jammy cli stable adv
nanopi-r1s-h5 current bullseye minimal stable yes
nanopi-r1s-h5 current jammy minimal stable yes
# nanopi-r2s
nanopi-r2s current bullseye cli stable adv
nanopi-r2s current jammy cli stable adv
nanopi-r2s current bullseye minimal stable yes
nanopi-r2s current jammy minimal stable yes
# nanopi-r2c
nanopi-r2c current bullseye cli stable adv
nanopi-r2c current jammy cli stable adv
nanopi-r2c current bullseye minimal stable yes
nanopi-r2c current jammy minimal stable yes
# nanopi-r4s
nanopi-r4s current bullseye cli stable adv
nanopi-r4s current jammy cli stable adv
nanopi-r4s current bullseye minimal stable yes
nanopi-r4s current jammy minimal stable yes
# nanopik1plus
nanopik1plus current jammy cli stable adv
nanopik1plus current bullseye cli stable yes
#
nanopik1plus current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopik1plus current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopik1plus current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# nanopim4
nanopim4 current jammy cli stable adv
nanopim4 current bullseye cli stable yes
#
nanopim4 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopim4 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopim4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# nanopim4v2
nanopim4v2 current bullseye cli stable yes
nanopim4v2 current jammy cli stable adv
nanopim4v2 current bullseye minimal stable yes
nanopim4v2 current jammy minimal stable yes
#
nanopim4v2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopim4v2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
nanopim4v2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# nanopineo
nanopineo current bullseye cli stable adv
nanopineo current jammy cli stable adv
nanopineo current bullseye minimal stable yes
nanopineo current jammy minimal stable yes
# nanopineo2
nanopineo2 current bullseye cli stable adv
nanopineo2 current jammy cli stable adv
nanopineo2 current bullseye minimal stable yes
nanopineo2 current jammy minimal stable yes
# nanopineo3
nanopineo3 current bullseye cli stable adv
nanopineo3 edge bullseye cli stable yes
nanopineo3 current jammy cli stable adv
nanopineo3 edge jammy cli stable yes
nanopineo3 current bullseye minimal stable yes
nanopineo3 current jammy minimal stable yes
# nanopineoplus2
nanopineoplus2 current bullseye cli stable adv
nanopineoplus2 current jammy cli stable adv
nanopineoplus2 current bullseye minimal stable yes
nanopineoplus2 current jammy minimal stable yes
# nanopineo2black
nanopineo2black current bullseye cli stable adv
nanopineo2black current jammy cli stable adv
nanopineo2black current bullseye minimal stable yes
nanopineo2black current jammy minimal stable yes
# Odroid C2
odroidc2 current jammy cli stable adv
odroidc2 current bullseye cli stable yes
odroidc2 current jammy minimal stable yes
odroidc2 current bullseye minimal stable yes
#
odroidc2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidc2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidc2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# Odroid N2 / N2+
odroidn2 current jammy cli stable adv
odroidn2 current bullseye cli stable yes
odroidn2 current jammy minimal stable yes
odroidn2 current bullseye minimal stable yes
#
odroidn2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidn2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidn2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# Odroid M1
odroidm1 edge jammy cli stable adv
odroidm1 edge bullseye cli stable yes
odroidm1 edge jammy minimal stable yes
odroidm1 edge bullseye minimal stable yes
#
odroidm1 edge jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidm1 edge jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidm1 edge jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# Odroid HC4
odroidhc4 current jammy cli stable adv
odroidhc4 current bullseye cli stable yes
odroidhc4 current jammy minimal stable yes
odroidhc4 current bullseye minimal stable yes
#
odroidhc4 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidhc4 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidhc4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# Odroid C4
odroidc4 current jammy cli stable adv
odroidc4 current bullseye cli stable yes
odroidc4 current jammy minimal stable yes
odroidc4 current bullseye minimal stable yes
#
odroidc4 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidc4 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
odroidc4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# Odroid XU4
odroidxu4 current jammy cli stable adv
odroidxu4 current bullseye cli stable yes
odroidxu4 current jammy minimal stable yes
odroidxu4 current bullseye minimal stable yes
#
odroidxu4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
odroidxu4 edge jammy cli stable no
# orangepi 3
orangepi3 current jammy cli stable adv
orangepi3 current bullseye cli stable yes
orangepi3 current jammy minimal stable yes
orangepi3 current bullseye minimal stable yes
#
orangepi3 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi3 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi3 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepi 3 LTS
orangepi3-lts current jammy cli stable adv
orangepi3-lts current bullseye cli stable yes
orangepi3-lts current jammy minimal stable yes
orangepi3-lts current bullseye minimal stable yes
#
orangepi3-lts current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi3-lts current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi3-lts current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Orangepi 4
orangepi4 current jammy cli stable adv
orangepi4 current bullseye cli stable yes
orangepi4 current jammy minimal stable yes
orangepi4 current bullseye minimal stable yes
#
orangepi4 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi4 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi4 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Orangepi 4 LTS
orangepi4-lts current jammy cli stable adv
orangepi4-lts current bullseye cli stable yes
orangepi4-lts current jammy minimal stable yes
orangepi4-lts current bullseye minimal stable yes
#
orangepi4-lts current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi4-lts current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi4-lts current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Orangepi 5
orangepi5 legacy jammy cli stable adv
orangepi5 legacy bullseye cli stable yes
orangepi5 legacy jammy minimal stable yes
orangepi5 legacy bullseye minimal stable yes
orangepi5 legacy jammy desktop stable adv gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi5 legacy jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepi5 legacy jammy desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Orangepi R1
orangepi-r1 current jammy cli stable adv
orangepi-r1 current bullseye cli stable adv
orangepi-r1 current jammy minimal stable yes
orangepi-r1 current bullseye minimal stable yes
# orangepi R1+
orangepi-r1plus current jammy cli stable adv
orangepi-r1plus current bullseye cli stable adv
orangepi-r1plus current jammy minimal stable yes
orangepi-r1plus current bullseye minimal stable yes
# Orangepi R1+ LTS
orangepi-r1plus-lts current bullseye cli stable adv
orangepi-r1plus-lts current jammy cli stable adv
orangepi-r1plus-lts current bullseye minimal stable yes
orangepi-r1plus-lts current jammy minimal stable yes
# orangepilite
orangepilite current bullseye cli stable yes
orangepilite current jammy cli stable adv
orangepilite current bullseye minimal stable yes
orangepilite current jammy minimal stable yes
#
orangepilite current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepilite2
orangepilite2 current bullseye cli stable yes
orangepilite2 current jammy cli stable adv
orangepilite2 current bullseye minimal stable yes
orangepilite2 current jammy minimal stable yes
#
orangepilite2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepioneplus
orangepioneplus current bullseye cli stable yes
orangepioneplus current jammy cli stable adv
orangepioneplus current bullseye minimal stable yes
orangepioneplus current jammy minimal stable yes
#
orangepioneplus current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepione
orangepione current bullseye cli stable yes
orangepione current jammy cli stable adv
orangepione current bullseye minimal stable yes
orangepione current jammy minimal stable yes
#
orangepione current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepipc
orangepipc current bullseye cli stable yes
orangepipc current jammy cli stable adv
orangepipc current bullseye minimal stable yes
orangepipc current jammy minimal stable yes
#
orangepipc current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepipc2
orangepipc2 current jammy cli stable adv
orangepipc2 current bullseye cli stable yes
orangepipc2 current jammy minimal stable yes
orangepipc2 current bullseye minimal stable yes
#
orangepipc2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepipc2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepipc2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
# orangepipcplus
orangepipcplus current bullseye cli stable yes
orangepipcplus current jammy cli stable adv
orangepipcplus current bullseye minimal stable yes
orangepipcplus current jammy minimal stable yes
#
orangepipcplus current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepiplus
orangepiplus current bullseye cli stable yes
orangepiplus current jammy cli stable adv
orangepiplus current bullseye minimal stable yes
orangepiplus current jammy minimal stable yes
#
orangepiplus current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepiplus2e
orangepiplus2e current bullseye cli stable yes
orangepiplus2e current jammy cli stable adv
orangepiplus2e current jammy minimal stable yes
orangepiplus2e current bullseye minimal stable yes
#
orangepiplus2e current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Orangepi Prime
orangepiprime current jammy cli stable adv
orangepiprime current bullseye cli stable yes
orangepiprime current jammy minimal stable yes
orangepiprime current bullseye minimal stable yes
#
orangepiprime current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepiprime current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
orangepiprime current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# orangepizero
orangepizero current jammy cli stable adv
orangepizero current bullseye cli stable adv
orangepizero current jammy minimal stable yes
orangepizero current bullseye minimal stable yes
# orangepizero2
orangepizero2 legacy jammy cli stable adv
orangepizero2 legacy bullseye cli stable adv
orangepizero2 edge jammy cli stable yes
orangepizero2 edge bullseye cli stable yes
orangepizero2 edge jammy minimal stable yes
orangepizero2 edge bullseye minimal stable yes
# orangepizeroplus
orangepizeroplus current jammy cli stable adv
orangepizeroplus current bullseye cli stable adv
orangepizeroplus current jammy minimal stable yes
orangepizeroplus current bullseye minimal stable yes
# orangepizeroplus h3
orangepizeroplus2-h3 current bullseye cli stable yes
orangepizeroplus2-h3 current jammy cli stable adv
#
orangepizeroplus2-h3 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Pine 64
pine64 current jammy cli stable adv
pine64 current bullseye cli stable yes
pine64 current jammy minimal stable yes
pine64 current bullseye minimal stable yes
#
pine64 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pine64 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pine64 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# So-Pine 64
pine64so current bullseye cli stable adv
pine64so current jammy cli stable adv
# Pine H64
pineh64-b current jammy cli stable adv
pineh64-b current bullseye cli stable yes
pineh64-b current jammy minimal stable yes
pineh64-b current bullseye minimal stable yes
#
pineh64-b current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pineh64-b current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pineh64-b current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Pinebook PRO
pinebook-pro edge jammy desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pinebook-pro edge jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
pinebook-pro edge jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Radxa Zero
radxa-zero current jammy cli stable adv
radxa-zero current bullseye cli stable yes
radxa-zero current jammy minimal stable yes
radxa-zero current bullseye minimal stable yes
#
radxa-zero current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
radxa-zero current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
radxa-zero current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Radxa Zero 2
radxa-zero2 current jammy cli stable adv
radxa-zero2 current bullseye cli stable yes
radxa-zero2 current jammy minimal stable yes
radxa-zero2 current bullseye minimal stable yes
#
radxa-zero2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
radxa-zero2 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
radxa-zero2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Renegade
renegade current jammy cli stable adv
renegade current bullseye cli stable yes
renegade current jammy minimal stable yes
renegade current bullseye minimal stable yes
#
renegade current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
renegade current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
renegade current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rock64pro
rockpro64 current jammy cli stable adv
rockpro64 current bullseye cli stable yes
rockpro64 current jammy minimal stable yes
rockpro64 current bullseye minimal stable yes
#
rockpro64 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpro64 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpro64 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# rk322x-box
rk322x-box current bullseye cli stable yes
rk322x-box current jammy cli stable adv
#
rk322x-box current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
rk322x-box edge bullseye cli stable no
# rk3318-box
rk3318-box current bullseye cli stable yes
rk3318-box current jammy cli stable yes
#
rk3318-box current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
rk3318-box edge bullseye cli stable no
# Rock64
rock64 current jammy cli stable adv
rock64 current bullseye cli stable yes
rock64 current jammy minimal stable yes
rock64 current bullseye minimal stable yes
#
rock64 current jammy desktop stable yes gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock64 current jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock64 current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rock-3a
rock-3a edge jammy cli stable adv
rock-3a edge bullseye cli stable yes
rock-3a edge jammy minimal stable yes
rock-3a edge bullseye minimal stable yes
#
rock-3a edge jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock-3a edge jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock-3a edge jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rockpi 4a
rockpi-4a current jammy cli stable adv
rockpi-4a current bullseye cli stable yes
rockpi-4a current jammy minimal stable yes
rockpi-4a current bullseye minimal stable yes
#
rockpi-4a current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4a current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4a current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rockpi 4b
rockpi-4b current jammy cli stable adv
rockpi-4b current bullseye cli stable yes
rockpi-4b current jammy minimal stable yes
rockpi-4b current bullseye minimal stable yes
#
rockpi-4b current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4b current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4b current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rockpi 4c
rockpi-4c current jammy cli stable adv
rockpi-4c current bullseye cli stable yes
rockpi-4c current jammy minimal stable yes
rockpi-4c current bullseye minimal stable yes
#
rockpi-4c current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4c current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4c current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rockpi 4c+
rockpi-4cplus current jammy cli stable adv
rockpi-4cplus current bullseye cli stable yes
rockpi-4cplus current jammy minimal stable yes
rockpi-4cplus current bullseye minimal stable yes
#
rockpi-4cplus current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4cplus current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rockpi-4cplus current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Radxa rock-5b
rock-5b legacy jammy cli stable adv
rock-5b legacy bullseye cli stable yes
rock-5b legacy jammy minimal stable yes
rock-5b legacy bullseye minimal stable yes
rock-5b legacy jammy desktop stable adv gnome config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock-5b legacy jammy desktop stable yes cinnamon config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rock-5b legacy jammy desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Rockpi-S
rockpi-s edge jammy cli stable adv
rockpi-s edge bullseye cli stable adv
rockpi-s edge jammy minimal stable yes
rockpi-s edge bullseye minimal stable yes
# Tinkerboard
tinkerboard current bullseye cli stable yes
tinkerboard current jammy cli stable adv
tinkerboard current bullseye minimal stable yes
tinkerboard current jammy minimal stable yes
#
tinkerboard current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
tinkerboard edge bullseye cli stable no
# Tritium H3
tritium-h3 current bullseye cli stable yes
tritium-h3 current jammy cli stable adv
tritium-h3 current bullseye minimal stable yes
tritium-h3 current jammy minimal stable yes
#
tritium-h3 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Tritium H5
tritium-h5 current jammy cli stable adv
tritium-h5 current bullseye cli stable yes
tritium-h5 current jammy minimal stable yes
tritium-h5 current bullseye minimal stable yes
#
tritium-h5 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
tritium-h5 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
tritium-h5 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Firefly-rk3399
firefly-rk3399 current jammy cli stable yes
firefly-rk3399 current bullseye cli stable yes
#
firefly-rk3399 current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
firefly-rk3399 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
firefly-rk3399 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Station M1
station-m1 current jammy cli stable yes
station-m1 current bullseye cli stable yes
#
station-m1 current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m1 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Station P1
station-p1 current jammy cli stable yes
station-p1 current bullseye cli stable yes
#
station-p1 current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p1 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p1 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Station M2
station-m2 legacy bullseye cli stable yes
station-m2 legacy jammy cli stable yes
station-m2 legacy bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 legacy jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
station-m2 current jammy cli stable yes
station-m2 current bullseye cli stable yes
#
station-m2 current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Station M3
station-m3 legacy bullseye cli stable yes
station-m3 legacy jammy cli stable yes
station-m3 legacy bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m3 legacy jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-m3 legacy jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Station P2
station-p2 legacy bullseye cli stable yes
station-p2 legacy jammy cli stable yes
station-p2 legacy bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 legacy jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
station-p2 current jammy cli stable yes
station-p2 current bullseye cli stable yes
#
station-p2 current bullseye desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 current jammy desktop stable yes gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
station-p2 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# xt-q8l-v10
xt-q8l-v10 current bullseye cli stable yes
xt-q8l-v10 current jammy cli stable adv
#
xt-q8l-v10 current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# zeropi
zeropi current jammy cli stable adv
zeropi current bullseye cli stable adv
zeropi current jammy minimal stable yes
zeropi current bullseye minimal stable yes
# JetHub H1 (j80)
jethubj80 current bullseye cli stable adv
jethubj80 current jammy cli stable adv
jethubj80 edge jammy cli stable yes
# JetHub D1 (j100)
jethubj100 current bullseye cli stable adv
jethubj100 current jammy cli stable adv
jethubj100 edge jammy cli stable yes
# Jetson Nano
jetson-nano legacy jammy desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
jetson-nano legacy bullseye desktop stable yes xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
jetson-nano current jammy cli stable yes
jetson-nano current bullseye cli stable yes
#
jetson-nano current bullseye desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
jetson-nano current jammy desktop stable adv xfce config_base browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Raspberry Pi4
rpi4b current jammy cli stable yes
rpi4b current jammy minimal stable yes
#
rpi4b current jammy desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rpi4b current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
rpi4b current jammy desktop stable adv xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
#
rpi4b edge jammy cli stable no
# uefi-x86
uefi-x86 current jammy cli stable yes
uefi-x86 current bullseye cli stable yes
uefi-x86 current jammy minimal stable yes
uefi-x86 current bullseye minimal stable yes
#
uefi-x86 current jammy desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-x86 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-x86 current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-x86 current bullseye desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-x86 current bullseye desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-x86 current bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# uefi-arm64
uefi-arm64 current jammy minimal stable yes
uefi-arm64 current bullseye minimal stable yes
uefi-arm64 current jammy cli stable yes
uefi-arm64 current bullseye cli stable yes
#
uefi-arm64 current jammy desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-arm64 current jammy desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-arm64 current jammy desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-arm64 current bullseye desktop stable adv gnome config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-arm64 current bullseye desktop stable yes cinnamon config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
uefi-arm64 current bullseye desktop stable yes xfce config_base 3dsupport,browsers,chat,desktop_tools,editors,email,internet,multimedia,office,programming,remote_desktop
# Virtual qemu
virtual-qemu current focal cli stable no
# Udoo
udoo current bullseye cli stable no
udoo edge bullseye cli stable no
# Mele A1000
melea1000 edge bullseye cli stable no