Activity
From 03/20/2026 to 04/18/2026
04/16/2026
- MW 08:13 PM Software Development: RE: SPI bringup
- Hi Nathan,
I think you can remove the NFC pins and give it a shot.
-Mike - NO 07:49 PM Software Development: RE: SPI bringup
- The original commit message for those lines is "Add gpio-reserved-ranges for QCM6490 boards."
In mainline linux, I found the following in qcs6490-rb3gen2.dts: - NO 07:01 PM Software Development: RE: SPI bringup
- Edit: The boot crash in unrelated and I've resolved that. However, SPI configuration still fails:
04/15/2026
- Are there any reference examples of software using SPI? I'm attempting to configure the QUP to use SPI on my carrier board.
Here's my device tree modification:
04/13/2026
- WE 04:19 PM PCB Development: RE: 4V on 3V3-SOM!
- Unfortunately this cannot be addressed on the SOM as the SOM will hang if this voltage is dropped lower than 4V.
For future baseboard revisions there will need to be a regulator in between the SOM and the downstream components on this... - NO 04:06 PM PCB Development: RE: 4V on 3V3-SOM!
- Thanks Will. The pins are tied directly to a power plane on my prototype boards, so I'll try breaking the connector pins as you suggest.
Will this issue be fixed in later versions of the SOM, or should I plan on adding a 3V3 regulator... - WE 01:07 PM PCB Development: RE: 4V on 3V3-SOM!
- Hello Nathan,
The PMICs on the SOM support changing the output voltage of this pin. The idea was to have it at 3.3V but unfortunately the SOM hangs if this voltage is lower than 4V.
As a result we had to re-spin our development boa...
04/11/2026
- Hello,
Why is 3V3-SOM outputting 4V? Is there a way to change this to 3.3V?
I see that the devkit schematic shows it as 4V, but the datasheet and Carrier Board Design Guide (and the name!) show it as 3.3V. Unfortunately I just rece...
03/24/2026
- NO 03:46 PM Software Development: RE: Long build times
- That matches what I'm seeing, although it seems your machine is much faster than mine. For me it's about 7 hours for a clean build, and 28 minutes for a rebuild.
- GG 02:36 AM Software Development: RE: Long build times
- Hi Nathan,
We have similar experiences. Unfortunately we do not currently have a fix. We are building off of Qualcomm's methodology and there is a lot of complexity there that we haven't needed to dig into yet. We will update this is... - GG 02:42 AM Software Development: RE: Configuring the QUP pins
- Hi Nathan,
Please refer to the [[Configuring the QUP Ports (I2C I3C SPI and UART)]] wiki page which has recently been published for details on how to do this.
Let me know if you have any questions or issues.
Thanks,
Greg
03/21/2026
- Hello,
My carrier board uses several QUP pins for I2C, UART, and SPI. How do I configure them? I prefer a device-tree solution over a userspace solution.
03/20/2026
- Hello,
I am extending the BSP with my own layer. It seems like whenever I make a change, a lot of unrelated files get recompiled (for example cameradlkm-1.0.qcom-r0, qcom-displaydlkm-git-r0, qcom-pal-git-r0, qcacld-wlan-git-r0, ...). ...