mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Rockchip: RK3399: add support for ROC-RK3399-PC-PLUS
This commit is contained in:
parent
27d96604e5
commit
187f3999c9
@ -25,6 +25,7 @@ This project is for Rockchip SoC devices
|
||||
* [Radxa ROCK Pi 4](devices/RK3399)
|
||||
* [Radxa ROCK Pi N10](devices/RK3399)
|
||||
* [ROC-RK3399-PC](devices/RK3399)
|
||||
* [ROC-RK3399-PC-PLUS](devices/RK3399)
|
||||
* [Rockchip Sapphire Board](devices/RK3399)
|
||||
|
||||
**My single-board computer is not listed, will it be added in the future?**<br />
|
||||
|
@ -14,4 +14,5 @@ This is a SoC device for RK3399
|
||||
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=rock-pi-n10 make image`
|
||||
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=rockpro64 make image`
|
||||
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=roc-pc make image`
|
||||
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=roc-pc-plus make image`
|
||||
* `PROJECT=Rockchip DEVICE=RK3399 ARCH=arm UBOOT_SYSTEM=sapphire make image`
|
||||
|
@ -304,6 +304,10 @@ devices = \
|
||||
'dtb': 'rk3399-roc-pc-mezzanine.dtb',
|
||||
'config': 'firefly-rk3399_defconfig'
|
||||
},
|
||||
'roc-pc-plus': {
|
||||
'dtb': 'rk3399-roc-pc-plus.dtb',
|
||||
'config': 'firefly-rk3399_defconfig'
|
||||
},
|
||||
'sapphire': {
|
||||
'dtb': 'rk3399-sapphire.dtb',
|
||||
'config': 'evb-rk3399_defconfig'
|
||||
|
Loading…
x
Reference in New Issue
Block a user