Beginners • Re: How to push image taken by RasPi camera to Amazon Web Service...
I think it depends on which AWS service you are using. I have a S3 account but use a 3rd party client to backup from windows.You may want to start here...
View ArticleC/C++ • Re: ILI9488 Driver
Pico drivers for ILI9488 can be found here https://www.waveshare.com/wiki/Pico-ResTouch-LCD-3.5Use them as your starting point in case you're not satisfied.Another, quite powerful one, is here...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
In final, the pi finish by a "out of memory" and reboot by himself this night.The last capture i have made was yesterday.The only difference with a standard PI is the PCIe Hat with NVME and a USB...
View ArticleOff topic discussion • Netsurf Browser
Netsurf Browser finally has a new version 3.11. The version in the repos is only at 3.10 which is over a year old.Flatpak has the new release.https://flathub.org/apps/org.netsurf_browser.NetSurfIf you...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
As you can set the background image, you can create a mono colour image and display that.There are many pinks Code: sudo mv pink.png /usr/share/rpd-wallpaperStatistics: Posted by amoun — Tue Mar 26,...
View ArticleGeneral • Re: UART issues with overclocked Pico
So copy_to_ram is key here for me to get 480 MHz on one particular Pico W. Trying to run it from flash, divider times 4 and nothing. So I guess SSI controller has enough. At 480 MHz, 4 clk_div, and...
View ArticleAdvanced users • Re: Image File Utilities
I really like these utilities. But, I need a bit of explanation, if someone could please help with that.I ran image-compare, and I got a large report, like below:Code: *deleting...
View ArticleAssistive technology and accessibility • Which capacitors on PI5 board /...
Hello,I have to blame myself due to damage on my newly baught Pi5 due to me . Currently there doesn`t exist a scematic for the PI5 but is it possible to say for position 1 & 2(marked in...
View ArticleUbuntu • Re: raspberry pi ubuntu server set up issue
I hope this is insightful for people going through the same thingKRAYTONIAN — 03/24/2024 8:34 PM@randomUser1Ubuntu Server 23.10 on Raspberry Pi 5 wlan0 is domrant but I want to get rid of the...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Wow Eric 85, that's some going. I hope I can still do a bit of basic programming when I'm 80+All the bestStatistics: Posted by amoun — Tue Mar 26, 2024 6:28 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queuing on Pi 5
The card implements a 1024-byte general info page. If I fix the obvious bug where the second page isn't read, the card appears to probe correctly.However, running FIO makes CQE fall over quite...
View ArticleTürkçe • Re: Raspberry Pi 5 kırmızı ışık
bikaç gün önce yeni bir raspberry pi 5 aldım ve python yüklerken dondu. güç düğmesinden kapatamadığım için fişi çekerek kapattım ama bir daha açılmadı. şu an sadece kırmızı ışık yanıyor sorun ne...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The card is clearly buggy. CMD49 (write extension register) is explicitly allowed if the card is in CQ mode, and Linux waits until the CQE is idle before doing the write, then polls for cache flush...
View ArticleGeneral discussion • Re: Software
You could start with this channel https://youtube.com/@writeyourownoperatingsystem though others can be found on the 'tube.The university of Birmingham has an intro pdf...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
Just comparing your dtoverlay line ofCode: dtoverlay=vc4-kms-dpi-generic,hactive=1024,hfp=40,hsync=48,hbp=128,vactive=600,vfp=13,vsync=3,vbp=45,clock-frequency=37000000,rgb66toCode: 1024x600@38.37...
View ArticleTroubleshooting • Re: Pi 5 just flashing green light, no display or outputs
Possibly try the reflash mentioned in viewtopic.php?t=367758Statistics: Posted by MiscBits — Tue Mar 26, 2024 7:08 pm
View ArticleTroubleshooting • Re: Malloc_Consolidate:() Invalid Chunk Size Error
Good move, trying another video. It gives us more to go on and points the finger at the first video.Supposing your first video is nearer 6s, that is 1200 runs in 2 hours. 1200 runs* 6.47Mb = 7,764MB....
View ArticleTroubleshooting • Re: Blurred text on menus and apps
See alsohttps://stackoverflow.com/questions/661 ... resolutionStatistics: Posted by amoun — Wed Mar 27, 2024 6:31 pm
View ArticleBeginners • Re: Fan on 5" Monitor Broken
There are no markings on this fan. The place where it is plugged into on the monitor is called FAN.The monitor is compatible with the Raspberry. I don't know why this monitor comes with a fan like...
View ArticleGraphics, sound and multimedia • run vlc from crontab
surely someone has tried to run vlc video on startup and faced this issue? Yet countless posts online and no resolution that i coudl find. crontab:Code: @reboot DISPLAY=:0 cvlc --play-and-exit...
View Article