General • Re: Pico vscode extension drags in 8 superfluous unwanted extensions
If you want to develop Arduino code, develop native Pi apps, create PDF files; "this is not the tool for you". VSCode + TinyMist plugin = Easy PDFsIt's a great combination to make PDFs. Typst is a...
View ArticleBeginners • Re: Raspberry Pi OS on USB flash drive
Yes, but you might fins the SD card copier tool to be a better option.Imager will pull down the OS image again and redo the first boot stuff. SD card copier does everything locally and does not redo...
View ArticleGeneral discussion • Re: Pull/Remove/1.9.4 version of Pi Imager off the website.
Are there other command line options or environment variables I can set to help Qt out?Not that I am aware of. I think it's going to be one for the 'rpi-imager' team ...Code:...
View ArticlePython • Re: THONNY MULTIPLE CODES
Hello,I have multiple python codes for my project on raspberry pi 4. How do I compile multiple codes or make a top module?While I'm not clear in what you mean by 'multiple python codes', the typical...
View ArticleGeneral • Re: ampy transfers from pico loses bytes
Does you have evidence to support that?From the listing provided the location.Code: Traceback (most recent call last):File "c:\users\anon\appdata\local\programs\python\python37\lib\runpy.py", line...
View ArticleUbuntu • Re: Pi not reachable after restart
There was an unusual possibility the other day, a package was updated a few days ago which required the initramfs to be rebuilt, but then the initramfs program was updated a few days later. If the two...
View ArticleCamera board • Re: Updated rpicam_app "issues"
Can you open an issue at https://github.com/raspberrypi/rpicam-apps/issues to discuss this please?Statistics: Posted by naushir — Wed Jul 23, 2025 12:58 pm
View ArticleNetworking and servers • Re: Can’t access rpi5 bookworm hotspot
Have you set security to Wi-Fi security = WPA & WPA2 PersonalStatistics: Posted by neilgl — Thu Jul 24, 2025 12:08 pm
View ArticleGeneral discussion • Re: RISC-V (?)
I see RISC-V as a way for multiple hardware vendors to create processors that are all part of the same software ecosystem.This allows programmers a guaranteed return on investment when creating and...
View ArticleNetworking and servers • Re: Can I connect an access point to a switch and
If I understand what you're wanting, then yes, you can do that.You can use a Pi as an access point, but it can only support a small number of wireless clients. For what you want, I believe the Bridge...
View ArticleAndroid • Re: [DEV] LineageOS 22.2 (Android 15) for Raspberry Pi 4 & Pi 5
Hey! I've installed your OS on a P4B but if I switch off using F5 as you indicate in the FAQ, it doesn't turn off but rather goes to sleep. Is there a way to modify this? Currently, if I "power off"...
View ArticleTroubleshooting • Re: Regarding the issue that the Raspberry PI fails to...
Thank you for your help. I didn't ignore this suggestion before, but the display screen didn't arrive at that time, so I couldn't answer this question. Now I have connected the display to the...
View ArticleBeginners • Re: 40 Pin Mipi DSI Display
"unfortunately my pins are already in use" How ? Hat fitted ? Can you upload a photo...Statistics: Posted by gordon77 — Thu Jul 24, 2025 12:32 pm
View ArticleTroubleshooting • Re: Waveshare 10.1 display doesn't work with buildroot system
Check your buildroot config has enabled all the required kernel modules. IIRC the default set is very limited. If that doesn't help try asking waveshare for help.Statistics: Posted by thagrol — Thu...
View ArticleBeginners • Re: Pin description for CAM/DSP on RPI5
Different GPIO pins for I2C and auxiliary GPIOs (I would have to look up the numbers, but it's all in DeviceTree). Otherwise the same. There is a 2K pull-up on each of the I2C lines on RPi5.Take care....
View ArticleTroubleshooting • Re: dpkg gives erors
It turns out that there is a fixed version in the sid repository. So I enabled sid, did a yum update, then did a yum install xtrx-dkms. This installed a new version of dkms as a dependency, then it...
View ArticleOther • Re: How to configure FullPage OS
[/quote]I already know about the chromium commands you mentioned and entered them in fullpageos.txt but it does not work. [/quote] It would have been helpful if you had mentioned that in your first...
View ArticleCompute Module • [CM5] Clarifying PMIC_EN vs PWR_BUT Usage for Power Control...
Datasheet says2.16. PMIC_ENPulling this pin low puts the CM5 in the lowest possible power-down state. TIPIt is recommended to only pull this pin low once the OS has shut down.2.17. PWR_BUTPulling...
View ArticleTroubleshooting • Re: RPi 5 Cannot Find rootfs by partuuid
I also flashed RPi OS Lite to a USB Flash drive and tested it in both the USB2 and USB3 ports, as in each one it threw slightly different errors.Thanks again!mario872Note: The USB 2 flash drive also...
View ArticleSDK • Re: PICO_FLASH_SPI_CLKDIV only affects boot stage?
should workSeems to for me. If one uses a deliberately invalid -Code: target_compile_definitions(bs2_default PRIVATE PICO_FLASH_SPI_CLKDIV=XYZZY)That emits an error during the build which quickly...
View Article