Troubleshooting • Re: Raspberry Pi 5 Not Working
The cooler fan stopping after a few seconds is normal. What HDMI monitor/TV are you using?Statistics: Posted by neilgl — Sat Feb 10, 2024 8:05 pm
View ArticleTroubleshooting • Re: Bluescreen with HDMI to Receiver/Beamer
Hi,thanks for taking the time.The receiver is Pioneer SC-LX501The beamer EPSON EH-TW3200Thanks for hinting to the diagnostics screen. I was not aware that I could do that.If I read this correctly the...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
But rather weird there's no "2E8A:xxxx" because what else are you connecting to but a Pico with "2E8A:xxxx"?I think with Platform IO, you need to check the USB after the first successful BOOTSEL...
View ArticleBeginners • Debian Bullseye with Raspberry Pi Desktop using piserver
Hi, my Question: when I use Debian Bullseye with Raspberry Pi Desktop Release date: July 1st 2022 System: 32-bit Kernel version: 5.10 Debian version: 11 (bullseye)found...
View ArticleBeginners • Re: Mounting a hard drive without it having to be formatted
Here all all the filesystems that Pi5 Bookworm X11 recognises.Code: $ blkid...
View ArticleTroubleshooting • Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Hello,is it possible to take my MicroSD card that has the Raspberry Pi OS from my Raspberry Pi 4B and use it in my Raspberry Pi 5 or do I need to do a fresh install?Statistics: Posted by guruabyss —...
View ArticleTroubleshooting • Re: Raspberry Pi OS from Raspberry Pi 4B to Raspberry Pi 5
Provided it is Bookworm it will be fine, if it is any previous release (eg Bullseye) it won't be good.Statistics: Posted by pidd — Sat Feb 10, 2024 8:32 pm
View ArticleGeneral • Re: WiFi configuration without a display
...there is a new wifi auto-configuration protocol, that is meant to get rid of that whole need to connect to a hotspot on random IoT thingshttps://docs.espressif.com/projects/esp ......
View ArticleBare metal, Assembly language • Re: Cache sizes
I think lscpu makes stuff up by consulting a hand crafted table, so I'd go with the officially published results over that.That's what I've heard. I'm trying to avoid "hand crafting" things in my book...
View ArticleRaspberry Pi OS • Re: How to report issue? UK/GB 5GHz WiFi channels 3+ years...
Unless the Pi is licensed with instructions that it is for indoor use only, those frequencies need to be blocked.Statistics: Posted by pidd — Sun Feb 11, 2024 8:35 pm
View ArticleC/C++ • Re: C++ fgets behaving very oddly on Bookworm (no other environment...
My reading of the documentation is that NULL is returned on the call to fgets if the FIFO is empty, whether or not the writer has closed the FIFO, and this is not classed as an error. Maybe that's...
View ArticleCamera board • Error reshaping array?
I have code that is based off: https://github.com/raspberrypi/picamera ... _server.pyI am getting this error:Code: Exception in thread Thread-4 (output_thread):Traceback (most recent call last): File...
View ArticleTroubleshooting • Re: look giving strange results
Looks like a bug in the version of look supplied by Debian. Definitely on my RP5, I have look coming from the Debian repositories:Code: rpi5.pi ~ [0:105] apt show bsdextrautilsPackage:...
View ArticleBeginners • Re: VNC - black screen after logging in to Raspbian 64bit
Hi. After changing the resolution in config.txt, the problem continued.I had the VNC function enabled in both "raspi-config" and "Preferences -> Raspberry Pi Configuration", and after starting the...
View ArticleC/C++ • Re: Two-dimensional array of character strings in C
Having looked at the printf escape sequences :-The following escape sequences are defined in standard C. This table also shows the values they map to in ASCII. However, these escape sequences can be...
View ArticleRaspberry Pi OS • Re: problem updating pi5 4gb
hello. I’m pretty sure I have the answer. I just got my raspberry pi 5 yesterday. I used the pi imager and then loaded the 64 bit Debian version. Afterwards, I could not do my update or upgrade...
View ArticleGeneral • Pico W : modify example tcpserver in web server
Hello.I wanted to adapt the example of the pico W tcp server to transform it into a web server.I modified the port by putting port 80, replace the sending of data with the sending of a headerhtml and...
View ArticleFrançais • Re: Mettre son RPI 5 en Français
Re,Pour déplacer les dossiers, est-ce comme ceci : Code: mv -v $HOME/Desktop $HOME/Bureaumv -v $HOME/Download $HOME/Téléchargementsmv -v $HOME/Templates $HOME/Modèlesmv -v $HOME/Public $HOME/Publicmv...
View ArticleTroubleshooting • Re: Identical Pi5, different vcore voltage?
yes, both using the same firmware-eeprom, the same exact config, sdcard and power adapter.Since the firmware is the same and they both over clock to the speed you prefer, I would run a stress test on...
View ArticleTroubleshooting • Re: Can't SSH into created user on a slightly modified install
I tried with less modifications and still cannot get it to ssh into my created user test. I know for sure the password is correct and that password authentication is on. I have now found out that the...
View Article