Quantcast
Channel: Raspberry Pi Forums
Browsing all 5272 articles
Browse latest View live

C/C++ • Re: CMake and arch-specific compiler options

which gives me the following error:Code: E: Unable to execute target architectureLooking at the debootstrap log, it just says:Code: armhf: not supported on this machine/kernelLooks like this has to do...

View Article


General • Re: Pico2 easy upgrade or nightmare?

I've read that you can build an UF2 file with rp2040 and rp2350 but I don't think "universal" code can be done.You could theoretically do it with ARMv6-M only code, but it would be extremely painful...

View Article


General • Re: RP2040: Substantial PIO jitter in I2S clock

The only time I have seen jitter in my PIO programs was when I used a fractional divider for the state machine. I guess I have also seen delays introduced when the PIO code was waiting for data in the...

View Article

Raspberry Pi 400 • Re: Pi400 shutdown woes

the holtek MCU managing the keyboard also manages turning the power on/offwhen the pi400 is "off", the holtek is still on, scanning the keyboard, and can turn the power back on when you hit the power...

View Article

Raspberry Pi Connect • Re: Copy files from remote Pi

another option is the https://github.com/magic-wormhole/magic-wormholejust run "wormhole send foo.txt" on one machine, and it will spit out a code like "wormhole receive magic-words"then just run that...

View Article


Image may be NSFW.
Clik here to view.

Beginners • Re: Which nvme hat to use with Official Case with cover on?

I am using a Geekworm x1003, with the Active Cooler in the Official Case with the lid on. I even have the RTC battery inside.https://geekworm.com/en-au/products/x1003I only bought this hat because I...

View Article

General • Re: RP2350 Errata E9 and PIO

Somehow RPI has not been able to replicate this yet, but at this point it seems pretty obvious that there is a serious problem.That does feel strange when multiple people say they have demonstrated...

View Article

General • Re: Problems with "host_cdc_msc_hid" example

Awesome, thanks for the reply there.I am working through the differences in our cmakelists files. From what I can see, I am invoking the SDK in my file. Because if I change the test to a random number...

View Article


Image may be NSFW.
Clik here to view.

General discussion • GPIO pins on Raspberry Pi 5

Hi! I’ve spent quite a lot of time doing research about how to use GPIO pins on my Raspberry Pi since it doesn’t work with RPi.GPIO as the older versions do.I found two useful libraries: gpiod and...

View Article


Graphics, sound and multimedia • Re: PeppyMeter not working

The following properties should be set in the file PeppyMeter/config.txt:meter.size = widescreen.width = 1280screen.height = 400The settings in the /boot/config.txt are valid for the display Waveshare...

View Article

General discussion • Can someone try installing these two Python packages to...

I've been considering getting a Raspberry Pi and have been playing around with running Kali Linux on an old tablet using Termux. The problem I'm seeing on the tablet environment is that I just can't...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • sdm: Quickly and easily create your own fully customized...

sdm has been around for a while, but hasn't had an "official" announcement topic in these forums. Until now.Apologies if I'm over-enthusiastic about sdm. I'm super-jazzed by sdm's capabilities, and...

View Article

General • Re: Issue with Always-On Timer on the RP2350

Here is my current Always-On Timer initialization code, with some commented-out code removed:Code: \ Initialize the AON timer : init-aon-timer ( -- ) POWMAN_TIMER_NONSEC_WRITE POWMAN_TIMER passwd-bis!...

View Article


Troubleshooting • Re: Windows 10 accessing SAMBA share on Pi 5 with Bookworm...

For starters:Which level of Windows10 are you using? Home, Pro, something else?Posting just your share definition is not enough. Please post the output fromCode: testparm -sRemember to wrap it with...

View Article

General discussion • how to use the flash_program example in pico sdk

I could use some help, please.I'm using my RP 4 to program an Pi Pico thru a Pi Debug probe.I'm able to build the examples in the pico sdk folder & load them onto the board.I'd like to store some...

View Article


SDK • Re: I'm having trouble with SDK 2.0.0

My guess is that you didn't delete your build directoryAs I stated above, part of my process for switching SDKs is to delete the build directory. It's a convoluted process because the VisualGDB always...

View Article

Raspberry Pi OS • Re: Wayland - Wayfire window placement not working on dual...

GreetingsI am working on a personal project using opencv and a Rasberry Pi 5 with 64-bit Rasbian OS. Part of the project involves splitting an image in two and displaying each part on a seperate...

View Article


General • Re: RP2350: wiring for external DVDD supply

I too have the same question, the datasheet seems to give insufficient information on this. Two things I did find:1. "VREG_AVDD also powers the chip’s power-on reset and brownout detection blocks, so...

View Article

Image may be NSFW.
Clik here to view.

Other projects • Re: Thermal printer for photobooth printing too dark

On the screen u can see urself before it prints for a few seconds…I am in a very well lit area the pictures were coming out fine before just super light so I changed the paper inside to a better...

View Article

Troubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...

you have to own the modifications and things which arise from them (such as APT wanting to revert you to systemd because you found a package that has a dependency on some part of systemd). I assure...

View Article
Browsing all 5272 articles
Browse latest View live