Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix R36s panel instructions #16

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/devices/unbranded/game-console-r35s-r36s.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ Download the latest `RK3326` version of ROCKNIX from the button below and follow
Recent R36s have new displays that need some extra actions to work.

The simplest way so far is:
* Determine which panel do you have (or just try every option until it works)
* Download a `mipi-panel.dtbo.r36s-panel*` at https://github.com/stolen/r.nix-distribution/releases/tag/generic-mipi-driver
* Rename the downloaded file and put it to a boot (`ROCKNIX`) partition as `overlays/mipi-panel.dtbo`

* Determine which panel do you have (or just try every option until it works)
* Download a `mipi-panel.dtbo.r36s-panel*` [there](https://github.com/stolen/r.nix-distribution/releases/tag/panel_overlays)
* Rename the downloaded file and put it to a boot (`ROCKNIX`) partition as `overlays/mipi-panel.dtbo`

These files mostly have just basic refresh rate (77.378 FPS) (`panel4` has 50, 60, 75 because we tested it)

Expand Down