Advanced users • Re: RPI5: Unable to enable kvm in qemu after replacing host...
Hello @redvlicould you share again the configuration you used? (link does not work)I'm strugling with KVM and 6.12.ThanksStatistics: Posted by tolumak — Fri Dec 13, 2024 1:59 pm
View ArticleRaspberry Pi OS • How to open chromium to dual screens
Hello,Can anyone tell me how in a Bookworm / Labwc environment to open the Chromium browser on two different monitors from .config/labwc/autostart. How should chromium be parameterized so that one...
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
Thank you for all your answers and clarifications. If I understand correctly this code snippet should do the trick ?Code: hw_set_bits (&uart_get_hw(uart1)->rsr, UART_UARTRSR_BITS)I added this...
View ArticlePicademy • Re: Raspberry emulator
Have you looked at “QEMU raspberry pi” or rent a virtual pi4 from Amazon EC2 or Arm Virtual Hardware?Or Mythic Beasts https://www.mythic-beasts.com/order/rpi/Statistics: Posted by neilgl — Fri Dec 13,...
View ArticleGeneral • Re: E-paper + pi pico?
Thanks a lot!Statistics: Posted by QueasyCarBoy — Fri Dec 13, 2024 2:21 pm
View ArticleGeneral • Reserved bits on memory register
Hello.In the documentation it is indicated for some registers that bits are reserved. Are these bits reserved for future use or are they for internal use? Should they be preserved when trying to...
View ArticleGraphics, sound and multimedia • No QtMultimedia backends found
i'm trying to get a python mediaplayer to work, but somehow the installation seems to miss some multimedia components.Code: (venv) alpha@pi:~/PuniPi $ python mediaplayer.py No QtMultimedia backends...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 DSI LCD display alternatives
Thank you for the reply. Indeed, I should've given more details.Ideally, I would like a replacement for the Raspberry Pi Touch Display 2, with a smaller bezel, and the resolution full HD or...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Ha, ha, no not my only computer, but is my quick access to the internet when I want to look something up, but I could still manage, even if it were my only; I'm not a 'heavy' user... Statistics:...
View ArticleTroubleshooting • Re: Stuck at the Welcome Page
ok, what i'd do:1) update the bootloader https://www.raspberrypi.com/documentati ... ate_stable WARNING: this will wipe the card, so use a spare card, or be prepared to reload the OS to the card when...
View ArticleBeginners • Re: ssl.SSLError: [SSL: WRONG_VER..... (_ssl.c:992)
Port 587 does not use SSL. (Unless the server banner advertises ESMTP, and the client uses EHLO, and the server EHLO response advertises STARTTLS, and the client issues STARTTLS, and no attacker...
View ArticleRaspberry Pi Desktop for PC and Mac • How to configure Debian to look like...
Hi to everyone. I registered here on this forum to ask this question specifically. I did try the Raspberry PI OS edition that's available on the Raspberry PI website (for PC and Mac). I loved its...
View ArticleCompute Module • Re: Standard LCD 7 inches does not work fine on CM4 DSI0...
What is your no of DSI-lanes? DSI-1 is 4 lanes while DSI-0 is 2-lanes only on CM1/CM3/CM4.I'm not convinced of your DT as what you've defined as a panel should be a bridge.DSI-0 saw little testing/use...
View ArticleOther projects • Raspberry Pi Pico H - Weather station: component...
Good day everyone. I am a computer science student who would like to make his first project on rasberry pi (a weather station, by the way ), I haven't been involved in this type of issues much, so I'm...
View ArticleGeneral discussion • Re: Is Raspberry Pi More Reliable Than China Made Intel...
I collect loads of SBCs, buying them when they appear, I import many from China via the usual well known websites. I don’t even think about the hardware reliability, everything I would consider to...
View ArticleGeneral • Re: Reserved bits on memory register
Thanks for your answers. So clearly it is better to use the instructions for updating the registers clear, xor and set.If the instructions clear and xor seem clear to me, updating a register by set...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
That is the first time I've ever seen that run somewhere other than here truly amazing.It looks like your build may be slightly out of date. I did patch the missing carriage returns.The USB overhaul...
View ArticleBeginners • Asking about the Buydisplay.com site- reliability and compatability
Hey there. I'm thinking about getting a display from buydisplay.com since it's the only site I've found where all the components are pretty individually separated instead of already stuck together, so...
View ArticleGeneral • Re: Build issue with implict functions
This seems to work:Code: target_compile_options(my_executable PRIVATE $<$<COMPILE_LANGUAGE:C>:-Wall -Werror -Wno-implicit-function-declaration>)I couldn't find a variant that would work...
View ArticleGeneral discussion • Re: New pizero 2 w first boot trouble
It would not accept the password..So, can assume that SSH actually prompted for the password.I would suggest putting in a simple password, in English, such as 'password123'.Statistics: Posted by DS256...
View Article