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

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


Advanced users • Re: RAID 1 (mirror) with two NVMe

I saw the following instructions on setting up SW raid, but not sure how this would work on the main boot driveIt won't. The firmware doesn't support booting from a RAID array.You can put just the...

View Article

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

Note that a post by me talking about the inevitability of standardization somehow disappeared from this thread.Must be a bug in PHP or something. How do I report this bug?Statistics: Posted by...

View Article

General • Pico not working on startup - LED flashing

I am trying to run a program on startup using the pico. I can run the code just fine through thonny, however, when i plug the pico into a power source the onboard LED flashes 5 times and then continue...

View Article


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

Since I'm confident I can fit the whole thing in flash I was intending a NO_FLASH build. At that point I wanted to attempt writing some runtime data logging to flash , so no XIP needed. Did you mean...

View Article

Troubleshooting • Re: Composite Video Resolution not Being Passed From Kernel...

Thanks for the tip, I tried a couple more things:- Removing the RF modulator and plugging the composite RCA directly into my TV, then trying to set the resolution. No dice. Probably because the Pi...

View Article

Troubleshooting • Re: 5-Inch Touch Screen Display

Welcome to the forum!1. lesson learned: provide full details on third party components, i.e. how your screen is connected to the Pi2. lesson learned: test with the official OS first as only a limited...

View Article


General discussion • Re: Raspberry PI 3B+ with new power management chip

All current production is using the DA9090 (or DA9091). The PCN was released March 2022, and production transition was Oct/Nov 2022.Apart from needing updated firmware, you should see no functional...

View Article


Graphics, sound and multimedia • Re: Raspberry Pi 2B with a 2048x1536 HDMI...

just to have common understanding: Your screen is an iPAD screen --> AFAIK it's native resolution is portrait --> it is 1536x2048pixels (which is not the same as 2048x1536 which is a landscape...

View Article

Python • Re: adafruit_dht works but won't run again until i reboot

It's been awhile, but I had a similar problem with a DHT22 when I first set up a weather station. I can't remember how I found the following but it may be a basis for what you need.Code:...

View Article

Off topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...

Thought I'd go read the thread, seen as it hasn't been censored as it's still open for all to read in it's original formOne of the most significant changes that could simplify working with the...

View Article

HATs and other add-ons • Re: I would like to back up all of my 3.1/2-in...

Then you probably shouldSeconded.As already mentioned USB FDDs will have trouble with anything other than FAT formatted 1.44MB discs. AFAIK the only interfaces for 5.25" drive are somewhat niche.I've...

View Article


Image may be NSFW.
Clik here to view.

Interfacing (DSI, CSI, I2C, etc.) • Touch driver development - strange...

I'm working on a touch driver for a 2.8in display. Driver seems to be working fine for single click, long press etc, but when I i.e. want to move an icon on the desktop I will end up with the 'shadow...

View Article

Other • Re: Windows ARM64 release?

It is true, but I understand that most techy people (like on this board) don't understand it.That's OK. Stay in your lane.Statistics: Posted by BigRedMailbox — Mon Nov 25, 2024 12:31 pm

View Article


Image may be NSFW.
Clik here to view.

General discussion • BCM2711 bootloader EEPROM Stable branch

Asked me to convey that he is feeling unloved compared to BCM2712. No promotion from Latest since April Statistics: Posted by koge — Mon Nov 25, 2024 12:36 pm

View Article

Networking and servers • Re: Installing Nordvpn

NordVPN cli to the rescue:Code: $ nordvpn login --helpUsage: nordvpn login [command options] [arguments...]Options: --callback Complete the login manually if your browser fails to open the app. After...

View Article


Troubleshooting • Error while updating my Raspberry Pi 4 now Kernel Panic

I wanted to upgrade my box to Bookworm and changed apt.list and started to update after a while I saw segmentation error and booted my Raspi but I could not boot. After that manually edited fstab and...

View Article

Compute Module • Re: AI Hat+ and GPIO header

As the AI kit does not need any GPIO why would you expect the proprietary HAT would need one?Nevertheless, would not expect RPT to release a schematic of the two AI HAT's.Statistics: Posted by...

View Article

Off topic discussion • Re: Rpi Display configuration on mimxrt 1170 Evkb

Sorry, we don't provide support for interfacing the peripherals made by Raspberry Pi with other SBCs, and certainly not on anything other than the Linux kernel.The drivers and configuration is all...

View Article
Browsing all 4775 articles
Browse latest View live