Python • Re: Installation of pyexcel
Thanks, I'll do it for sure like many times before.Regards, VladoStatistics: Posted by California — Sun Jan 28, 2024 12:40 pm
View ArticleTroubleshooting • Re: Kiosk Mode Fails? How to troubleshoot?
I know it's been over a month since you posted.I was having this exact same problem.Spend about 1-2 weeks trying to get it sorted.Of course, checked the normal things like RAM, overheating, etc. RAM...
View ArticleTroubleshooting • Re: Pi5 Active Cooler fan plug problem
I have the same issue, have spent the last hour with phone camera and a pin trying to fix it! Statistics: Posted by motleycoder — Sun Jan 28, 2024 12:47 pm
View ArticleGeneral discussion • Re: Pi 5 + NVME Case?
...My Pi5 is hanging in the air, no case, see blow.Since 85°C is never reached, no throttling.I would really like to know whether temperature keeps below 85°C throttling temperature with your case...
View ArticleBeginners • Re: "Win32 Disk Imager" read Raspberry Pi image too big
I copy my working Raspberry Pi disk to another Raspberry Pi SD card by using "Win32 Disk Imager", the working image is about 3.8 G, but the read image is much bigger size (about 15 G) and I can't...
View ArticleTroubleshooting • Re: Samba share with symbolic links fails on windows PC
Almost certainly a server configuration issue. Neither Windows nor the smb protocol understand symbolic links.You need to do at least two things:Three things, you missed that the OP is using buster,...
View ArticleDeutsch • Re: GPIO Pin lässt sich nicht auf low schalten
Nein, enable_uart ist 0. Ich war leider länger verhindert, deswegen erst jetzt die Antwort.Statistics: Posted by Danny09 — Sun Jan 28, 2024 12:56 pm
View ArticleAdvanced users • Re: Device tree to set up clock and PWM
Hi Chris, I hope you luck with the dts. I also found some missing specification about the rp1 data sheet for the clock and dma registers.I did figure out the PWM clock by digging into a bare metal C...
View ArticleFrançais • Re: Kernel Panic...
Lancer éventuellement un fsck sur le FS tenant la racine "/"? Et aussi sur les autres d'ailleurs.Si c'est une carte SD, la mettre dans un autre PC (ou autres) Linux et lancer: Code: # fsck -p...
View ArticleGeneral discussion • Re: Role of OSI Model in IoT Projects
— but that won't give you very good marks for your homework. Some of your other questions (such as Relevance of ARM processor mode, Learning device driver and Tasks vs Process) seem very...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
You can double the speed of NVMe by adding "dtparam=pciex1_gen=3" to config.txt"hdparm -t" reported 749.57 MB/sec on my Pi5.That would likely be the source of the "somewhat faster... enough to be...
View ArticleC/C++ • Re: Auto-vectorization (NEON) with GCC or Clang?
Thank you very much for the explanation! Indeed, your code does get vectorized with O2, and if the size is a runtime parameter, it gets vectorized with O3 (but not O2). And my code doesn't get...
View ArticleTroubleshooting • Re: Mounting failed, reason given by server: No such file...
Received the following error with the below command:A dependency job for rpc-statd.service failed. See 'journalctl -xe' for details.The obvious first steps are:On the server check the paths exist (NFS...
View ArticleBeginners • Re: Pi Zero, WiFi set-up
@justaccount, my router has both 2G and 5G networks, I have set-up wpa_supplicant.conf with the 2G SSID and password.@B.Goode, this isn't true as far as the various YouTube guides go, as far as I know...
View ArticleGeneral discussion • Re: 1GB RPi Zero 2W?
O, Model A, we hardly knew ye.. My favourite design of all the Pis.As for the Zero, from a quick google I can't find any LPDDR2 single die packages larger than 4Gb (512MB, divide by 8 to convert bits...
View ArticleRaspberry Pi OS • Re: Diferent look of GUI on Bookworm and Legacy OS
Has the version of PyQt5 tool been updated ? Looks like it s adding a border to boxes.Statistics: Posted by gordon77 — Mon Jan 29, 2024 1:09 pm
View ArticlePython • Re: VGA from Model 4B's GPIO...
Once you have the hardware, it's just a matter of configuration in config.txt and cmdline.txt to set up the output.No C or Python code required.I've got one of the VGA666 boards and have used it with...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Plugging in the USB-C power supply is complex?????Really?Statistics: Posted by jason_kidd — Mon Jan 29, 2024 1:12 pm
View ArticleGeneral discussion • Re: No RPi 5 for me.
The discarding of the headphone jack was the right decision.For some people maybe but not all. I have the same "if only they'd spent a tiny bit more" criticism as Eben has of Sinclair, designing to...
View ArticleTroubleshooting • Re: Rpi model 3 B with rpi touchscreen, boot problem.
So far i have tried everything you suggested, and few more things, nothing worked. Still i need to restart it several times to get it working. We are using it on industry level where time is...
View Article