forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
6,666 additions
and
1 deletion.
There are no files selected for viewing
455 changes: 455 additions & 0 deletions
455
packages/tools/u-boot/patches/rockchip/u-boot-1000-rk3229-defconfig-dts.patch
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# RK322x | ||
|
||
This is a SoC device for RK322x | ||
|
||
**Build** | ||
|
||
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-a95xr1 make image` | ||
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-hk1mini make image` | ||
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-d88 make image` | ||
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-v884k make image` | ||
* `PROJECT=Rockchip DEVICE=RK322x ARCH=arm UBOOT_SYSTEM=rk3229-v88mars make image` | ||
**How to use on an Android device** | ||
- Flash image to a sd-card | ||
- Insert sd-card into the device | ||
- Plug in power and LibreELEC should boot instead of Android | ||
- Remove sd-card from device to boot into Android |
2 changes: 2 additions & 0 deletions
2
projects/Rockchip/devices/RK322x/filesystem/usr/lib/systemd/sleep.conf.d/sleep.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[Sleep] | ||
HibernateMode=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<settings version="1"> | ||
<section id="system"> | ||
<category id="display"> | ||
<group id="1"> | ||
<setting id="videoscreen.whitelist"> | ||
<default>0384002160060.00000pstd,0384002160050.00000pstd,0384002160030.00000pstd,0384002160025.00000pstd,0384002160024.00000pstd,0192001080060.00000pstd,0192001080050.00000pstd,0192001080030.00000pstd,0192001080024.00000pstd,0128000720060.00000pstd,0128000720050.00000pstd</default> | ||
</setting> | ||
<setting id="videoscreen.blankdisplays"> | ||
<visible>false</visible> | ||
</setting> | ||
<setting id="videoscreen.fakefullscreen"> | ||
<visible>false</visible> | ||
</setting> | ||
<setting id="videoscreen.limitguisize"> | ||
<default>3</default> | ||
<visible>true</visible> | ||
</setting> | ||
<setting id="videoscreen.hdmioutputformat"> | ||
<visible>true</visible> | ||
</setting> | ||
</group> | ||
<group id="3"> | ||
<setting id="videoscreen.noofbuffers"> | ||
<default>2</default> | ||
<visible>false</visible> | ||
</setting> | ||
</group> | ||
</category> | ||
<category id="audio"> | ||
<group id="1"> | ||
<setting id="audiooutput.audiodevice"> | ||
<default>ALSA:hdmi:CARD=HDMI,DEV=0</default> | ||
</setting> | ||
</group> | ||
</category> | ||
<category id="logging"> | ||
<group id="1"> | ||
<setting id="debug.extralogging"> | ||
<default>false</default> | ||
</setting> | ||
</group> | ||
</category> | ||
</section> | ||
<section id="player"> | ||
<category id="videoplayer"> | ||
<group id="2"> | ||
<setting id="videoplayer.adjustrefreshrate"> | ||
<default>0</default> | ||
</setting> | ||
</group> | ||
<group id="3"> | ||
<setting id="videoplayer.hdmioutputformat"> | ||
<default>2</default> | ||
<visible>true</visible> | ||
</setting> | ||
</group> | ||
</category> | ||
</section> | ||
</settings> |
Oops, something went wrong.