General • Re: I can't install picozero
Have you seen this https://picozero.readthedocs.io/en/late ... tarted.htmlStatistics: Posted by DS256 — Thu May 29, 2025 11:46 pm
View ArticleAdvanced users • Re: A command line tool to report CPU / GPU / Temperature
Get the CPU temperature from /sys/devices/virtual/thermal/thermal_zone0/temp instead using a firmware mailbox call. They're both reading the same temperature sensor inside the SoC.Statistics: Posted...
View ArticleSDK • Re: Compiler Optmization Reordering
* generally same core compiler reordering is prevented by asm with : "memory"* where it is necessary cross core, __dmb() is used which also does the : "memory"... note __dmb() is the implementation of...
View ArticleAdvanced users • Re: 1200 baud RJ11 modem to RasPi
The English language (and I'm pretty sure that my former colleagues at Collins Dictionaries would back me up on this) is defined by usage, not committee.Statistics: Posted by scruss — Fri May 30, 2025...
View ArticleTroubleshooting • Re: Pi 3B+ 4k output 15Hz
Investigations with modern kms drm drivers.CTried generating an edid-file to "cheat" kms into believing my TV did return such an EDID (it doesn't, but it still supports it). The file is attached to...
View ArticleGeneral • SDSC support on Pico
Using https://github.com/carlk3/no-OS-FatFS-S ... I-RPi-Pico (main)Looking for help building version 2.4.0 of this project so that I can used 128MB SDSC cards.Got examples/command_line working with a...
View ArticleGeneral • Re: New Bluetooth stack for Pico
By "WiFi up" I mean WiFi core is up, but WiFi radio down if Bluetooth only. Datasheet's values are valid if Bluetooth is connected using UART interface. On Pico (2) W board it is not, due to pin...
View ArticleGeneral • Undercharging?
Hello,I'm a newbie to building Pi stuff (and using this forum) so don't bully me! LOLI'm working with DC4-7V LEDs and have a 2x AAA battery pack (mostly chosen because it was the only accessory I...
View ArticleSDK • Re: Pycryptodome not installed
On old Windows installer utility, in faq section of its github page there was a hint, how to install module to standalone (just unzipped) Python. I belive it was pipx. But now that page is archived...
View ArticleBeginners • Re: Raspberry Pi5 Starter Kit sound question
On a stock Pi5 only over HDMI.You can add a USB dongle or one of many audio HATs if you want analogue.Statistics: Posted by thagrol — Fri May 30, 2025 11:27 pm
View ArticleRaspberry Pi OS • Re: Ifconfig not showing stats
On BULLSEYE, this is what I see for my WIFI connection. Code: $ ifconfig...wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.12 netmask 255.255.255.0 broadcast...
View ArticleSDK • Re: Extra compiler flags, only for user code
set_source_files_properties(foo.c PROPERTIES COMPILE_FLAGS -fsanitize=kernel-address) in your CMakeStatistics: Posted by kilograham — Sat May 31, 2025 8:54 pm
View ArticleGeneral • Re: RP2040 PIO Input Glitches SM to addr 0 at WAIT GPIO Instruction
We can start from the beginning, how a signal enters the chip on a GPIO... what do you see there?Statistics: Posted by gmx — Sat May 31, 2025 9:04 pm
View ArticleGeneral • Re: rpi 4b Bookworm no /dev/ttyACM*
Could it be that magic baudrate of 1200?I think Arduino uses with its bootloader, also in SDK is enabled by default:Code: PICO_STDIO_USB_RESET_MAGIC_BAUD_RATEBaud rate that if selected causes a reset...
View ArticleNetworking and servers • Re: PXE boot tftpd boot sync
Sorry, can't help with your question as I'm struggling myself, but is there any chance you can share the guided you followed?Statistics: Posted by MoshePupkin — Sat May 31, 2025 9:32 pm
View ArticleTroubleshooting • Pi 4 PXE boot
Is there a guide one can follow? The official guide is, how shall I put it, missing a lot. Just an example ,they ask to "Before configuring network boot, make a note of the serial number and mac...
View ArticleAdvanced users • Re: Labwc: Can it be made to tile windows?
should be achievable with labwc actions https://labwc.github.io/labwc-actions.5.htmlCode: <placement> <policy>automatic</policy></placement>Adding the above to...
View ArticleTroubleshooting • Re: My Rspberry pi 5, 16GB for main memory not able to boot.
Thank you for the information. I was able to reboot with the xd card and after, reformat the ssd and install a fresh version for Ubuntu server!Thanks a lot!Richard G.Statistics: Posted by Samlion —...
View ArticleFrançais • Re: Mon Raspberry pi 5, 16 GB ne redemarre plus
J'ai réussi avec quelques conseils, à redémarrer mon pi à partir de la carte xd! j'ai ensuite reformatter le ssd et j'ai pu installer une version fraîche de Ubuntu server.À plus!Richard G.Statistics:...
View ArticleGraphics, sound and multimedia • Re: Cannot open device /dev/video0 on Pi 5...
Just wanted to update the thread. I've updated kernel to 6.12.25 and it seems to be working fine now Statistics: Posted by sihochoii — Sat May 31, 2025 11:10 pm
View Article