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 ArticleSDK • 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 ArticleOther 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 ArticleRaspberry 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 ArticleSDK • 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 ArticleTroubleshooting • 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 ArticleNetworking 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 ArticleTroubleshooting • 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 ArticleOfficial 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 ArticleGeneral 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 ArticleSDK • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleGeneral • 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 ArticleGeneral 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleRaspberry 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