Compute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
Gparted shows it as unallocatedviewtopic.php?t=361683&start=25#p2182588As a new eMMC is not formatted in any way.Statistics: Posted by aBUGSworstnightmare — Tue Jan 30, 2024 6:25 am
View ArticlePython • Re: Bookworm-start script in virtual environment after reboot
Thanks for so fast respond. Everything works as expected.With best regards, VladoStatistics: Posted by California — Tue Jan 30, 2024 6:30 am
View ArticleTroubleshooting • Re: Tips on how to ask a question.
Yes, code tags are essential, of course. Yeah, well a poorly written question can be ignored, of course.This is the web site I was looking for!How To Ask Questions The Smart WayStatistics: Posted by...
View ArticleGeneral discussion • Raspberry Pi Model 4 as USB Storage Device
Hello Team,Can we configure Raspberry Pi Model 4 as USB Storage Device ?I have followed steps mentioned below for the same:Code: sudo apt updatesudo apt upgradesudo nano...
View ArticleGaming • Re: Verdict on Pi 5 gaming
For the overclockers interested in this kind of stuff... I am able to run my Pi 5 at 2800 MHz CPU/1000 MHz GPU stably with the official case fan and the heatsink that came with the case as the only...
View ArticleC/C++ • Query about comparative code performance
Hello Forum,I was testing the performance of an algorithm regarding a sparse matrix factorization which I created in C++, and I was testing it on two different platforms in real-time.The compiler used...
View ArticleCamera board • Re: Adding support ioctl to the OV5647
Just for context, I'm one of the nominated maintainers of the ov5647 driver in mainline, and also the one who would generally review sensor driver changes for the Raspberry Pi kernel.You could try...
View ArticleTroubleshooting • Top panel missing
So today I had an update of the kernel and possibly some other packages. Since then when I launch wayfire-pi the top panel is missing more often than not when I start it. Anybody else have this...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hello,ich have this https://www.amazon.de/ORICO-Upgraded-Ex ... B0B296B7ZHWhen I connect this case to the pi5 (Raspbian), it works without any problems and can write/read data. But if I now want to...
View ArticleGeneral programming discussion • Re: Books about 64-bit assembly using...
Gnu tools for ARM use something close to ARM syntax, not AT&TWell, good to know. Thanks for letting me know.Statistics: Posted by lianergoist — Tue Jan 30, 2024 7:29 am
View ArticleTroubleshooting • Re: After the 'Welcome to Raspberry Pi' Screen - blank display
go into screen configuration and select your resolution.then it should look something like this. How do you get into screen configuration when the screen is blank?you saidChanging the last to mode =...
View ArticleBeginners • Re: New 4TB SSD portable NVME drive (USB) critical target error,...
Dang! I was about to buy 512 TB for $12. It might not be real. Statistics: Posted by peterlite — Wed Jan 31, 2024 6:31 am
View ArticleAdvanced users • Re: How to force 802.11ac Wi-Fi5 on Raspberry PI5
Network-manager, avahi, conman and alikes are a cancer, in Void Linux we are fortunately don't have any of these Nothing to do with the manager you using either, it should be some low level link...
View ArticleTroubleshooting • Re: Raspberry Pi 5: Lexar NM710 drive not showing up when...
.. Any help would be greatly appreciated!The Pi5 is certified for Gen2. You've reported your drive is working fine on Gen2.Stick to that and you're good.What do you get fromCode: sudo...
View ArticleFrançais • Re: gpio c++
super merci , par contre je vois pas comment retirer la lecture de la pin 17 pour la detections des sondes ?car je vais en avoir besoins pour autre choseStatistics: Posted by ludoraspberry — Wed Jan...
View ArticleAdvanced users • Re: Comparative Performance of Different Platforms
There are many factors that could affect this.Some: Compiler versionsDifference between ARM and x86Cache sizesProcessor node sizeClock speedsRAM speedBus speedsStatistics: Posted by jamesh — Wed Jan...
View ArticleC/C++ • Pico SDK compilation question re placement of preprocessor directives
I'm working on the example program 'i2c/bus_scan/bus_scan.c' in the Pico SDK, and there's something I don't understand: This section of code is included in 'main () { }' : Code: #if...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
Understood, but what issue has popped up now that was apparently invisible to those of us who tested it prior to release, and in the couple of months since?In my case, an Ansible script broke. This is...
View ArticleRaspberry Pi OS • Wayland window size and position
I'm an experienced Raspberry Pi user, but new to the Raspberry Pi 5 and Wayland.On the Wayland desktop, all windows open at the same position and with the same size. This is quite confusing because...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
Code: sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program blink/blink.elf verify reset exit" I don't understand the need for 'sudo' with this, and it seems wrong - but it is...
View Article