Go to advanced search

by Lotharyx
Sat Mar 14, 2020 11:32 pm
Forum: OpenGLES
Topic: X-Less OpenGL on RPi 4?
Replies: 3
Views: 779

Re: X-Less OpenGL on RPi 4?

Edit: This post was full of incorrect conclusions. Here's the corrected version. So it turns out kmscube does work just fine, and using X remotely (via x2go, which is what I'm doing to enjoy CodeLite as an IDE on this project) has nothing to do with it. The secret sauce is that kmscube (and, presuma...
by Lotharyx
Sat Mar 14, 2020 11:02 pm
Forum: OpenGLES
Topic: X-Less OpenGL on RPi 4?
Replies: 3
Views: 779

Re: X-Less OpenGL on RPi 4?

Thanks for the informative response. Unfortunately, that demo doesn't work on my Pi. It just prints out lots of info about the EGL and GLES environment, and then an error message. The specific error varies based on whether I tell it which device to use. Specifying no device, it ends with "Using modi...
by Lotharyx
Fri Mar 13, 2020 6:32 pm
Forum: OpenGLES
Topic: X-Less OpenGL on RPi 4?
Replies: 3
Views: 779

X-Less OpenGL on RPi 4?

Hi folks, I am working with a 2GB Raspberry Pi 4 with the very latest edition of the OS which was shipped with the Pi kit I bought (Debian 10.2, kernel 4.19.75-v7l+). Long long ago (around the time of the first Pi Zero IIRC), I succeeded in getting GLES functional in a command-line environment witho...
by Lotharyx
Thu Sep 06, 2018 2:01 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: SPI CS0 Stays Low (Asserted) While Idle
Replies: 2
Views: 552

Re: SPI CS0 Stays Low (Asserted) While Idle

An update: I've isolated the communication issue to the bad (IMHO) chip select behavior. The external UART requires a high pulse on chip select to separate commands; otherwise it never reloads its output shift register, and sends the same response byte over and over. I can work around the problem by...
by Lotharyx
Tue Sep 04, 2018 2:22 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: SPI CS0 Stays Low (Asserted) While Idle
Replies: 2
Views: 552

SPI CS0 Stays Low (Asserted) While Idle

Hi, I'm troubleshooting a failed SPI communication between the RasPi 3 and an external UART. The symptom is that the UART is not responding to anything at all (the MISO line stays high, so all data read by the Pi is 0xFF). At this stage I have not ruled out anything yet, but I did notice something s...
by Lotharyx
Thu Mar 10, 2016 3:07 am
Forum: General programming discussion
Topic: anyone working on a suspend/hibernate driver
Replies: 8
Views: 21752

Re: anyone working on a suspend/hibernate driver

On "which button do you press?": If you're "suspended" (aka sleep, aka suspend-to-RAM, aka low power on state), you're...well, you're in trouble unless you had a USB keyboard connected and USB is still awake. BUT! If you're "hibernated" (aka suspend-to-disk, aka power off state), all you have to do ...
by Lotharyx
Thu Aug 29, 2013 5:09 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: HDMI's I2C bus
Replies: 0
Views: 550

HDMI's I2C bus

There's a brief mention in this thread of the I2C channel inside the HDMI interface. The fellow that mentions it clearly knows way more about the entire subject than I do... Is it possible to access that I2C bus from Linux user-space? My goal is to use the bus to control a connected display's backli...

Go to advanced search