Beginners • Re: New 4TB SSD portable drive (USB) critical target error, dev...
What USB to SSD adapter is being used. Please show the output from the lsusb command.There are some USB to SSD adapters that do not work well with Linux.I have used this unit purchased from Amazon...
View ArticleTroubleshooting • Re: SSH over Ethernet directly to PC causes: client_loop:...
If the connection between the Pi and the PC is made by connecting each device directly to the router using seprate ethernet cables, the router will take care of IP assignment and routing. This is the...
View ArticleSDK • Re: ADC PIO 128bit read, DMA gets stuck after 200 transfers
so it was actually because i was using dma_channel_set_read_addr instead of dma_channel_set_write_addr.the fifo fits the 128bits, dma should be fast enough to read it all before the next 128bit read...
View ArticleGeneral discussion • Re: How can we track system crash report
its not KDE.. its KDE desktop on top of raspi-OSmixed desktops is never a good thing.tryCode: journalctl -b -1 | grep errorStatistics: Posted by kerry_s — Sun Jan 28, 2024 5:35 am
View ArticleTroubleshooting • Re: RPi4 Black Screen with Mouse Pointer
What resolution is your screen?I assume you are using Bookworm?I’ve similar posts for those with very high res wide screens.Statistics: Posted by rpiMike — Sun Jan 28, 2024 5:37 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
NVME is somewhat faster... enough to be noticeable in desktop use case switching from a Kingston A400 (USB-SATA) to a Pimoroni Base with a Kioxia Exceria.You can double the speed of NVMe by adding...
View ArticleBeginners • Re: LG OLED65C27LA and RPI5 official Desktop - Display "NO...
Thank you very much.It is recommended to get the proper cable, and not use adapters.Yes the adapter was the problem. Have a great weekendStatistics: Posted by Marsha — Sun Jan 28, 2024 5:43 am
View ArticleAdvanced users • How to force Pi OS serial console to resolution other than...
How to force Pi OS serial console to resolution other than 24x80? We are developing a headless Pi OS profile, using the serial console, however we want to increase the text console resolution to...
View ArticleBeginners • Probs getting docker to pull images
Hi thereI did search this topic and couldnt find anything usefulI installed docker using curl, and that seems to work ok, but when try to pull packages from docker I wind up with the following error...
View ArticleBeginners • New User
Ok, Ive got the pi5, have played with pi4's. I'm getting better I think.I keep wanting to try ubuntu, it looks neat maybe runs better?I keep coming back to my bookworm, can run it headless and remote...
View ArticleBeginners • Re: New User
use raspberry os as is, it doesn't take kindly to changes.raspberry os is the only system optimized for rpi.you can get extra media and play around all you like.https://www.amazon.com/gp/product/B07D7...
View ArticleAdvanced users • Re: How to force Pi OS serial console to resolution other...
I don't understand why you say that doing, e.g., stty ..., is "manual". Can you not put that command into one of the many startup files that automatically run on boot?Statistics: Posted by...
View ArticleGeneral discussion • Re: No RPi 5 for me.
They come off with a bit of fishing lines or other resilient type of thread. Loop around it and tighten around it at the level where the chip and the heatsink interface. The heatsink will come right...
View ArticleTroubleshooting • Re: Format SD card without downloading a formatter?
You can download it for sure. But you need an appropriate app to burn onto the SD card.I have no idea of an app for that for Chromebook.Did you create a new account to ask this again? I could swear I...
View ArticleGeneral programming discussion • Re: Pi Hole doesn't block ads on YouTube App...
You should consider using a mirror from https://docs.invidious.io/instances/they strip away all the tracking, ads, etc but still source the video from youtube.Statistics: Posted by Margaret — Mon Jan...
View ArticleGeneral discussion • Re: 1GB RPi Zero 2W?
What would you use the Zero 2 for (if there was a 1 GB or bigger version)?You get only USB 2 so an SSD is useless. The microSD card is half the speed. You have to add a USB hub for mouse and keyboard...
View ArticleSDK • Re: Want C code equivalent to This micro python code
i already tried but that and all dont work and this micro python code work properly thats what i want this micropython code in CStatistics: Posted by gowZ123 — Mon Jan 29, 2024 6:15 am
View ArticleGeneral • Re: Static IP on Raspberry Pico
Regarding hippy's comment:I did some more looking at the DHCP protocol (https://www.netmanias.com/en/post/techd ... ns-of-dhcp) and I would say that the lack of a DHCP DISCOVER would indicate that...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
The debug probe documentation is right here, how to upload an .elf, debugging, etc.It all worked fine for me.https://www.raspberrypi.com/documentati ... probe.htmlStatistics: Posted by breaker — Mon...
View ArticleGeneral • Re: Copy and paste example code
Page 16 of this:https://datasheets.raspberrypi.com/pico ... Mi4wLjAuMA..No link.Why are the line numbers there at all though?Andrew42but seriously, probably an oversight... nothing is perfect... use...
View Article