Advanced users • Re: autoboot/tryboot problems
This is probably not a solution to your problem, but having duplicated partition UUIDs can cause problems. Does making them unique help?Statistics: Posted by PhilE — Tue Feb 13, 2024 11:44 am
View ArticleTroubleshooting • Re: Only have BT mouse and Keyboard, how to connect to Pi4?
Connect your Raspberry Pi to the Wi-Fi network created by your Android smartphone. If you connect to the hotspot, you should be able to access it via SSH from your Android phone. With SSH access, you...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Instead of using a RPi, a N100 4x4 PC with a 2TB m.2 2280 NVME is probably the best solution for the money. It uses just a little more idle power, but has much better performance. As soon as 8TB m.2...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Help with Raspberry Pi display
It says in the description you can use it directly with raspberry pi, unless I’m misunderstanding?We have had the website quoted already, but for clarity -Ref: https://thepihut.com/products/round-rgb...
View ArticleTroubleshooting • Re: New rpi5 + new official powersupply: "not...
Any ideas how to debug or fix this?You could keep asking your retailer for a replacement PSU and/or Pi 5 under warranty until you receive a pair which does reliably allow 5V @ 5A to be negotiated at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Connecting Waveshare Display(s)
Hi all,I fear this is gonna be another "my Waveshare Display won't connect" tread.I'm currently trying to get the "8 inch DSI LCD (C)" to work on my Raspberry Pi 4 (4GB model).Having seen threads like...
View ArticleBare metal, Assembly language • Re: RPi5 power button
Another possibility to switch off the Raspberry Pi 5 is this call to the PCSI interface, provided by the Trusted Firmware module:Code: asm volatile("movx0, %0\n""smc#0\n":: "r" (0x84000008U)//...
View ArticleAdvanced users • Re: How to integrate u-boot with 64bit Raspberry Pi 4?
Hi @trejan, Do you have any idea what could be the issue here?Statistics: Posted by embed123linux — Tue Feb 20, 2024 11:45 am
View ArticleGraphics, sound and multimedia • Re: TC358743 HDMI to CSI-2 install instructions
GStreamer's v4l2h264enc has been updated to take the encode level from the caps rather than from extra-controls.Code: gst-launch-1.0 v4l2src ! "video/x-raw,framerate=30/1,format=UYVY" ! v4l2h264enc...
View ArticleTroubleshooting • [Solved] USB port errors when coping data
I think it's worth to share what I recently found.During recent data transfer between two HDDs connected to USB3.0 ports I had completely no issue when coping from disk 1 to disk 2, but I couldn't...
View ArticleBeginners • Re: gpiozero/guizero conflict?
GUIZero provides some help on their documentation for this exact issuehttps://lawsie.github.io/guizero/blocking/They recommend using a timer call back to periodically perform a task (such as reading...
View ArticlePython • Re: Autostart my Python/Pygame program
After retry this from "Running A Program At Start UP A Beginner's guide :5.1.1.3 Usage1. Create the user’s session configuration directory: mkdir -p /home/pi/.config/lxsession/LXDE-pi2. Copy the...
View ArticleTroubleshooting • Re: Taking high resolution videos with rpicam-vid
I'm assuming https://github.com/raspberrypi/rpicam-apps/issues/646 has been posted by you too.Please don't double post as it wastes time and effort.Statistics: Posted by 6by9 — Tue Feb 20, 2024 12:04 pm
View ArticleJava • Processing and OpenCV
Now that I have a Pi5 I wanted to test some Computer Vision.Been on my to do list for decades and I try every few years on Pi's.A real pain to install Tensorflow, it needs X which needs Y which needs...
View ArticleTroubleshooting • Re: Unusable WiFi on RPI5 with active Cooler
Yes at last i did put the Pi ONTO the Router XD I tried now to remove only the Cooler Cable. It changed nothing. Maybe should i reset my Router?So the fan is not running but the problem is still...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI screen + 2 x HDMI, is it possible...
I tried to find the answers in the official Pi documentation, on this forum, I asked the people at Pimoroni, and I have tried and failed with an adafruit-screen on the GPIO, but I could not find the...
View ArticlePython • Re: Pyserial / USB Connection / Arduino / Freeze
Update 2/21/20241. I use the threading to see if this can solve the problem.2. As shown in the following code, it does not work.3. Looks like the problem is on the lower layer such as Linux kernel or...
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
There is nothing I can see related to the touch panel in the kernel log (just lots of iptables entries), but it only goes back a couple of hours so probably not long enough now.However, this is in the...
View ArticleCamera board • Re: Problem with the external trigger of the GS camera
There are two problems. The first is that the -t 0 option means that the viewfinder will run forever. Instead, try --immediate.The second issue is that automatic gain and white balance controls cannot...
View ArticlePython • No objects found within the specified OU
Hi.I'm trying to collect objects in our Active Directory, but I'm getting the same error all the time no matter what."No objects found within the specified OU."I have tried to change the ou_path, but...
View Article