Skip to content

Commit fa160bd

Browse files
feat: add airbox q900 support
1 parent 1251ce8 commit fa160bd

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/share/rsdk/configs/products.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,5 +404,14 @@
404404
"sector_size": [512, 4096],
405405
"supported_suite": ["noble"],
406406
"supported_edition": ["kde"]
407+
},
408+
{
409+
"product": "radxa-airbox-q900",
410+
"product_name": "Radxa AIRbox Q900",
411+
"product_full_name": "Radxa AIRbox Q900",
412+
"soc": "qcs9075",
413+
"sector_size": [512, 4096],
414+
"supported_suite": ["noble"],
415+
"supported_edition": ["gnome"]
407416
}
408417
]

src/share/rsdk/configs/socs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@
9292
"noble"
9393
],
9494
"soc_list": [
95-
"qcs6490"
95+
"qcs6490",
96+
"qcs9075"
9697
],
9798
"soc_specific_repo": [
98-
"qcs6490"
99+
"qcs6490",
100+
"qcs9075"
99101
],
100102
"extra_ppa": [
101103
"ubuntu-qcom-iot/qcom-ppa"

0 commit comments

Comments
 (0)