Skip to content

Commit

Permalink
Merge pull request #43 from Ken-Vamrs/main
Browse files Browse the repository at this point in the history
chore: add radxa e54c and radxa cm4 rpi cm4 io
  • Loading branch information
RadxaYuntian authored Nov 26, 2024
2 parents 32b65f3 + ffac0e6 commit 3a5201b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/share/rsdk/configs/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,22 @@
"supported_suite": ["bookworm"],
"supported_edition": ["cli"]
},
{
"product": "radxa-e54c",
"product_name": "Radxa E54C",
"product_full_name": "Radxa E54C",
"soc": "rk3582",
"supported_suite": ["bookworm"],
"supported_edition": ["cli"]
},
{
"product": "radxa-cm4-rpi-cm4-io",
"product_name": "Radxa CM4 RPI CM4 IO",
"product_full_name": "Radxa CM4 with Raspberry Pi Compute Module 4 IO Board",
"soc": "rk3576",
"supported_suite": ["bookworm"],
"supported_edition": ["kde"]
},
{
"product": "radxa-cm5-io",
"product_name": "Radxa CM5 IO",
Expand Down
2 changes: 2 additions & 0 deletions src/share/rsdk/configs/socs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@
"rk3566",
"rk3566t",
"rk3568",
"rk3576",
"rk3582",
"rk3588s",
"rk3588s2",
"rk3588"
],
"soc_specific_repo": [
"rk3528a",
"rk3576",
"rk3582",
"rk3588s2",
"rk3588"
Expand Down

0 comments on commit 3a5201b

Please sign in to comment.