General discussion • Re: New Raspberry Pi Products
Well, that been said, maybe my last comment on Pi500 as I will not get one for sure.I said the same but I guess it depends on what one considers a Pi 500 to be, and whether one was, or would have...
View ArticleSDK • Re: VS Code Pico Extension: Switching to RISC-V Architecture
I'm not sure why that wouldn't be working, compiling that project with the extension using your CMakeLists.txt works fine for me. Could you double check the ~/.pico-sdk/cmake/pico-vscode.cmake file...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
While not solving your problem, can't you use the /dev/serial0 alias to remove the need to detect which platform you are on?That's a good shout, I hadn't spotted that it was an alias. Is it guaranteed...
View ArticleTroubleshooting • Re: xdotool not working Pi5 Debian 12
ok I managed to find a solution. `wmctrl` and `xdotool` need X11 running. I wwas running Wayland.To fix this I ran `sudo raspi-config`went to `Advanced Options` then `Wayland` and select option 1 to...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Update/full-upgrade doesn't make a change.Statistics: Posted by pasquenel — Mon Dec 09, 2024 2:58 pm
View ArticleHailo • Re: Hailo_invalid_driver_version (76)
In general, I would suggest a reboot after any update to avoid such errors in the future.Is there still no way for an 'apt' package upgrade to indicate that a reboot is required or advisable...
View ArticleGeneral • Verification of Boot ROM in RP2350
Hi!Reading through the datasheet for RP2350 I find the link to the boot rom code:https://github.com/raspberrypi/pico-bootrom-rp2350But how can I verify that the code I find there generates the binary...
View ArticleRaspberry Pi OS • Re: Clarification re: picotool & vs code
I use the following to create a link for 'picotool' in the '/usr/local/bin' directory, which is in the default search path, which then allows 'picotool' to be run on the command line from anywhere....
View ArticleTeaching and learning resources • Re: Advent of Code 2024
I suspect the algorithm was made intentionally slow in order to improve the parallel scaling. I wonder how often that technique is used in real applications.Fido went into a barking frenzy and...
View ArticleHailo • Re: AI kit Hailo-8l
which one of these that you use?Statistics: Posted by Bode138 — Tue Dec 10, 2024 3:05 pm
View ArticleGeneral discussion • Fastest MediaPipe models on Raspberry Pi 5
Hi all , My team hosted a webinar last Friday on "Boosting AI Capabilities on Raspberry Pi: AI Inference Optimization with Optimium". As part of the event, we've released a list of pre-optimized(using...
View ArticleSDK • Re: Need help with SDK and newlib.
Code: int _write(int fd, void* buf, size_t cnt) { Printf("_WRITE %u:%s, %d\n\r");Is it good form to have printf call itself? Normally there is an independent subsystem which handles this. This...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
I definitely understand this system, but my grandparents are so used to the dish remote they look at every other remote as a foreign alien device, and its understandable i dont judge them i just...
View ArticleUser groups and events • Re: Free webinar: Boost your AI capabilities on...
Hi all , I'm Daniel, who hosted the event above and thanks to all who have participated! As part of the event, we've released a list of pre-optimized(using our tool 'Optimium') Google MediaPipe models...
View ArticleGeneral • Re: RP2350 USB CDC
Pinging to get it back to visibility.Statistics: Posted by jamesh — Tue Dec 10, 2024 3:14 pm
View ArticleGeneral • Re: gpio_set_inover does not invert input signal
hello everyone,it works now,Imade mistakes somewhere probablely.Statistics: Posted by jeanz1985 — Tue Dec 10, 2024 3:17 pm
View ArticleBeginners • How to get the list of options for act_led_trigger ?
Hi,I'm in the final stage of compiling my Linux kernel for my raspberry pi 4 (btw thanks for those how already helped me ! )I'm reading the arch/arm64/boot/dts/overlays/README that describe how to use...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
Well the lack of debug output I've found is down to systemd's default config on Raspbian:Code: $ sudo nano /etc/systemd/system.conf#LogLevel=infoSo at least I have some diagnostics now... still...
View ArticleCompute Module • Re: CM5 Dev Kit Fan Clearance issue
If they are going to use a poxy little fan that makes noise with little throughput it should be at the side, then a monitor could go on top.However, the best fans are as used in the pi5 active cooler...
View ArticleMedia centres • Re: Peppy player
The problem with rotation showed up after switching from the Buster OS to the Bookworm OS. The last release with Buster was Kandinsky Edition. Picasso Edition was based on the Buster OS and there is...
View Article