Giter Club home page Giter Club logo

cutiepi-drivers's People

Contributors

penk avatar penkchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cutiepi-drivers's Issues

README is great for display, then gets a little less helpful

The README seems to leave out a few details for all the features beyond the display—for example, the Touch panel section doesn't mention that you need to copy the compiled .dts to /boot/overlays, and then sections beyond that should probably at least still mention that you need to "Add the following to /boot/config.txt", just to be explicit about it.

Can't get DSI display driver working on RetroPie image

I'm running the latest RetroPie image, and can successfully boot it, and when I do, the external HDMI display allows me to see everything, and I can SSH into the CutiePi.

But the internal display doesn't work by default. So I followed the steps in the README:

git clone https://github.com/cutiepi-io/cutiepi-drivers.git && cd cutiepi-drivers

# Build panel driver.
sudo apt install dkms raspberrypi-kernel-headers 
sudo tar xvf Display/panel-nwe080-1.0.tgz -C /usr/src/

sudo dkms add -m panel-nwe080 -v 1.0
sudo dkms build -m panel-nwe080 -v 1.0
sudo dkms install -m panel-nwe080 -v 1.0

# Compile DTS.
cd Display
dtc -I dts -O dtb -o panel-nwe080.dtbo panel-nwe080.dts

# Copy into overlays.
sudo cp panel-nwe080.dts /boot/overlays

# Edit config.txt.
sudo nano /boot/config.txt

And inside /boot/config.txt at the bottom I have added:

# MIPI DSI display
dtoverlay=panel-nwe080
gpio=12=op,dh

# Enable USB
dtoverlay=dwc2,dr_mode=host

I rebooted (and also power cycled) and the internal display still wouldn't come on. I didn't see anything in dmesg that was helpful in debugging:

dmesg | grep nwe080

And if I reboot with the normal CutiePi image, the display works fine, so I know it's not a hardware issue.

How to install LCD driver JD9366

I'm wondering if I can get to the kernel source directory. How to build the module?

image

Can you tell me the installation steps in this section?

Is this an error?

Hi,
I am new for dts.
There is something I don't understand.
in display dts line 25
reset-gpios = <&gpio 20 0>;
But the pin for reset in schematic is gpio6.
Is this an error?

kernel header version error

My system informations:

Linux raspberrypi 5.10.17-v7l+ #1414 SMP Fri Apr 30 13:20:47 BST 2021 armv7l GNU/Linux
pi@raspberrypi:/usr/src $
pi@raspberrypi:/usr/src $ lsb_release -a
No LSB modules are available.
Distributor ID:	Raspbian
Description:	Raspbian GNU/Linux 10 (buster)
Release:	10
Codename:	buster

and when i start to compile the code, it shows:

/lib/modules/5.10.17-v7l+/build or /lib/modules/5.10.17-v7l+/source```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.