Advanced users • Re: Soft temperature limit throttle *increases* CPU frequency
The throttling code on Pi5 is different to Pi4ah, didnt notice this thread was on a CM4Statistics: Posted by cleverca22 — Tue Oct 08, 2024 12:34 am
View ArticleGeneral discussion • Re: [Pi 4] Peripheral Extension Board
hubs actually being several four ports hubs in a daisy chaintrue. You can sometimes see that in lsusb. The most I see on one chip is 8 ports. So 8 * 8 * 8.Statistics: Posted by peterlite — Tue Oct 08,...
View ArticleC/C++ • Re: PWM with C++
you could use the sysfs '/sys/class/pwm'First you need to add the overlay into the config.txt (/boot/firmware/config.txt)Code: dtoverlay=pwmAfter you need to set the pin12 to alternate function...
View ArticleHailo • Re: I have Questions about the AI-Kit.
AI kit is Hailo8L chip and it does not run any LLM, but in the future hailo8H can run LLM. And they are trying to make Whisper work on AI kit.Statistics: Posted by jiahaoli — Tue Oct 08, 2024 2:15 am
View ArticleGraphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...
Looking at that script, it makes a backup copy of config.txt. You should be able to copy /boot/config.txt.bak to /boot/config.txtStatistics: Posted by AndyD — Tue Oct 08, 2024 2:29 am
View ArticleTroubleshooting • Re: RPi 4 boatload missing?
can you post a photo of the top of the pi4 board?Statistics: Posted by cleverca22 — Tue Oct 08, 2024 2:52 am
View ArticleTroubleshooting • Re: Latest RasPi OS update to the Pi5 has broken YouTube...
Per the other related thread, the Chromium update works great and all seems fixed. Many thanks to the team for the quick update!Statistics: Posted by clwmdm — Tue Oct 08, 2024 3:14 am
View ArticleRaspberry Pi OS • Re: Desktop shortcut to initiate screen blanking?
I dont know much about screen blanking but one way i would approach this problem is i would create a script which would set the blanking timeout to few seconds or even lesser and then automatically...
View ArticleGeneral discussion • Re: Rpi4&5 Can't connect to 5Ghz WiFi, but can to...
Is your Wireless access point (router?) sold for Brazil use?What range is it between your device and access point and what obstacles are in the way?What channel is your access point saying it is using...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
Hey guys - for those of you wanting to see activity monitor / htop at time of freezeHere's some screenshots of htop (ssh terminal from my MAC) and activity monitor from the actual pi GUI moments after...
View ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
Just out of curiosity, what's your kernel version and OS?You can check kernel version by running Code: uname -aHere is the OS version: Code: Linux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Some people, when confronted with a problem, think “I know, I'll use regular expressionsthreads.” Now they have two problems.With apologies to jwz.Statistics: Posted by ame — Wed Oct 09, 2024 1:18 am
View ArticleGeneral programming discussion • Run Chromium from Desktop bash file
I'm able to run chromium from a terminal prompt.However, if I create a bash file on the desktop and try same as the command line, nothing happens.bash file #!/bin/bashchromiumAny...
View ArticleTroubleshooting • Re: Am I running root from my SSD or SD Card?
Boot (/boot) should always be the SD partition 1, surely?Pi5 supports booting from SD, USB, NVME, or Ethernet. You can set the boot order preference. Unless you have done this, the default will be to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It didn't show up on rpilocator. But I did get the ones you pointed out, thank you. Although I think pi hut installed those themselves, which suggests that the standard factory zero 2 W's with...
View ArticleGeneral programming discussion • Re: Run Chromium from Desktop bash file
did you make it executableStatistics: Posted by kerry_s — Wed Oct 09, 2024 1:59 am
View ArticleGeneral discussion • Run Project (USB) from Raspberry Pi Pico Project under...
When using Raspberry Pi Project from MS VS Code I'm able to generate a uf2 file and move it to PICO successfully, but when I try "Run Project" I get the following error in the terminal window:ERROR:...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Would anyone like to send a Pi 500 or three here for immediate and sole-sourced use?How many are you going to buy?Fortunately there are only three black...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
In C, you can call fsync () and similar functions. One commits to the disk but the data may still be in the disk cache. Another waits for the disk to respond when the data is on the media instead of...
View ArticleCamera board • Re: 64mp Hawkeye Arducam stops working after OS updates
... I think Arducam have moved away from the Hawkeye / Sony IMX682 to their Owlsight / Omnivision OV64A40 sensor They did recently suggest that the IMX682 can accept many more lens options than the...
View Article