Troubleshooting • Re: System not seeing M2 HAT and/or 256 card
Yes correct. Its the official kit. As I say, thought it would stop there being any issues.i already added that to the config file yes. i saw it on that other forum post as I was looking for fixes...
View ArticleCamera board • Re: Send direct I2C to HQ camer V4L2
You'll have the Linux kernel driver registered to the I2C bus/address combination, which will typically block access from any other user.You can use "i2ctransfer -f" to force the message to get...
View ArticleRaspberry Pi OS • Install Raspberry Pi OS without Raspberry Pi Imager?
Stupid question, but in light of the recent problems I've been having... how can I install Raspberry Pi OS without using Raspberry Pi Imager?Before Raspberry Pi Imager, I used win32 disk imager. Can...
View ArticleTroubleshooting • Re: Pi5 8GB Bookworm Headless screen resolution and rotate
Many thanks, BUG! It works! I added the following at the beginning of /boot/firmware/cmdline.txt:Code: video=HDMI-A-2:1024x768M@60DAs you replied, the rotate didn't work so I used raindrop in the GUI...
View ArticleBeginners • Re: NVME PCIe gen 4 compatible
I only installed PINN on a USB Drive to get the OSes installed on the NVME SSD, but once the installation was completed, I never managed to boot and got theBOOT ERROR: code 45 - 'Fatal firmware...
View ArticleRaspberry Pi OS • Re: Install Raspberry Pi OS without Raspberry Pi Imager?
Stupid question, but in light of the recent problems I've been having... how can I install Raspberry Pi OS without using Raspberry Pi Imager?Before Raspberry Pi Imager, I used win32 disk imager. Can...
View ArticleBeginners • Re: BOOT ERROR: code 45 - 'Fatal firmware error'
See viewtopic.php?p=2270454#p2270454 for solution.Statistics: Posted by procount — Thu Nov 21, 2024 12:22 pm
View ArticleTroubleshooting • Re: Gadget mode on raspberry pi zero 2w bookworm 12 64 bit...
is your tutorial two parts, or separate, cause I only followed the instructions for Bookworm, Point to Point Ethernet (inc g_ether)... maybe I need to follow the USB Ethernet Gadget A Beginner's Guide...
View ArticleTroubleshooting • Re: First time user. Headless on a MacBook Air. Cannot connect
I don't have a MacBook Air, using an iMAC atm (for typing this).Never had any issue connecting to a Pi using 'Terminal' As you're using RPI Imager for setting up/enabling SSH take note of your...
View ArticleTroubleshooting • Re: Rotation of 7" Touch Display screen not working
Locking as duplicate of viewtopic.php?p=2268831#p2268831Statistics: Posted by dom — Fri Nov 22, 2024 11:42 am
View ArticleSDK • Re: Annotated online SDK
Excellent work.The thing I struggle with, and it may just be me, is, having discovered a function I want to try - usually from an online snippet which isn't usually the full C code, is determining...
View ArticleGeneral programming discussion • Re: [SOLVED]bash programming compare...
Stepping back a bit, there are 2 points to be made here:1) This is a "dash" vs. "bash" thing. bash takes either = or ==, while dash only likes =.More precisely, it's a bash vs whatever cron defaults...
View ArticleBeginners • Re: Which document editing tool is better?
Visual studio code. I use it for everything when I have a desktop.Statistics: Posted by jamesh — Fri Nov 22, 2024 11:50 am
View ArticleTroubleshooting • Re: New Official Raspberry Pi USB 3 Hub Not Working
That's the USB3 spec (isn't it) --> 4.5W maxSure, but that won't help much when you get couple of those usb3 to nvme enclosures an put power hungry SSDs (not designed for this) inside.It is like...
View ArticleRaspberry Pi OS • installing 64bit version on 3B hangs
I spent few hours waiting for 2024-11-19-raspios-bookworm-arm64-full to install. I used rpi-imager to write the image on a 16GB microSD then inserted into a rpi 3B and turn it on.After "unpacking" (?)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
as we've talked about touch driver of that 2.8in waveshare screen..still requires further testing but single click/right click etc. seems working. Have not tested for multitouch yet.Statistics: Posted...
View ArticleMedia centres • Re: Peppy player
Looks like I have a working touch driver now for waveshare SKU:27579 (https://www.waveshare.com/product/2.8in ... ch-lcd.htm) as I've just tested it on the 6.6.62 kernel --> looks working on first...
View ArticleRaspberry Pi OS • Re: installing 64bit version on 3B hangs
I spent few hours waiting for 2024-11-19-raspios-bookworm-arm64-full to install. I used rpi-imager to write the image on a 16GB microSD then inserted into a rpi 3B and turn it on.After "unpacking" (?)...
View ArticleFrançais • Plus d'info sur pinctrl
Bonjour, je re-débute dans l'usage de Rasp PI (3 B+) après plusieurs d'année laissé dans la poussière.Voici que je veux contrôler des interruptions de Pin en bashSuite à des erreurs en suivant les...
View ArticleFrançais • Re: Plus d'info sur pinctrl
J'ai peut-être trouvé:Code: pinctrl help en terminalJe laisse ici, ça peut aider quelqu'un plus tard.Statistics: Posted by Patriboom — Fri Nov 22, 2024 12:25 pm
View Article