2017-11-01 22:57:41 +01:00
|
|
|
# Rockchip
|
|
|
|
|
|
|
|
|
|
This project is for Rockchip SoC devices
|
|
|
|
|
|
|
|
|
|
## Devices
|
|
|
|
|
|
2018-02-11 23:00:03 +01:00
|
|
|
**RK3288**
|
2019-12-31 09:09:33 +00:00
|
|
|
* [ASUS Tinker Board](devices/RK3288)
|
|
|
|
|
* [mqmaker MiQi](devices/RK3288)
|
2018-02-11 23:00:03 +01:00
|
|
|
|
|
|
|
|
**RK3328**
|
2021-02-27 19:56:01 +01:00
|
|
|
* [Beelink A1 TV BOX](devices/RK3328)
|
2018-02-11 23:00:03 +01:00
|
|
|
* [PINE64 ROCK64](devices/RK3328)
|
|
|
|
|
* [Popcorn Hour Transformer](devices/RK3328)
|
|
|
|
|
* [Firefly ROC-RK3328-CC](devices/RK3328)
|
2017-11-01 22:57:41 +01:00
|
|
|
|
2018-02-11 23:00:03 +01:00
|
|
|
**RK3399**
|
|
|
|
|
* [96rocks ROCK960](devices/RK3399)
|
2021-02-27 19:56:01 +01:00
|
|
|
* [Hugsun X99 TV BOX](devices/RK3399)
|
2018-12-17 07:44:40 +01:00
|
|
|
* [Khadas Edge](devices/RK3399)
|
2021-02-27 19:56:01 +01:00
|
|
|
* [FriendlyARM NanoPC-T4](devices/RK3399)
|
|
|
|
|
* [FriendlyARM NanoPi M4](devices/RK3399)
|
|
|
|
|
* [Orange Pi RK3399](devices/RK3399)
|
2018-03-04 15:57:07 +01:00
|
|
|
* [PINE64 RockPro64](devices/RK3399)
|
2019-01-28 20:40:06 +00:00
|
|
|
* [Radxa ROCK Pi 4](devices/RK3399)
|
2021-10-11 15:26:36 +02:00
|
|
|
* [Radxa ROCK Pi 4+](devices/RK3399)
|
2021-03-27 04:35:42 +00:00
|
|
|
* [Radxa ROCK Pi N10](devices/RK3399)
|
2021-02-27 19:56:01 +01:00
|
|
|
* [ROC-RK3399-PC](devices/RK3399)
|
2021-10-11 15:26:21 +02:00
|
|
|
* [ROC-RK3399-PC-PLUS](devices/RK3399)
|
2018-02-11 23:00:03 +01:00
|
|
|
* [Rockchip Sapphire Board](devices/RK3399)
|
|
|
|
|
|
2023-02-11 09:44:11 +01:00
|
|
|
**My single-board computer is not listed, will it be added in the future?**<br>
|
2017-11-01 22:57:41 +01:00
|
|
|
If your single-board computer uses a current generation SoC listed on http://opensource.rock-chips.com/wiki_Main_Page the odds are in your favor.
|
|
|
|
|
|
2023-02-11 09:44:11 +01:00
|
|
|
**My Android device is not listed, will it be added in the future?**<br>
|
2017-11-01 22:57:41 +01:00
|
|
|
You may have luck if your device vendor is open source friendly, otherwise keep using Android for best support.
|
|
|
|
|
|
2023-02-11 09:44:11 +01:00
|
|
|
**My device does not boot and I don't understand why.**<br>
|
|
|
|
|
If your device has Android or any sort of vendor u-boot preinstalled in EMMC or SPI, make sure to add `ROCKCHIP_LEGACY_BOOT=1` when building an image.
|
|
|
|
|
This is done automatically for supported devices, which are known to come with Android preinstalled.
|
|
|
|
|
|
2017-11-01 22:57:41 +01:00
|
|
|
## Links
|
|
|
|
|
|
|
|
|
|
* http://opensource.rock-chips.com
|
2017-12-13 18:52:02 +01:00
|
|
|
|
|
|
|
|
## Useful debug commands
|
|
|
|
|
|
2020-02-01 01:05:50 +00:00
|
|
|
* `cat /sys/kernel/debug/dri/0/state`
|
|
|
|
|
* `cat /sys/kernel/debug/dri/0/framebuffer`
|
|
|
|
|
* `cat /sys/kernel/debug/dma_buf/bufinfo`
|
|
|
|
|
* `cat /sys/kernel/debug/cec/cec0/status`
|
2017-12-13 18:52:02 +01:00
|
|
|
* `hexdump -C /sys/class/drm/card0-HDMI-A-1/edid`
|
|
|
|
|
* `edid-decode /sys/class/drm/card0-HDMI-A-1/edid`
|
2020-02-01 01:05:50 +00:00
|
|
|
* `cat /sys/kernel/debug/clk/clk_summary`
|
|
|
|
|
* `cat /sys/kernel/debug/regulator/regulator_summary`
|