Advanced users • Re: MultiBoot
Use PINN instead (see sig below)Statistics: Posted by procount — Sat Feb 10, 2024 11:05 am
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
"taking care to have "build_flags = -D LIB_PICO_STDIO_USB" in platformio.ini"You can probably get things working by manually putting the Pico into BOOTSEL mode, re-plug the Pico into USB while holding...
View ArticleBeginners • Re: USB 3.2 hub & Gigabit Ethernet hat
Hi,Thanks for the reply, A usb nic would be easier and cheaper , but I would like to keep things clean and tidy as best as possible ! I will enclose a picture of the hat in question .- on a pi4Thanks...
View ArticleCamera board • Timelapse no header on second timestamp file
I'm using code based on the Timelapse video example, but as I'm recording for long periods (12 hours or so) I'm trying to break the output up into smaller files of an hour each to process while the...
View ArticleTroubleshooting • Re: look giving strange results
I guess if it is working as documented then it is a 'feature' not a 'bug'?The write up of -f, --ignore-case in man look is not particularly helpful or revealing.The corresponding description in man...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm
Hi Peter,I really do think that the problem is not in the implementation of fgets, but your expectation of the behaviour of your program.The fgets function is provided by the glibc library and is the...
View ArticleGeneral discussion • Can't run my tflite model
Can someone help me. Im stuckStatistics: Posted by Rynch — Sun Feb 11, 2024 10:36 am
View ArticleRaspberry Pi OS • Re: legacy materials moving from archive.raspbian.org to...
So bullseye install chromium which is not supported on a PI0wThe wget command generates an errorUnable to resolve host address raspbian.raspberrypi.orgso just to try something I entered the web link...
View ArticleOther programming languages • Re: Scripting help needed - extract a part of...
Thanks! (yet again...) I'm not so versed in bash, but I need to use it a lot.And when I run into a problem that noone has a solution for on google I ask here, and the problem gets solved!Amazingly...
View ArticleC/C++ • Re: Gcc compilers confusion
Hello everyone i have an rpi 5 with rp Os installedwhich gcc package or packages should i install?thanks everyoneDon't all variants of RasPiOS Bookworm come with a gcc compiler bundled by...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm (no other...
Code: std::stringstream msgsst; // stringstream to accumulate the input message char bufl; // last character in current fgets read buffer do{ // loop til you get a \n char msgbuf[msglen]; // fgets...
View ArticleTroubleshooting • http://mirror.infernocomms.net/.... Domain Blocked
So I have a CAMJAM Edu kit 3 robot based on a PI0W 1.1, it was running Buster.I tried adding software and kept getting errors about incorrect # sizes and other problems.Last night I decided to start...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Batocera conversion was previously managed by someone else, so I'll have to do the conversion myself now.Is this the guide to use for converting an OS to PINN format, or are there better / more recent...
View ArticleTroubleshooting • Re: http://mirror.infernocomms.net/.... Domain Blocked
If I enter this on my PI4 or even iPad, the browser re-directs tohttp://mirror.infernocomms.net/raspbian ... _armhf.debwith a Not Secure message in front and a Domain Blocked title to the tab.That's...
View ArticleTroubleshooting • Re: Problems with WordPress Filesystem access on a...
Thank you for your reply.With the help of chatGPT and the above posts, I created the following set of commands:sudo find /var/www/html/local_xxx -type d -exec chown www-data:www-data {} +sudo find...
View ArticleThe MagPi • Re: Magpi not delivering
I'm in England and didn't get my copy either. I put it down to the vagiaries of the UK postal service.Statistics: Posted by philrandal — Sun Feb 11, 2024 11:43 am
View ArticleTroubleshooting • Re: Bookworm feedback thread
The initial installation with wayland gave me so many problems with the taskbar, desktop and menu icons that I switched to the Xserver settings in advanced config.With that I was able to easily add...
View ArticleTroubleshooting • Re: Auto-reboot if ping to gateway fails
You ran the wrong script, a simple mistake The first one I posted was to restart the wifi which is what you ran..You should have run the second one I posted which is this one, which has the reboot...
View ArticleCompute Module • Re: 1080p gstreamer pipe with multiple outputs very slow
A couple of observations.Generally GStreamer will manage to achieve zero copy passing of buffers from the likes of libcamerasrc to many consumers.The use of a tee component almost certainly means it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [SOLVED] RPi 5 1-Wire / DS18B20 is...
With the 6.6.16-kernel it works perfect, using a single Python-testprogram with 3 sensors. For more than 12 hours absolutely no errors.But if i start an additional task, for example the SD-Card-Copier...
View Article