General discussion • Taskbar Tooltips on wrong monitor
Hi All,Hoping someone can help!I have just updated my RPi 4B to Bookworm and there's a strange problem with the taskbar tooltips.I have a dual-monitor setup and the tooltips (for the clock, network...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
I find it amazing how much better ssh works over long distances than it did, for example, 25 years ago.Indeed, but soon to be insecure unless quantum proof cryptographic standards are...
View ArticleSDK • Re: How does SPI DMA work?
I've been looking through the SDK documentation and the example ...Are you looking at spi_dma.c?For the peripheral I am using, I need to:1. write the instruction2. write the address3. read x bytes (x...
View ArticleBeginners • Re: pico getting started guide "build step" not available
Here:https://datasheets.raspberrypi.com/pico ... h-pico.pdfStatistics: Posted by kmbrad1963 — Thu Dec 28, 2023 12:23 am
View ArticleBeginners • Re: Setting static IP
Or from terminal/CLI use nmtui which is graphical-ish.Statistics: Posted by pidd — Thu Dec 28, 2023 12:24 am
View ArticleUbuntu • Re: Ubuntu not booting RPI 5
using the right power sourceStatistics: Posted by kerry_s — Thu Dec 28, 2023 12:26 am
View ArticleSDK • Re: Put code in the Stack section
Oh, did not notice you are the Pico DOOM author.It does compile and.. seems that it solve my IBM 5150 Boot Problem.This is for my PicoMEM Board, to use a Pico as all in one ISA Board emulation I had a...
View ArticleSDK • Re: How to size LittleFS properly
MicroPython uses 'END_OF_FLASH - FILE_SYSTEM_SIZE' to determine where it will be placed.Is END_OF_FLASH defined in a header somewhere? Is there an issue on PicoW using the end of flash in this way?...
View ArticleC/C++ • Re: Compilation error : Binary info must be in first 256 bytes of the...
But what is the cause of the error, why it happens in the first place? Is this a linker issue ? Is something being put at the beginning of the binary for some reason ?Statistics: Posted by Byte_pl —...
View ArticleSDK • Re: Troubles with Lua
A memory byte shared between each core is good enough to indicate if the second core has ended. You can create shared memory message buffers, and I'm sure the SDK supports queues for such things.I...
View ArticleGaming • Re: BooBoo - new language with game engine
Encouraging results with Pi 4B! These are tests of CoinHunt which is probably the most demanding game I have to test with.Under X11:Default window (1280x720): 120 FPSFullscreen (1920x1080): 60 FPSNo...
View ArticleTroubleshooting • How do I edit the Linux kernel command line?
HiI'm going to start with some context which is not directly related to my question.I'm experimenting with video resolutions on my rpi 400. I want to make it use a display with 1366x768 resolution...
View ArticleGeneral • pico getting started guide "build step" not available
In the Pico getting started guide step 10.1.1.3 .... right click of the project Build option .... is not available in the latest Eclipse 2023-12 Embedded C/C++ edition.No Build configurations show up...
View ArticleTroubleshooting • Re: How do I edit the Linux kernel command line?
add it to the front of cmdline.txtvideo=HDMI-A-1:1366x768mine for example looks like this.Statistics: Posted by kerry_s — Thu Dec 28, 2023 1:37 am
View ArticleC/C++ • Re: gcc flags for Pi 3 onward
Didn't work for me. On one of my heavier benchmarks (cpu bound) I get 25 FPS with -O2 and 28 with -O3. Thanks for the suggestion though!Statistics: Posted by skinmarquee — Thu Dec 28, 2023 11:56 pm
View ArticleTroubleshooting • Re: Mouse/Keyboard attached to switch keep disconnecting
Possible breakthrough. The keyboard and mouse stopped working entirely, then I noticed the switch was plugged into USB3 which is not where I'd normally plug a keyboard or mouse. It wouldn't work no...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
Is PWM control not possible right now?I tried using all the related libraries, but it doesn't work.Simply control the LED and servo motor with PWM.Statistics: Posted by TaeHyunCHOI — Fri Dec 29, 2023...
View ArticleGeneral discussion • Re: Official Power Supply Issues?
My Pi 5 power supply doesn't work with a USB power switch that works with other USB C power supplies I own and use with other, existing, Raspberry Pis I've owned over the past three or four...
View ArticleTroubleshooting • Pi4 will not boot after expanding file system on SSD
I have been struggling to figure out why I am having so much trouble getting my problem figure out. I am using Pi Imager to install 64bit bookworm lite on SSD. It run okay until I expand file system...
View ArticleGeneral discussion • Somewhere in the UK...
Somewhere in the UK the Pimoroni guys are laughing, smoking cigars, sitting on a big stack of Raspberry Pi 5 8GB including mine... Statistics: Posted by skinmarquee — Fri Dec 29, 2023 1:07 am
View Article