Raspberry Pi OS • Re: Latest update
that completed normally but when I went to type sudo reboot now in the terminal I had no response from the keyboard, I eventually had to do a sysRq B to force a rebootI think that was the step that...
View ArticleSDK • Re: Where is PICO_PLATFORM specified when a board is used
Code: // pico_cmake_set PICO_PLATFORM=rp2350This is what sets the PICO_PLATFORM when you specify a board - these pico_cmake_set and pico_cmake_set_default comments are parsed by the SDK in...
View ArticleTroubleshooting • Re: mempolicy
I have the same issue with CLI. My credentials:6.12.20+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.20-1+rpt1~bpo12+1 (2025-03-19) aarch64Statistics: Posted by PaulGuijt — Tue Apr 01, 2025 1:23 pm
View ArticleCompute Module • Re: How to Enable DSI1 on Raspberry Pi CM4 (Debian Bookworm)...
I tried to capture the waveform of data line. please confirm is this the signal we expecting for LP11.below are the wave form.I verified same settings is there in kernal source code that you...
View ArticleTroubleshooting • Issues Rotating X Session in Kiosk Mode on Raspberry Pi OS...
Hello everyone,I'm experiencing difficulties rotating my display on my Raspberry Pi 5 setup, and I'm currently using the vc4-kms-v3d driver. Below is a summary of my situation and the steps I've...
View ArticleGeneral discussion • File manager root access ?
Is it possible to get root access using the File manager ?I'm running Docker and need to do some thing in the Docker folder, but can't get access because I'm not root. I can get access using the...
View ArticleGeneral • Re: "Can't convert str to int' error writing to SD card
In addition to what horuable stated: looks as if the second parameter in write() is the number of bytes written from the buffer.Code: testfile = "a.dat"test1_string="0123456789"try: with...
View ArticleGraphics, sound and multimedia • ffmpeg cant find camera module 3
Hello,I need to use my camera device with an app that works with ffmpeg.However it seems like ffmpeg is unable to find the device.The setup is as following:Rasp Pi 4BCamera Module 3Latetest 64-bit...
View ArticleGeneral • RP2350 Production Programming without USB
What's the recommended way to do mass production programming for an RP2350 based product with no exposed USB port?I imagine a Pi debug probe connected to SWD pads on the production board via a bed of...
View ArticleGeneral • Re: pico2 coprocessor DCP blocking function Rom
Thank you for your reply. I modified the program by adding the "state_reset`"function and it works.Statistics: Posted by VincentARM — Tue Apr 01, 2025 2:10 pm
View Article