General 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 • PCIe DMA Address translation
Can anyone explain whats going on with PCIe DMA Address translation in RPi5 ?In: https://github.com/raspberrypi/linux/bl ... .dtsi#L926Code: dma-iova-offset = <0x10 0x00000000>; // HACK for RP1...
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 ArticleBeginners • Re: Trying to get HMTECH touch screen to work with Pi running Ubuntu
You may want to try the Ubuntu Forms at https://ubuntuforums.org/. I have no idea what Ubuntu provides to support additional HW on RPI.Statistics: Posted by DS256 — Wed Dec 11, 2024 2:44 pm
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
Rather than running under python under bash you should be able to add a shebang line to your python program.Code: #!/usr/bin/python3Statistics: Posted by DougieLawson — Wed Dec 11, 2024 2:54 pm
View ArticleOther projects • Re: BBC Emulator as an O/S for Pi
Thanks for the replies.I guess the OS approach felt you were more in control and could ignore the bits that could not be easily mappedStatistics: Posted by piedpiperson — Wed Dec 11, 2024 3:07 pm
View Article