Difference between revisions of "ROCKPro64"

Jump to navigation Jump to search
(explicitly list the rockpro64 rtc jack/location. the accessories page has a pdf for a64...)
(Add troubleshooting section)
Line 884: Line 884:
* [https://opensource.rock-chips.com/ Rockchip Open Source Wiki]
* [https://opensource.rock-chips.com/ Rockchip Open Source Wiki]
* ExplainingComputers have a video review [https://www.youtube.com/watch?v=CeoNHGFN_30 of the RockPro64 here, including linux first boot.]
* ExplainingComputers have a video review [https://www.youtube.com/watch?v=CeoNHGFN_30 of the RockPro64 here, including linux first boot.]
= Troubleshooting =
== No Video Or GPU Acceleration On Debian ==
If you can log in through serial but don't get any video or GPU acceleration on Debian, this is likely due to Debian's decision to compile the devfreq governors as loadable modules but not including them early enough for panfrost to be able to be provided with one of them.
The usual sign of this being the case is the following line in your log: <code>[drm:panfrost_devfreq_init [panfrost]] *ERROR* Couldn't initialize GPU devfreq</code>
Log in to your ROCKPro64 over serial, and run the following:
<code>sudo echo governor_simpleondemand >> /etc/initramfs-tools/modules && sudo update-initramfs -u -k $(uname -r)</code>
Then, reboot.




[[Category:ROCKPro64]] [[Category:Rockchip RK3399]]
[[Category:ROCKPro64]] [[Category:Rockchip RK3399]]