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

Beginners • Re: Upgrading Pi 4 B to Pi 5

what os is on the rpi4 donglei think the rpi5 requires at least bookwormStatistics: Posted by kerry_s — Sun Aug 11, 2024 6:51 pm

View Article


SDK • Building for >2MB FLASH

I've created a new board file with Code: #define PICO_FLASH_SIZE_BYTES (128 * 1024 * 1024)I verified it's being used by both CMAKE and that the value is set correctly during runtime (when compiled...

View Article


Other programming languages • Re: Printing and Powershell

I have ver. 7.4.4 Powershell installed on my Pi 5 with CUPS. Printing under Pi 5 works fine, but unter Powershell, Nothing. The Printer cmdlets are not installed. What can I do? out-printer works fine...

View Article

Raspberry Pi OS • Re: Pi shuts down upon boot

Which power supply are you using with it?Statistics: Posted by neilgl — Sun Aug 11, 2024 7:12 pm

View Article

SDK • Re: Building for >2MB FLASH

Also I tried copying pico-sdk/src/rp2_common/pico_standard_link/memmap_default.ld into my source directory, then adding Code: pico_set_linker_script(tonegen-v4 ${CMAKE_SOURCE_DIR}/memmap_custom.ld)but...

View Article


Troubleshooting • Re: Wifi not working in headless installation (Pi 0W)

How are you checking that the pi is not connecting to the WiFi?Statistics: Posted by neilgl — Sun Aug 11, 2024 7:17 pm

View Article

Networking and servers • Re: Pi OS & Remote access servers blocked

From a browser running on the RPi go to canyouseeme.org.Statistics: Posted by drgeoff — Sun Aug 11, 2024 7:21 pm

View Article

Troubleshooting • Re: raspberry pi 5 gpio connection error

Post your code rpidenemesi.py here (using code tags to keep the indentation) so we can look at it. ThanksStatistics: Posted by neilgl — Sun Aug 11, 2024 7:21 pm

View Article


Image may be NSFW.
Clik here to view.

Official Display • Official Display not functioning on Pi 5

I have two official 7" displays neither of which will generate an image when connected to a Pi 5 but do display an image if I connect them to Pi 4's and I have exhausted my troubleshooting knowledge....

View Article


General discussion • Re: Pico 2 Micropython problem

It does seem that there are some differences between the USB implementations on the RP2040 and the RP2350. I suspect your regular print() would be keeping the USB connection open, otherwise the COM...

View Article

SDK • Re: RP2040 inter thread synchronisation

Thanks for the tips. - I put all interrupt handlers in RAMI noticed all your anonymous __not_in_flash_func() ISRs which seem to be magically hooked up somewhere. It looks pretty funky but I probably...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Pi 5 Bookworm NTFS does not work

Hi Guys,I am a long-time Raspberry Pi user. User, not programmer or system-administrator. I recently bought a Rasperry Pi 5 8 GB and flashed and updated the current Pi-OS bookwork.When I wanted to...

View Article

Troubleshooting • Re: Please say I did something wrong

You wrote zeroes to the first 3GB of the disk. Your partition table and filesystem superblock are gone, and probably a fair chunk of whatever was stored on it, too.Recovery may be possible if you can...

View Article


Troubleshooting • Re: Changing the background colour of the TUI mode from...

It is not bright blue, it is regular blue, which is typically about two-thirds maximum brightness; something like #0000aa. I suspect blue is chosen because it is also perceptually the darkest of the...

View Article

Image may be NSFW.
Clik here to view.

General • Re: ssd1306_i2c example doesn't display anything unless I hit reset

It seems to make no difference whether or not the probe is connected. I even tried transferring the UF2 binary via the usb drive mount + picotool method, and detected no difference that way either.I...

View Article


General discussion • Re: Raspberry Pi 5 connector with 2 leads

I tried connecting these to the buck converter, but it wouldn't power the Pi, even when I swapped the wires around the other way, it still wouldn't work. That is a good way of increasing the...

View Article

Troubleshooting • Re: RPi Zero-W USB power

The phone only wants 100maI find that hard to believe, that may be the minimum it will charge/operate at (eg from a current limited charger) but it is unlikely to be the maximum load it is capable...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: need a layout or screen shot of the available screen...

Thank you for the reply, I am not that knowledgeable so I think I probably mislabeled what I needed. I took a screenshot of the menu screen attached below in the last screen it shows all the different...

View Article

Troubleshooting • Re: Pi 5 Bookworm NTFS does not work

There was a bug with ntfs and 16k pagesize that has been fixed.Adding to config.txtCode: kernel=kernel8.imgworks around the issue.I don't think the fix has reached the apt kernel (it is in...

View Article

Raspberry Pi OS • Re: Display 3.5"" XPT2046 - Raspeberry pi zero 2w

Hello! This my config is SPI Enable. [*]# For more options and information see# http://rptl.io/configtxt# Some settings may impact device functionality. See link above for details# Uncomment some or...

View Article
Browsing all 6763 articles
Browse latest View live