mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
Update os_list.json
This commit is contained in:
parent
2342facc6e
commit
01a49182b2
1 changed files with 272 additions and 221 deletions
193
src/os_list.json
193
src/os_list.json
|
@ -255,7 +255,11 @@
|
|||
}
|
||||
],
|
||||
"imager": {
|
||||
"devices": [{
|
||||
"devices": [
|
||||
{
|
||||
"manufacturer": "Anbernic",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Anbernic RG40XXH",
|
||||
"tags": ["rg40xxh"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG40XX%20H.png?raw=true"
|
||||
|
@ -305,46 +309,6 @@
|
|||
"tags": ["rg351v"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Game Console R33S",
|
||||
"tags": ["r33s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Game Console R35S",
|
||||
"tags": ["r35s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Game Console R36S",
|
||||
"tags": ["r36s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID Go Advance",
|
||||
"tags": ["oga"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID Go Super",
|
||||
"tags": ["ogs"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "MagicX XU10",
|
||||
"tags": ["xu10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy V10",
|
||||
"tags": ["v10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy RGB10",
|
||||
"tags": ["rgb10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Anbernic RG353P",
|
||||
"tags": ["rg353p"],
|
||||
|
@ -385,6 +349,96 @@
|
|||
"tags": ["rg_arc_s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Anbernic RG552",
|
||||
"tags": ["rg552"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "Unbranded",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Game Console R33S",
|
||||
"tags": ["r33s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Game Console R35S",
|
||||
"tags": ["r35s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Game Console R36S",
|
||||
"tags": ["r36s"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "ODROID",
|
||||
"devices": [
|
||||
{
|
||||
"name": "ODROID Go Advance",
|
||||
"tags": ["oga"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID Go Super",
|
||||
"tags": ["ogs"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID Go Ultra",
|
||||
"tags": ["ogu"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2",
|
||||
"tags": ["on2"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2 Plus",
|
||||
"tags": ["on2_plus"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2L",
|
||||
"tags": ["on2l"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "MagicX",
|
||||
"devices": [
|
||||
{
|
||||
"name": "MagicX XU10",
|
||||
"tags": ["xu10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "MagicX XU Mini M",
|
||||
"tags": ["xu_mini_m"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "Powkiddy",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Powkiddy V10",
|
||||
"tags": ["v10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy RGB10",
|
||||
"tags": ["rgb10"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy RK2023",
|
||||
"tags": ["rk2023"],
|
||||
|
@ -405,41 +459,31 @@
|
|||
"tags": ["rgb20sx"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Anbernic RG552",
|
||||
"tags": ["rg552"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID Go Ultra",
|
||||
"tags": ["ogu"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy RGB10 Max 3 Pro",
|
||||
"tags": ["rgb10_max_3_pro"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2",
|
||||
"tags": ["on2"],
|
||||
"name": "Powkiddy X55",
|
||||
"tags": ["x55"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2 Plus",
|
||||
"tags": ["on2_plus"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "ODROID N2L",
|
||||
"tags": ["on2l"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
"manufacturer": "Gameforce",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Gameforce Ace (default)",
|
||||
"tags": ["ace"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "Orange Pi",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Orange Pi 5",
|
||||
"tags": ["orange_pi_5"],
|
||||
|
@ -449,7 +493,12 @@
|
|||
"name": "Orange Pi 5 Plus",
|
||||
"tags": ["orange_pi_5_plus"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "Radxa",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Radxa Rock 5a",
|
||||
"tags": ["radxa_rock_5a"],
|
||||
|
@ -469,22 +518,22 @@
|
|||
"name": "Radxa Rock CM5",
|
||||
"tags": ["radxa_rock_cm5"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"manufacturer": "Indiedroid",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Indiedroid Nova (Must set dtb in extlinuix.conf)",
|
||||
"tags": ["nova"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Powkiddy X55",
|
||||
"tags": ["x55"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
{
|
||||
"name": "MagicX XU Mini M",
|
||||
"tags": ["xu_mini_m"],
|
||||
"icon": "https://github.com/cmclark00/retro-imager/blob/fix/src/icons/RG35XX.png?raw=true"
|
||||
},
|
||||
"manufacturer": "Retroid",
|
||||
"devices": [
|
||||
{
|
||||
"name": "Retroid Pocket Mini",
|
||||
"tags": ["rpmini"],
|
||||
|
@ -497,5 +546,7 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue