Troubleshooting • Re: Console log in Ok, GUI log in fails
Thanks, I set up roy2 and that works.I notice that at the log in panel, when I select user roy it has a RPi logo next to it, but when I select roy2 it has the debian logo next to it, so I think roy2...
View ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: Pi OS kernel update request
You only need the 'right' kernel, not a whole image. For some script test I saw current/master is at 6.6.62 or so. You better remove 6.6.51 and re-install 6.6.31 and do apt-mark hold of the kernel...
View ArticleHailo • Re: Neo 5 NVMe Case
Does anyone have a setup with the Argon Neo 5 M.2 NVMe case and the Hailo 8L accelerator installed.I just want to know if the PCIe module fits within the case.Thanks,JackThe Hailo 8L is following M.2...
View ArticlePython • Re: Rpm,tachometer, refine
Ok. Well you might be getting contact bounce from the relay. But even if you aren't you will probably wear it out. I'd recommend an optoisolator instead, or just a simple transistor buffer.Statistics:...
View ArticleTroubleshooting • BCM2711 change UART clock
I am realizing a project with CM4 where I need higher baudrates on UART3. Currently, the maximum baudrate is limited by the uart clock which is per default 48MHz resulting in a maxum baudrate of...
View ArticleAI Camera - IMX500 • Re: AttributeError: 'NetworkIntrinsics' object has no...
We are in the process of making a camera software package release so things between source files and pre-installed packages may be out of lock-step. This may explain the error you are seeing. Please...
View ArticleAI Camera - IMX500 • Re: Request for Source Codes of RP2040 of IMX500
The RP2040 is only used for firmware management, not any of the neural network acceleration. I doubt we will release the 2040 firmware source code, but I probably expect you won't be able to do...
View ArticleDevice Tree • Re: SPI1-2cs in dtoverlay GPIO18 Output instead of SPI1_CE0_N
I observed the pins while doing the communication to the ADC1118.I send the following to the ADC1118 Statistics: Posted by mistermaek — Wed Nov 20, 2024 8:30 am
View ArticleCompute Module • Re: Schematic Review of R-PI CM4
A proper design review conducted by a professional would need to consider much more than a fragment of the schematic to be able to say if it will work reliably. If I were conducting such a review, I...
View ArticleDebian • Re: GP/PARI CALCULATOR on RISC-V Debian
Code: ubu@raspberrypi:~ $ podman run -ti riscv64/debian:sidWARNING: image platform ({riscv64 linux [] }) does not match the expected platform ({arm64 linux [] })root@c4e961565945:/# apt updateGet:1...
View ArticleTroubleshooting • Re: In shambles after updating Pi 5, broke all my login...
Using the supplied one probably was current at the time, it is still the same OS, they just tweak and add fix things in the past few months.The reason for using another uSD is you always have your old...
View ArticleGeneral discussion • Re: PINN with specific OSes
Thanks Procount,I got it working.For others, it seems that the addition of a swap partition was the problem.Can i use Gparted too resize partitions?Thanks again ProcountStatistics: Posted by...
View ArticleBeginners • Re: Boot order
Boot order is described herehttps://www.raspberrypi.com/documentati ... der-fieldsHow to change it here https://www.raspberrypi.com/documentati ... figurationCode: BOOT_ORDER=0xf461That's an example...
View ArticleAssistive technology and accessibility • Re: Raspberry Pi 4 Dual Connection...
Same question previously asked at viewtopic.php?p=2270040#p2270040Statistics: Posted by B.Goode — Thu Nov 21, 2024 8:15 am
View ArticleBeginners • Re: NVME PCIe gen 4 compatible
pi5 is not capable of PCIe gen2. It's certified for gen2 and can do gen3 by chance (but having clock jitter which is out of spec).Why did you change boot order? Recommendation like to others: leave...
View ArticlePython • Re: Automatic application launch at startup
Switch to X11if using bookwormsudo raspi-configThen option 6Statistics: Posted by gordon77 — Thu Nov 21, 2024 8:18 am
View ArticleCamera board • Re: Send direct I2C to HQ camer V4L2
Code: i2cdetect -lwill tell you which I2C bus your camera is connected toCode: sudo i2cdetect -y <# of the I2 bus the camera is connected>will tell you the address of itand now you should have...
View ArticleTroubleshooting • Re: Gadget mode on raspberry pi zero 2w bookworm 12 64 bit...
Last time I tried using g_ether with an Android device it wasn't recognised. Neither were either of the "real" USB ethernet adaptors I have here.This suggests to me that Android has no support for USB...
View ArticleGeneral • Re: ADC creapage on the RP235X
@gmx, can you reproduce hippy's readings? Granted, we are in the realm of "undefined behaviour" (much like undefined behaviour in C -- those dark, dusty corners) but that ADC pin of his seem to like...
View Article