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 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 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 ArticleBeginners • Re: Upgrading Pi 4 B to Pi 5
what os is on the rpi4 donglei think the rpi5 requires at least bookwormCode: pi@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"NAME="Raspbian...
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 ArticleBeginners • Re: Newbie Question: 32 bit vs 64 bit
Which Pi are you trying to downlaod and install to ? Pi3 / Pi4 /Pi5 / Pizero2 etc.Statistics: Posted by neilgl — Sun Aug 11, 2024 7:46 pm
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 ArticleSDK • Re: RP2040 inter thread synchronisation
Thanks, I tried the macro trick but the compiler no longer finds the function name : "not in this scope". Never mind. Can you advise on how to change the ISR priorities.I need TIMER_2 below the GPIO...
View ArticleTroubleshooting • Re: Please say I did something wrong
So, my command came from Radxa's website on the installation instructions for the SATA hat!https://docs.radxa.com/en/accessories/p ... a-for-rpi5No warnings that I can see about "this will overwrite...
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 ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hi With the Latest version of noobs being 3.9.1 or 3.9.2 in recovery mode if an installed os is checked and ha update beside it I understand that installed os will be updated, are the other os that...
View ArticleTroubleshooting • Re: Bookworm feedback thread
Judging by the number of issues with Bookworm (reported here and elsewhere), I think the development team should do themselves a favour and withdraw it completely. If they still feel a need for an...
View ArticleTroubleshooting • Re: PI 5 OS error mesages
Something is a bit unusual with your apt setup. I wouldn't expect those two versions to be available for the same release of Raspberry Pi OS.Could you post the output from "apt policy libsdl2-2.0-0"...
View Article