Troubleshooting • Re: Dip Switches on Pi Keyboard
More interesting is what is U3?Sorry, U3?Statistics: Posted by ADeliciousMan — Fri Sep 06, 2024 9:47 pm
View ArticleRaspberry Pi OS • Re: Wayfire wont start during boot on Raspbian Lite
In my case, I can confirm that all the code I wrote in the second post let my application work.I made a fresh image and reinstall everythings and install node from apt and not from nvm.I don't know...
View ArticleTroubleshooting • Re: Adding @qbittorrent to autostart does not work
Hi,I added qbittorrrent = qbittorrent and it is working autostartup but i want to add delay for examp 60sec..how can i do?thank youStatistics: Posted by CXath1 — Fri Sep 06, 2024 10:00 pm
View ArticleBeginners • Re: How to Install Blender on Raspberry Pi 4? Compilation Error...
What's wrong with simply doing:Code: sudo apt install blenderStatistics: Posted by craigevil — Fri Sep 06, 2024 10:37 pm
View ArticleGeneral • Re: SYSINFO:CHIP_ID value ?
I couldn't see anything which allows code to accurately determine if it's running on a RP2350 or RP2354.Do you really want to know if it is a RP2350 or a RP2354 or do you want to know how much FLASH...
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
https://magic-wormhole.readthedocs.io/e ... ml#exampleIt appears to work in a similar way to Connect (different technology, but some parallels). There’s a provided public service where the engagement...
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
I did see a report somewhere that they had a system that left the MISO floating for some of the higher-order bits of the byte and hadn't bothered to mask off the unused bits; I'm struggling to see...
View ArticleNetworking and servers • Re: Docker/Nodered can't reach other devices on...
Docker manages its own network unless you configure containers with network: hostDocker usually will create a docker0 network bridge device to let containers communicate with each other if...
View ArticleGeneral • RP2350 SSP/XIP Block Transfer Examples
Hi, I'm porting my video demo code from the RP2040 to RP2350 and the last bit to get working is where I'd used flash SSI/DMA block transfer for streaming bitmaps.It seems the examples in the new SDK...
View ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
I also request for an example Being lazy just before midnight I recall from my memory (might be wrong), that for 2350 streaming from XIP can get as fast as QSPI interface, but turning off XIP to save...
View ArticleCamera board • Problem Running NVO Ninja on Bookworm Pi 5 - GstWebRtc
I am running Bookworm version 12 on a Pi 5. I want to run NVO Ninja for a web cam but have hit problems.I followed the instructions on this page, but when I ran the test python program, I got the...
View ArticleGeneral • Re: Official RP235xB boards?
If you really want an RP2350B board, other vendors make them, such as the Pimoroni Pico Plus 2. (However, I must warn you that even though the Pico Plus 2 uses an RP2350B, it does not expose all of...
View ArticleGeneral • Buffering of uncached XIP loads and stores?
For writes to memory in the uncached XIP address range, does XIP buffer writes? For example, if a processor does an uncached XIP write, is it guaranteed to stall until the QSPI request completes, or...
View ArticleTroubleshooting • Re: bookworm update messed up libcamera on a pi3 b+ ?
Thanks naushir for fixing the Floating Point Exception error in github raspberrypi / rpicam-appsI upgraded my two Bookworm PiZ 2W wildlife camera systems this evening (07sep24) and everything is...
View ArticleGeneral • Re: Non blocking data logging on dual core system
At least in zeptoforth (full disclosure: this is my Forth which runs on, amongst other things, the RP2040 and, in the alpha releases, the RP2350) what I would recommend is recording the data to a...
View ArticleGeneral • Re: RP2350 arm floating point support
I think the "-d16" suffix means it has 16 double precision floating point registers, which equates to 32 single precision registers.Statistics: Posted by alastairpatrick — Sun Sep 08, 2024 9:27 pm
View ArticleGraphics, sound and multimedia • Re: digital dash using raspberry pi 4
Thanks for the reply anyway guys, any other suggestions anyoneStatistics: Posted by Pauldolman — Sun Sep 08, 2024 9:28 pm
View ArticleBeginners • Re: looking for a program
In the old DOS days I had a program called PC-Tools, does a similar program exist for Raspberry OS? I have a problem with a memory stick/thumb.It is difficult to imagine a DOS PC being able to do...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
It would be good to know what C++ program you are using, Sorry I did not make it clear. So it looks like, before you start a project that could unknowingly potentiality use a big number, to run the...
View ArticleRaspberry Pi OS • Re: Some issues with labwc.
2. They just don't enable them in their "Pi look and feel" default configurations. Every Pi I've had has had multiple virtual desktops / work spaces.PeterOyes, all linux have them.raspberry os chooses...
View Article