General discussion • Re: No RPi 5 for me.
IPO is a go?No RPi 5 for me too. Whatever little doubt I had left to get one evaporated in an instant.Hardly news. Would have happened sooner were it not for pandemic supply chain disruptions. They've...
View ArticleTroubleshooting • Re: /dev/lirc0 doesn't show up
The device /dev/lirc0 should appear right after defining dtoverlay in the file /boot/firmware/config.txt:dtoverlay=gpio-ir,gpio_pin=23The problem was that I placed that definition under [cm4] section....
View ArticleBare metal, Assembly language • Re: RPi5 bare metal examples?
Check out the Circle rpi5 branch. It's the only example I know of. You can see all the Pi 5 specific changes by diffing the branch.Debugging with the debug probe is the way to go on Pi 5. See my post...
View ArticleGraphics, sound and multimedia • Re: VLC: missing argument --alsa-audio-device
OK. It's just not clear why this inconsistency - there is ALSA in 32-bit version but not in 64-bit. That makes me move to 32-bit version.Statistics: Posted by peppy.player — Wed Jan 31, 2024 1:10 am
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
That's the magic of symlink; doing the job they are meant to do.And now it's removed for any unknown reasonsi have heard of text editors not respecting the symlinklet me run some tests...Code:...
View ArticleRaspberry Pi OS • Arduino UNO WIFI Rev2 gcc issues with RPi Bookworm
After installing all boards/libraries etc with new RPi OS upgrade everything works really smooth. The Arduino IDE 1.8.19 runs well...I can compile and upload for all my different boards except the UNO...
View ArticleBeginners • Re: New 4TB SSD portable NVME drive (USB) critical target error,...
Turns out it works well as a USBC SD card reader writer but an expensive one.Here are the pics and I up loaded the image the was on the SD card in the device, I this the data on the SD card is the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 1200x800 DSI screen not...
Hi @trejan and @aBUGSworstnightmare, thank you so much for your help and advice. The Waveshare10.1 inch LCD DSI 1200 x 800 touch screen is working just fine with my RPi5 now. The WBBMTT touch-test...
View ArticleGeneral discussion • I want to know the inductance value and capacitance...
Dear all.Can I know the maximum internal capacitance and maximum internal inductance values of the CM4 board?I don't think it's on the datasheetI'd appreciate it if you could let me know.Statistics:...
View ArticleUbuntu • Re: Geekworm X1003 m.2 nvme pcie Ubuntu image
If it matters: I see your screenshot --> BOOT_ORDER=0xf41Mine : BOOT_ORDER=0xf416thanks for that insight. It isn't relevant to my issue [yet]. I can't even start worrying about asking the pi to...
View ArticleTroubleshooting • Re: Cannot Ping RPi 3B From Windows Laptop
Have you enabled SSH on the Pi?Statistics: Posted by mooblie — Thu Feb 01, 2024 12:12 am
View ArticleRaspberry Pi OS • Re: Moving SD card from Pi4 t o Pi5
On my RPi 4 running 32-bit Buster OS, I can find no command called "build-kernel". Building the Raspberry Pi OS Kernel : Made EasyThank you. I think I'll use the step-by-step process documented in the...
View ArticleBeginners • Re: NVME hat and Crucial P5 Plus 2TB PCIe M.2 2280SS SSD
NVMe interface is PCIe 3/4/5 with 4 lanes. The Pi 5 has PCIe 2 with only one lane. Similar to their USB 3 sockets. The SSD connected direct will run slightly faster as the USB overheads are up to 10%....
View ArticleCamera board • Re: PiCamera2/libcamera, now suddenly more logs being written?
The full code repo is here: https://github.com/eat-sleep-code/camera.timelapseFor this code, it should write a single line to the log like: 2024-01-30 08:15:44: INFO: Capturing...
View ArticleGeneral discussion • Re: SD Card Copier - Any way to Exclude a Source Partition?
@fbe, thanks for the information and suggestions. Too many chances for me to make a mistake with the disabling and such. Guess I did not realize how 128gb SD's and USB's have come down in prices....
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
I still think there is a a simpler way of doing that ...How? mbr2gptStatistics: Posted by RonR — Thu Feb 01, 2024 1:26 am
View ArticleNetworking and servers • Re: Seems like failing hostapd messages
Hello All,Any ideas how to debug/fix the connection failure to the ESP32 ? I really want to get this access point going again. Thanks,GertStatistics: Posted by Gert — Thu Feb 01, 2024 1:40 am
View ArticleGeneral discussion • Re: Linear Actuator for pi
https://www.amazon.com/s?k=linear+actua ... doa-p_1_11raspberry pi 1 enternet port <==== ethernet cable ====> ethernet port on rasbperry pi 2Statistics: Posted by memjr — Fri Feb 02, 2024 12:13 am
View ArticleTroubleshooting • Re: Broadcom BCM2837B0 TAxxxx
The numbers are the manufacturing date. 1836 is week 36 of 2018. 2325 is week 25 of 2023, and 2311 is week 11 of 2023.The problem you have is that the bootloader/firmware on your SD card is too old to...
View ArticleAdvanced users • Re: MultiBoot for the Raspberry Pi 5, Raspberry Pi 4, and...
Just installed my PIM700 M.2 PCIe NVME and installed PiOS on it. That worked fine.Booting back into the SD Card, I can mount /dev/nvme01p2, but 'sudo mb -c; does not find configurable devices.Is there...
View Article