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

Networking and servers • Re: CORS assist

If you are using Apache2, add this to the .conf file Code: Header set Access-Control-Allow-Origin "*"And enable the headers module, then restart ApacheCode: a2enmod headersFrom a separate pi, we can...

View Article


Beginners • Re: What's wrong with few OSes in Raspberry pi?

Look better at the separate distro webpages and you’ll be surprised, e.g., https://wiki.almalinux.org/documentatio ... ry-pi.htmlStatistics: Posted by WouterO — Sun Nov 24, 2024 10:11 am

View Article


SDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'

can emit things like jump tables (when it compiles a switch statement into one) that aren't in the .text segment and hence not affected by the linker script putting that in flash/RAM as requested....

View Article

Raspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)

What are the changes in these newer Python versions?Statistics: Posted by jamesh — Sun Nov 24, 2024 10:29 am

View Article

Troubleshooting • RS232-RS485-CAN-Board erros

HeyI've got this marvelous pi hatRS232-RS485-CAN-BoardWith this config:Code:...

View Article


Graphics programming • Re: Shared Memory on Pi5?

many ARM SOC's do not contain this high speed shared memory on the gpu, and that it is mapped onto system ram.Yes, there is only one global shared RAM (LPDDR4X-4267 for Pi5), there is no dedicated...

View Article

Troubleshooting • Re: Audio and CEC issue/KMS vs FKMS

Adding some additional info, in case its helpful:Code: $ cat /boot/firmware/config.txt # For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality....

View Article

Raspberry Pi OS • Re: Autostart with labwc

@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...

View Article


HATs and other add-ons • Re: official raspberry pi power supply not working...

Have you got something back feed power into the board ? e.g. a monitor if so add a discharge resistor to the 5v rail e.g. 1KStatistics: Posted by dp11 — Sun Nov 24, 2024 11:11 am

View Article


Compute Module • Re: COMPUTE MODULE CM4 NOT BOOTING, LED FAST BLINKING

I won't think power supply issue, because if i am mounting another cm4 on same eval board with same power supply it is workingStatistics: Posted by abhimanyukumarmahto — Sun Nov 24, 2024 11:39 am

View Article

General discussion • Re: STICKY: PINN - An enhanced version of NOOBS.

I have temporarily removed 3.9.3 for installation, and reverted to 3.9.2 whilst this issue is investigated.Ok. I've created an image file of my PINN RECOVERY and SETTINGS partitions for...

View Article

Networking and servers • [SOLVED]Re: Tor Router - Not able to ssh via eth1...

Issue solved afer changing one of rules from Code: iptables -t nat -A PREROUTING -i eth1 -p tcp --syn -j REDIRECT --to-ports 9040toCode: iptables -t nat -A PREROUTING -i eth1 -p tcp ! --dport 22 --syn...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 - I2C pull-up ?

Thank-you PhilEStatistics: Posted by Zynalo — Sun Nov 24, 2024 11:58 am

View Article


General • Pico not working on startup - LED flashing

I am new to coding and I am trying to run a script on startup on the Pico, I am using circuitpython. Whenever i power the pico the onboard LED flashes quickly for 5 times and then peridoclay every few...

View Article

Other • Re: Windows ARM64 release?

Once a company IPOs it is legally required to maximise value for its shareholders.This is literally not true. If that's what you're basiing your argument on then it's pretty shaky ground.Ah, I see...

View Article


Raspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0

Are you booting to the desktop with the main user logged in? Or are you booting to console or to desktop but without autologin?Statistics: Posted by gsh — Mon Nov 25, 2024 10:46 am

View Article

Compute Module • Re: UART sends weird data after firmware update

Thanks for the suggestions, I will post hex data ASAPStatistics: Posted by pappit — Mon Nov 25, 2024 10:47 am

View Article


General discussion • Re: New Raspberry Pi Products

I can't see the form factor changing, nor any move to USB-C. Backward's compatibility seems to be the best justification for that.Well, that is what the Pico 2 and 2w is for. For anything new and...

View Article

SDK • Re: Support for Pico2-W

Old news. It was released 3hrs ago.Got an email notification just before 6 this morning...I suggest subscribing to release update notifications on github (watch / custom / releases)Statistics: Posted...

View Article

Troubleshooting • 5-Inch Touch Screen Display

Hi allFirst time herelooking for a bit of help or advise, I'm trying to set up my touch screen on my Pi, its a 4B model, the screen it self is a 5-Inch Touch Screen Display from jaycar model...

View Article
Browsing all 5417 articles
Browse latest View live