General • Re: any existing high-speed pico-to-pico bus?
I was thinking about using a second pico as a "video card" for a "cpu" pico (similar to the NES setup of 6502 + PPU).I have been thinking about that too; how to have one Pico updating a frame buffer,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
..Thank you very much All my doubts about the connectors have been cleared.Sorry, but as pinout is the same as with CM4IO connectors why have there been any doubts (as one can simply find that info...
View ArticleOther projects • Re: Raspberry pi 5 UPS with 12v Buck converter
I used a short 30cm USB type A to type C cable directly from from the usb port of the 3606 board. Haven't run any tests but I have connected below mentioned peripherals and ran continuously without...
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
Pi5 PCIex1 doesn't meet PCI Gen3 jitter specification.Anyhow, you can follow the same approach as RPT when specifying the HAILO accelerator...
View ArticleBeginners • Re: USB SSD as Boot drive
According to wikipedia"The ext4 filesystem can support volumes with sizes in theory up to 64 zebibyte (ZiB) and single files with sizes up to 16 tebibytes (TiB) with the standard 4 KiB block size, and...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
"1. What evidence do you have that it is still in RS485 mode?"The issue is that switching to RS-232 doesn't seem to work, as the communication only operates in one direction.The driver RS485 mode...
View ArticleRaspberry Pi OS • Re: SBOM (Software Bill of Materials) for Raspberry Pi OS
I think the .info unfortunately does not contain any licensing information which typically is included in a SBOM file and is required for CRA. Debian (and clones) store that per package.Code: cat...
View ArticleGraphics programming • Re: RPi5 HW graphics acceleration
I'm using an RPi5 with two cameras for 3D depth map generation.I'm capturing video streams via rpicam-vid.I'm currently doing several steps in SW:1. Converting yuv420p frames to RGBWhy?libcamera can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
If it's now returning to LP11 state, then the "HS timeout" bug will no longer apply, and the PR changes are not needed.It would however be quite helpful if you could test the PR just to verify there's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
dtoverlay=vc4-kms-dsi-generic is only going to configure DSI to generate pixel data. It won't configure a bridge of any form, and certainly not by sending commands over the DSI interface.If you want...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Learning MIPI DSI on PI 5
I see Nexus 7 2nd gen 1200x1920 lcd runs with pi compute module with some overlays. That JDI lcd is command mode lcd, how did they implement the commands in the driver?JDI LT070ME05000 is NOT a...
View ArticleBeginners • Re: RPI 4 Model B DSI LCD Display Issue on Android 13
There is as far as I'm aware no; "official support" for Android on Raspberry Pi; but there seem to be several unofficial alternatives.Which one are you using?Statistics: Posted by kip_the_elder — Wed...
View ArticleAutomation, sensing and robotics • Re: Control Relay module without using...
Do you have a specific device in mind or already purchased ? Then provide a link to manufacturer, product page.Many manufacturers provide information about technical connections, protocol definitions...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
That's what I probably will have to. A software solution would have just been a lot easier and even save energy and often money.switching it's supply fully off will save more energy than switching off...
View ArticleGeneral • Re: What percentage of MicroSD card supports SPI and FatFS
It is clearly stated in SD Specifications Physical Layer Simplified Specification and other documents that SDUC cards larger than 2 TB do not support SPI mode.My PDF reader seems to not support their...
View ArticleBeginners • Running chromium on Rpi5 using Yocto
I have a Raspberry Pi 5. I want to get chromium to run on it. I want to build Linux via Yocto.I'm using the Kirkstone branch of Yocto.My local.conf relating to chromiumIMAGE_INSTALL:append = "...
View ArticleTroubleshooting • Running chromium on Rpi5 using Yocto
I have a Raspberry Pi 5. I want to get chromium to run on it. I want to build Linux via Yocto.I'm using the Kirkstone branch of Yocto.My local.conf relating to chromiumIMAGE_INSTALL:append = "...
View ArticleGraphics, sound and multimedia • Re: TC358743 on rpi5
I haven't been involved in the Pisp development, but have just spoken to my colleagues who are.The current revision of Pisp doesn't support 32bpp output, so the libcamera pipeline handler is unpacking...
View ArticleTroubleshooting • Re: Bluetooth does not work on Raspberry Pi Zero 2W:...
Have you looked at this?https://github.com/victronenergy/venus/ ... enus-imageDoes BT work OK on the same machine in the same location, with the same case and power supply under raspberry PI...
View ArticleTroubleshooting • Re: Emergency mode after running rpi-update
Why did you run rpi-update in the first place??Statistics: Posted by kip_the_elder — Wed Jul 10, 2024 11:31 am
View Article