Beginners • Re: New to Raspberry Pi looking for insight
Thank you for further insight. Let me reiterate. Is this model even worth using for the applications I desire to use? I am also unsure what you mean by "I bet you know"I don't have much knowledge in...
View ArticleTroubleshooting • Re: New RPi user seeking advice. Did I get a faulty board?
This is a bit of a late reply, but the problem was amicably resolved. Thanks again to everyone in this thread.Statistics: Posted by TestTypeTwo — Fri Dec 15, 2023 10:04 pm
View ArticleTroubleshooting • Re: pi 5 boot from USB SSD fails
Two questions:1. Do you use original 27W power supply?2. Have you tried to revert the boot order to the original one: "the imager offers for the PI5 family three sequence options: 1) boot sdcard...
View ArticleGeneral discussion • Re: Powering Raspberry Pi 5 in a vehicle
I haven't bought one yet - I was researching options and trying to work out how the best way was to connect if I did buy it before doing so.Statistics: Posted by PiPeteC — Fri Dec 15, 2023 10:09 pm
View ArticleTroubleshooting • Re: Error downloading: SSL certificate problem: certificate...
I'm (still) running macOS 10.14.6 (Mojave) as you suspected!Sounds like the older version of macOS causes this issue.One more reason to upgrade Thanks for your reply!Statistics: Posted by CupertinoPi...
View ArticleDebian • Re: Switching to the Debian testing branch on Raspberry Pi OS Lite
Updating of Rpi OS Lite to testing is not supported. If you want Trixie you could try installing from the Debian official arm64 testing ISO using the UEFI firmware for the raspberry Pi 4 - search...
View ArticleRaspberry Pi OS • Re: Using Apple Keyboard and Mouse while Raspberry Pi 5 and...
You can use Logitech MX Keys keyboard and mouse to switch between up to 3 devices.https://www.logitech.com/en-us/products ... board.htmlStatistics: Posted by keyboardman — Sat Dec 16, 2023 8:39 pm
View ArticleGeneral discussion • Re: VNC won't enable
I switched out the sd card and burned a new image. All is working now. It seems that the card was somehow defective. I put a fresh image on this old card twice with no vnc access. Oh well 1 more pi...
View ArticleTroubleshooting • Re: Headless Display Resolution on Bookworm
sudo apt-get install qt6-base-dev sudo apt-get install qtcreatorStatistics: Posted by davethomaspilot — Sat Dec 16, 2023 9:19 pm
View ArticleMicroPython • Re: Help for Raspberry PI pico
With a Pico flashed with the wrong Micropython I would suggest starting with a factory reset- Put Pico in BOOTSEL mode- Flash flash_nuke.uf2- Unplug the PicoNow the Pico is like a fresh new one with...
View ArticleGeneral • Re: PicoW resetting
I looked in digikey.com, for "power line filter module". There is a parametric search, with filter type = single phase; voltage range 110, 250V AC (and the similiar 120, 125) for current 5, 6A I get...
View ArticleBare metal, Assembly language • Re: BCS mnemonic (?)
Try RRXS instead of RRX. I think RRX used like that doesn't set the carry flag.I could be wrong. I'm a bit rusty on assembler.You're not wrong. The {S} suffix is required to shift bit 0 into the carry...
View ArticleBeginners • Re: Python - No such file or directory
you are probably better off using an alternate name to call python 3.12.These commands should hopefully get you back to a better state cd /usr/binsudo ln -s /usr/bin/python3.8 pythonsudo ln -s...
View ArticleGeneral discussion • Re: URL's for BBC Radio Stations
Logitech Media Server (squeezebox) has a BBC Sounds plugin and enables all the BBC radio channels and also listen again services using your BBC account.Statistics: Posted by AndrewPiEater — Sat Dec...
View ArticleRaspberry Pi OS • Automated deployment of headless Raspberries with Bookworm
Last year Simon wrote this article and explained how to deploy a headless Raspberry unattended.There are also mechanisms to preconfigure an image without using Imager. To set up a user on first boot...
View ArticleTroubleshooting • Re: Blender
Does it run if you type this into a Terminal (does for me with obs on a Pi 5)Code: MESA_GL_VERSION_OVERRIDE=3.3 blenderYes, it starts up and looks good. It has a long pause and sort of locks up when...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Bootloader seem to be up-to-datesudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Thu May 11 06:26:03 AM UTC 2023 (1683786363) LATEST: Thu May 11 06:26:03 AM UTC 2023 (1683786363) RELEASE: latest...
View ArticleOther programming languages • Re: Julia AArch64 binary not working on...
Best guess you need to extract the tar.gz contents to / so the various files will be in the expected places.Thanks for the reply. Yeah, I did try that (actually I put it in /usr/bin) and got the same...
View ArticleTroubleshooting • Re: Raspberry Pi4 updating EEPROM - sdcard issue
cm4 emmcthats your problemthe emmc version doesnt have the uSD socket wired upso it will never see anything you put on a uSD cardyou must use the rpiboot jumper and rpiboot program, as explained in...
View ArticleTroubleshooting • Re: Raspberry Pi 4 screen blanks randomly
The problem has fixed itself.I swapped the two RPi 4 units and the 64 GB SD cards.Neither machine now shows screen blanking.All I can figure is somehow one of the SD cards does not play well with one...
View Article