General discussion • Re: Raspberry Pi-5 DSI Interface Configuration
Sorry that was my mistake. 4K60 is only on the HDMI interface. Is the DSI data rate of 1.5Gbps configurable or it is a fixed output from the device? Does the PHY support both continuous clock and...
View ArticleGeneral • Re: Error when Running Pico PIO with USB Serial Output
So I think 'lsusb' shows nothing as well as it turns out. On the other hand, you are absolutely right that the following is missing:Code: stdio_init_all(); And I also realized that once the state...
View ArticleAdvanced users • Re: Looking for advance debug methods for non-booting...
I've checked the kernel(7,8).img from the boot partition from the microSD backup - it boots in qemu... So, it looks valid.Statistics: Posted by mrpib3 — Wed Apr 17, 2024 8:12 am
View ArticleGeneral discussion • Re: How can I set static IP without modify dhcpcd.conf?
Specify your own config file?Code: dhcpcd --config /home/pi/mydhcpcd.confThat's a good idea! Let me try this! Thank you!Statistics: Posted by mywatermelon — Wed Apr 17, 2024 8:13 am
View ArticleBeginners • Re: Hard Drive Permissions
Everything that Thagrol said, plus, in my opinion, you are doing it incorrectly. I have two of the Argon one cases and this is the 'fstab' from one of them:Code: proc /proc proc defaults 0...
View ArticleNetworking and servers • Re: Ethernet to Local Communication
Run a VPN server on the Pi and the client on the PC.Allow access to other devices on the target network within the VP?n server config.So, using VPN both will be in a virtual local network and can...
View ArticleGraphics, sound and multimedia • Re: is raspberry pi 4 (4GB ram) powerful...
I believe that level of performance for playback has been available since the Pi 1. assuming the underlying bitstream is H264.The Pi 4/Pi 5 can also play back H265 (HEVC).Statistics: Posted by jamesh...
View ArticleTroubleshooting • Re: DNS don't work
thanks for the help Problem solved Statistics: Posted by iznobe — Thu Apr 18, 2024 8:25 am
View ArticleNetworking and servers • Parent to Local Communication
I a working with Raspberry pi 3 model b+. It has 2 network interfaces 1. Ethernet 2. Access Point[/attachment]img]The raspberry pi has to communicate with PC and ESP32 simultaneously. How it can...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB issues
I'm also having problems with USB on RPi5. Now it's not quite the same problem as the thread creator, but lately some USB sticks don't work anymore and crash the machine. They have worked before. I...
View ArticleGeneral discussion • Re: Login failures happening again
Has anyone seen an improvement? Would be useful to get some feedback.Statistics: Posted by jamesh — Thu Apr 18, 2024 8:30 am
View ArticleDeutsch • Re: (Bogensport) Schiessampel nach WA
Ich würde dir empfehlen das mit einem Microcontroller zu machen. Z.B. ein kleiner Arduino oder Raspberry Pi Pico.Du solltest aber auf jedenfall Ahnung von Elektonik und von Umgang mit 230V haben oder...
View ArticleCamera board • Re: raw .dng video and Pyqt5 ThreadPoolExecutor/QThreadPool?
I'm bringing this post up because I saw that Therealdavidp was around... Hi, yes I saw this message but didn't reply because I'm sure there are folks out there who know way more about Qt than I do!...
View ArticleBeginners • RPI bootloader from scratch
I am following this tutorial to understand the inner workings of an RPI.I have an RPI 4B, I compiled with gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf toolchain from ARMI modified the LOADER address...
View ArticleCamera board • V3 Camera Throwing Random Error: std::runtime_error
Hi everyone,I am running the new V3 Wide NOIR camera on a CM4 board with a clean install of Raspberry Pi OS 64-Bit Lite using the following command: Code: rpicam-vid \-t 0 \--framerate 60 \--level 4.2...
View ArticleHATs and other add-ons • Re: Connect multiple SATA HDD's to Pi5
First of all, thank you for taking your time again to answer!So to summarise my understanding:You current NAS uses some model of a PI with 14 HDD in two USB enclosures.You want to move the NAS to a Pi...
View ArticleBare metal, Assembly language • Re: RPI5 & SPI clock
Well, I search industrial solutions, not sure that hacking is the best way.Statistics: Posted by aniplay — Fri Apr 19, 2024 8:31 am
View ArticleBeginners • Re: What is the safest way to copy sd card
Can anybody tell how can I verify original and copy (check, that they are identical)?Can I just compare sha1sum (or other checksum) of sda1 with sdb1 and sda2 with sdb2, just after the copying with...
View ArticleAdvanced users • Re: [SOLVED] Looking for advance debug methods for...
For Raspbian-LIte, I suggest editing /settings/os/Raspbian_lite/os.json.Find the line that says:Code: "supports_backup": "upgrade",and change it to:Code: "supports_backup": true,Note there should be...
View ArticleGraphics, sound and multimedia • PI2W vlc mmal-layer now missing.
Hello all,I was wondering if someone can shed some light on this please as I seem to have gone around in a circle.Today i have a process running quite happily on Pi3/4 where i use cvlc and mmal-layer...
View Article