Troubleshooting • Re: Failed to connect to a screen
The idea of using a spare microSD card is to start from a known baseline configuration - we can do the same.But the fact that I'm trying to run without card at all and still no output, means that it's...
View ArticleGeneral discussion • Re: Is Raspberry Pi More Reliable Than China Made Intel...
Some offer cheaper alternatives to N100, Celeron and Pentium. Still 6 watts. Similar peak speeds. I like the router variations with a heap of Ethernet ports and massive heatsink cases. By the time you...
View ArticleTroubleshooting • ABC (Aus) IVIEW DRM error RP5 with latest RPOS
Fresh install on RP5. Neither Chromium nor Firefox can play video on ABC Iview website claiming error 246007 which mentions DRM. However, both Firefox and Chromium both work on other sites requiring...
View ArticleGeneral • Build issue with implict functions
I am trying to build a Pico SDK C project with '-Wall -Werror' with appropriate 'Wno-' options to cater for some refactoring not being completed yet.That's almost working but has required me to use...
View ArticleGraphics, sound and multimedia • Spotify player on headless
Hi,First of all, I am quite new to Linux and the kind of programming I have ventured into. So please bare with me. Second, I know I could probably find what I am trying to make on GitHub, but I want...
View ArticleBeginners • Re: ssl.SSLError: [SSL: WRONG_VER..... (_ssl.c:992)
Port 587 does not use SSL. (Unless the server banner advertises ESMTP, and the client uses EHLO, and the server EHLO response advertises STARTTLS, and the client issues STARTTLS, and no attacker...
View ArticleRaspberry Pi Desktop for PC and Mac • How to configure Debian to look like...
Hi to everyone. I registered here on this forum to ask this question specifically. I did try the Raspberry PI OS edition that's available on the Raspberry PI website (for PC and Mac). I loved its...
View ArticleCompute Module • Re: Standard LCD 7 inches does not work fine on CM4 DSI0...
What is your no of DSI-lanes? DSI-1 is 4 lanes while DSI-0 is 2-lanes only on CM1/CM3/CM4.I'm not convinced of your DT as what you've defined as a panel should be a bridge.DSI-0 saw little testing/use...
View ArticleOther projects • Raspberry Pi Pico H - Weather station: component...
Good day everyone. I am a computer science student who would like to make his first project on rasberry pi (a weather station, by the way ), I haven't been involved in this type of issues much, so I'm...
View ArticleGeneral • Re: A Snek port for a Pico ?
I have temporarily thrown in the towel trying to get a hacked SAMD21 build going, pivoted to getting the 'posix' build working on a Pico which can then be added to later.Not there yet. That initial...
View ArticleGeneral • Re: Reserved bits on memory register
Thanks for your answers. So clearly it is better to use the instructions for updating the registers clear, xor and set.If the instructions clear and xor seem clear to me, updating a register by set...
View ArticleGeneral discussion • Re: Can you get Pi 5 Serial number from the box?
Are you able to boot your RPi5's or are they sealed in the boxes?If you can boot them you can easily read the serial number. It shows up on the diagnostics screen (doesn't even need an SD card, NVME...
View ArticleGeneral • Re: rp2040: fixing GPIO state during watchdog reset
Not sure how dynamic analysis would be really helpful here, as hardware watchpoints on the relevant peripheral register addresses apparently don't trigger (I assume they only work for ram) and the...
View ArticleTroubleshooting • Attempting to repair the pi 4
I have a couple of defective pi4s that I have managed to destroy by using the wrong power supply.Since I want to learn how to desolder and solder surface components, I went to purchase an infrared...
View ArticleRaspberry Pi OS • Running Bookworm Lite on RPiZ2 W - Scrot not working
i have read that the only Screenshot utility that works in the LITE environment is scrot...... however whenever I try it fails with the message.scrot: Can't open X display. It *is* running, yeah?...
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
I had about the same problem with SH1106, a 128x64 chip for which the SSD1306 example partially works. The difference between SH1106 and SSD1306 is that IIRC the latter has convenient...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: How to configure Debian to look...
I understand about how it's an old version at this point The PC & Mac version is as dead as a dodo. Switch to Linux Mint.Raspberry Pi OS on Raspberry Pis is fully supported and fully updated (with...
View ArticleRaspberry Pi OS • Re: Running Bookworm Lite on RPiZ2 W - Scrot not working
Apologies forgot to add i am on the latest version of Bookworm 64 bit with all upgrades applied.Statistics: Posted by ejwjohn — Sun Dec 15, 2024 2:02 pm
View ArticleCompute Module • Re: CAM1 not working on a CM4 + CM4 io board
Look at your overlay if it has a 'CAM1' parameter. As you seem to be using your own - because there is no official one for IMX298 - you're on your own.Official overlays default to cam1 anyhow and only...
View ArticleTroubleshooting • Raspberry Pi-5 Memory allocation is not changing
I am trying to change cma and gpu memory allocation to 256M. Below are my config.txt and cmdline.txt files details. After amending these files allocation is not changing. Please helpsudo nano...
View Article