Android • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
[/quote]Sorry, you're just plain wrong. You can boot with 1280x720 resolution just fine (or which ever hardware resolution your display reports as supported).Have you tried, like, reading the FAQ?...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
I have used USB type C cable to connect MACBook to RPi Model 4.Statistics: Posted by Linux_01 — Wed Feb 21, 2024 12:03 pm
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
Sorry for my late replay.The last configuration fits perfectly on my CRT.I have also a superb Commodore 1084-S D1 monitor that I can connect through the RGB DB9 plug.Here the characteristics of the...
View ArticleCamera board • Camera software update for Bookworm
Hi,This is just to let folks know that there's been a camera software update for Bookworm. As always, we recommend installing withCode: sudo apt updatesudo apt upgradeto make sure you get all the...
View ArticleCamera board • Re: Camera software update for Bookworm
Isn't the following recommended?Code: sudo apt updatesudo apt full-upgradeStatistics: Posted by rpiMike — Wed Feb 21, 2024 12:31 pm
View ArticleBeginners • Re: Copy file from raspberry pi to computer then delete it?
You can use ssh to pass commands to the Pi (not a Windows user so I am unsure if that is present or not). This is best done with secure keys between the devices (see here - unsure how this works on...
View ArticleMicroPython • Re: Frequency counter stops after while
Thanks, I made only change in:Code: def counter_handler(sm): #print("IRQ") global update_flag if not update_flag: gateVal = int(MFREQ/1000) #sm0.put(gateVal) sm0.put(50000000) sm0.exec("pull()")...
View ArticleHATs and other add-ons • Re: Is A Grub-like Utility Possible With Raspberry...
As far as I know, the initial boot device source is selected by the built-in firmware and the only way to change that is to modify the boot_order.After the boot device is chosen, the partition from...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
With "vc4.force_hotplug=1" in cmdline.txt:Code: i$pi$ kmsprintConnector 0 (32) HDMI-A-1 (connected) Encoder 0 (31) TMDS Crtc 3 (96) 320x1480@59.98 39.750 320/24/32/56/- 1480/3/10/41/+ 60 (59.98) U...
View ArticleRaspberry Pi OS • Re: Kernel packages release schedule?
Would there be any repository with test version of package for 6.6.x? Eventually what repo holds package sources so I could build `.deb` myself for version I need?We don't ship test kernels through...
View ArticleBeginners • Re: SPI Question
Keep in mind that without additional effort the potentiometer are not floating (isolated from each other), but the analogue voltages need to be in some range around a common GND voltage.I don't...
View ArticleTroubleshooting • Re: Raspberry Pi Imager does not launch
I don’t think that is the way to install it on a Mac (but I don’t have one)The instructions sayTo install on Raspberry Pi OS, typesudo apt install rpi-imagerin a Terminal window.But you don’t have...
View ArticleBeginners • Re: Switch on the Microphone while the speaker is in playback
Simon,I have a long term Pi project listening for caller ID data and using a USB dongle for audio I/O.In my case I open the audio device and read data continuously, process it looking for and decoding...
View ArticlePython • Re: Blink too slow
blink should not be called repeatedly!https://gpiozero.readthedocs.io/en/stab ... .LED.blinkuse .on() and .off()or call blink once with an on_time and off_time in seconds.Statistics: Posted by rpiMike...
View ArticleSDK • Re: cannot use pico-extras in own project
`fatal error: pico/audio_i2s.h: No such file or directory`target_link_libraries(myproject pico_stdlib pico_audio_i2c pico_audio)Should that '_i2c' not be '_i2s' ?Statistics: Posted by hippy — Thu Feb...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
Does this still happen if you add these lines to config.txt in the boot partition?arm_freq=1500core_freq=500Statistics: Posted by timg236 — Thu Feb 22, 2024 12:36 pm
View ArticleTroubleshooting • Re: Triggerhappy failing on 64 bit Bookworm on Raspberry Pi 4B
Hi, Can anyone please let me know how to fix this?Statistics: Posted by embed123linux — Thu Feb 22, 2024 12:38 pm
View ArticleBeginners • Re: Edit user account from SD
Hey,Is it possible to edit root or any other user directly from the SD card ? Before the first boot.Thanks!Yes.The Raspberry Pi Imager tool does that.But there is separate 'standalone ' documentation...
View ArticleTroubleshooting • Re: After enabling the DRM function on RPi 5, it was found...
DRM is a kernel subsystem - Direct Rendering Manager.The HDMI display is also being driven through a DRM driver, but it uses vc4 instead of the ili9486 driver.SPI has a far lower bandwidth than HDMI,...
View ArticleDevice Tree • Re: Pi5 - overlay for enabling 3 SPI interfaces and using RP1...
Got you!Well, I can think of 'funnier' things in life than chasing BUGS down the (device)tree ... for finding other stuff ...Statistics: Posted by aBUGSworstnightmare — Fri Feb 23, 2024 12:19 pm
View Article