Troubleshooting • Re: Will not see storage, this is a strange one!
Fixed.My card reader had a faulty cable. When it sat in a particular position, it would fail Gahhhhbage!Statistics: Posted by drewintoledo — Mon Nov 18, 2024 5:00 pm
View ArticleTroubleshooting • Re: Console log in Ok, GUI log in fails
Log in via SSH and create a new user and passwordTry to log in to GUI with that user/password.Statistics: Posted by neilgl — Mon Nov 18, 2024 5:04 pm
View ArticleGeneral • How to create a uf2 file for the RP2350 using picotool
Hello.On the rp2040, I was programming in arm assembler without the sdkC++ and I managed to create the uf2 file from the binaries with the uf2conv.py script.Now I'm starting to program in riscv...
View ArticleTroubleshooting • Re: Yet another non-boot RPi 5 - solid red light
LolStatistics: Posted by neilgl — Tue Nov 19, 2024 4:59 pm
View ArticleTroubleshooting • Re: Pi running very slowly
Pi is running using lxde. I use RealVNC to control it from my desktop. Any ideas what to check first?"Pi is running using lxde"Can you expand on that? What OS are you using as a basis?Even if you have...
View ArticleBeginners • Re: Disabling "Welcome to Pi" Splash Screen - RPi5 OS
I think just adding quiet to the kernel command line (in /boot/firmware/cmdline.txt) would hide the boot/service start messages.Statistics: Posted by mitu — Tue Nov 19, 2024 5:03 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 UART Port - General Usage?
However, you can change the EEPROM configuration to disable the debug UART usage:Code: $ sudo rpi-eeprom-update --edit# Set BOOT_UART to 0 and save itStatistics: Posted by PhilE — Tue Nov 19, 2024...
View ArticleHATs and other add-ons • Re: 230v input signal HAT
We found a HAT with 230v inputs, but we need to check whether you can connect live and neutral straight to it as an endpoint or if it just reads the live power supply as it passes through; we haven't...
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
@hippy Well, all right then, it was an interesting attempt, and obviously the extension does not fit all ussrs. I do see how having an extension for most users very much helps RPi support the SDK and...
View ArticleAndroid • Android Touchscreen Y-Axis Scale Issue
Hey All,I have a Raspberry Pi 5 8GB running Konsta’s LineageOS 21 build currently, although I’ve had the same issue with Lineage OS 20 and Emteria 15. I have a touchscreen issue where the x axis is...
View ArticleOther programming languages • Re: Julia the Language
Thanks for unlocking this thread. As a new long term support version of Julia has been released my plan is to follow the same steps used in this thread to build an executable for ARMv6.Julia is based...
View ArticleRaspberry Pi OS • Re: Labwc vs. Wayfire
My perspective is, I strongly suspect, different. I use X11 with headless Pi and a remote X server. Waypipe doesn't cut it. So, yeah, complete removal of support for X will be a major PITA.Nope, as...
View ArticleTroubleshooting • Re: How to safely save video when power off occur?
I am currently saving the video and rebooting Pi every 1 hour... Only downside is that if there is a poweroff then Video is not saved.!Why are you rebooting every hour?If you suffer frequent power to...
View ArticleSDK • Re: WANT_HCI_DUMP for bt_stack not working
I confirm that, in target_compile_definitions(), PRIVATE works to enable WANT_HCI_DUMP, but INTERFACE does not.This is in accordance with https://github.com/raspberrypi/pico-sdk/issues/1267.Code: # To...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Maybe CM5 will be Raspberry Pi's anniversary or Pi Day treat ? Though I expect many are hoping that will be a Pi 500.You mean Pi500 not for Christmas? That would be very odd.And BTW, local Pi reseller...
View ArticleTroubleshooting • Re: Booting Raspberry pi 5 with laptop
Maybe there is some missunderstanding!You will boot your Pi from uSD and then use SSH or VNC for connecting to it from your laptop.Use RPI imager for flashing the OS to the uSD and make sure to enable...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • CM4 I2C Clarification
Hey,I have spent the last hours trying to understanding the I2C concept on the CM4. In the follwing I will summarize my findings and my remaining questions, grouped by I2C bus. I would be happy if...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Obviously this release is for testers who like to live on the bleeding edge. It's not intended for beginners, or users who need stability.That seems to decribe me. Installed on 5 of my...
View ArticleTroubleshooting • Re: Connection Refused Error
I'll give it one more go but i need to know exactly what is plugged into what and more. Right now I don't have a clear idea of your setup which makes it very difficult to offer relevant advice.You've...
View ArticleRaspberry Pi OS • Re: How to self-learn RPi OS CLI version?
Just start learning RPi OS CLI, please advise documentation on: a) CLI command (says, ls, rsync)https://magpi.raspberrypi.com/books/com ... nd-editionb) hardware specific for RPi 5, saysvcgencmd...
View Article