Skip to content

Commit

Permalink
feat: add orion-o6
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jan 15, 2025
1 parent 476c013 commit 3bef4f9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/share/rsdk/configs/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,13 @@
"soc": "rk3588",
"supported_suite": ["bookworm"],
"supported_edition": ["kde"]
},
{
"product": "orion-o6",
"product_name": "Orion O6",
"product_full_name": "Orion O6",
"soc": "cd8180",
"supported_suite": ["bookworm"],
"supported_edition": ["gnome"]
}
]
11 changes: 11 additions & 0 deletions src/share/rsdk/configs/socs.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,16 @@
"rk3588s2",
"rk3588"
]
},
{
"soc_family": "cix",
"partition_table_type": "gpt",
"firmware_type": "edk2",
"soc_list": [
"cd8180"
],
"soc_specific_repo": [
"cd8180"
]
}
]

0 comments on commit 3bef4f9

Please sign in to comment.