Project

General

Profile

Activity

From 03/25/2026 to 04/23/2026

04/23/2026

WE 07:49 PM MitySOM-QC6490 PCB Development: RE: Power Consumption
Hayden,
We don't currently have a minimum quiescent operating power for the SOM. Current consumption on the SOM alone is heavily influenced by the software running on the processor, clock states, and background processes all contribut...
William Evans
HS 03:02 PM MitySOM-QC6490 PCB Development: Power Consumption
Hello,
I am currently doing a power analysis of the MitySOM-QC6490 (80-001777RI-2). We are interested in operating the QC6490 SOM in the lowest possible power setting to preserve battery life,
while still actively processing data in ...
Hayden Smith
MF 07:01 PM MitySOM-A5 FPGA Development: RE: Ethernet Interface for MitySOM-A5E
Hi Max,
If you are trying to use the SGMII Ethernet interface that goes to J19 on the board then this will not work due to limitations with Engineering Silicon.
In order to hook this up you need to enable GMII for FPGA in the HPS ...
Mike Fiorenza
MK 06:14 PM MitySOM-A5 FPGA Development: Ethernet Interface for MitySOM-A5E
Hello Sir/Madame,
I'm trying to add GbE IF to MitySOM-A5E (version: A5ED-B64-144-SRC-X)
In the Dev. Kit document this is described in p.16.
The Interface SGMII connects to Bank-2A
When I'm trying to add EMAC to HPS, it allows me only...
Maxim Kanevsky
ZM 06:51 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Hi Maxim,
Happy to help!
It looks like this is a case of the JIC and RBF files not matching.
In general, the JIC and RBF need to be both created from a project that has the same HPS I/O and clock settings. Altera documents this ...
Zachary Miller
MK 05:21 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Hello Zach,
Let me please thank you for your time and support!!! We getting closer, but still have some issues...
We've got some progress.
In order to find a problem, we've replaced one-by-one the files in a script and found that wh...
Maxim Kanevsky
ZM 04:15 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
You're correct that we don't post the rootfs_overlay, because in general it can have different things in it depending on the project's needs.
In your case, you just need to put the RBF into it per the instructions in this wiki section...
Zachary Miller
MK 03:44 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
We have decided to build the reference design using the files from https://support.criticallink.com/redmine/projects/mitysom_a5/wiki/A5ED-B64-144-SRC-X_Quartus_Pro_2531_20260310
To make sure that we are building the correct way.
Here...
Maxim Kanevsky
GG 06:04 PM MitySOM-QC6490 PCB Development: RE: 4V on 3V3-SOM!
I just wanted to update that the datasheets for the SOM and Dev Board at https://www.criticallink.com/products/?filter=qualcomm-based have been updated to accurately detail that the BOB voltage is 4V Gregory Gluszek

04/21/2026

ZM 07:53 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Thanks! The boot script (both boot.cmd and the compiled boot.scr) does have windows line endings, which I think unfortunately appears to be confusing U-Boot. The config_pll script appears to be okay, which I think rules out a git hook ch... Zachary Miller
MK 06:30 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Hello Zach!!
I've uploaded mitysom-a5e-ref-dma.tar.gz (1.29G) - I've compressed the whole folder.
We didn't changed the design and scripts.
Thanks!!!
Maxim Kanevsky
ZM 06:11 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
You're welcome!
The build seems to have partially worked since it was able to boot into U-Boot proper after the SPL, but past that it seems unable to load anything from the SD card for some reason.
Would it be possible for you to z...
Zachary Miller
MK 04:35 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Thanks Zach!!!
Just to mention, we compiled mitysom-a5e-ref-dma project.
We've succedded to flash the SD card with Image and tried to run on MitySOM A5E board and getting following:
U-Boot SPL 2025.07-ga3bbf07e8158 (Mar 02 202...
Maxim Kanevsky
MK 04:01 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
kanevsky@fpga-sm:~/mitysom-a5e-ref/mitysom-a5e-ref-dma/scripts$ ./make_sd.sh \
-a \
-o sd_card.img \
-d Agilex5 \
-f $BUILD_PATH/software/bootloader/u-boot-socfpga/u-boot.itb \
-f boot.scr \
-f c...
Maxim Kanevsky
ZM 03:56 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
No problem, getting close!
Did the script produce sd_card.img.gz instead? You're giving it flags for both gzip (@-g@) and zip (@-z@), and gzip should be taking precedence.
If so and you didn't want that, you could either run @gunzi...
Zachary Miller
MK 03:38 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Thanks, it works farther now. :)
kanevsky@fpga-sm:~/mitysom-a5e-ref/mitysom-a5e-ref-dma/scripts$ ./make_sd.sh -z -g\
-a \
-o sd_card.img \
-d Agilex5 \
-f $BUILD_PATH/software/bootloader/u-boot-socfpga/u-boot....
Maxim Kanevsky
ZM 03:31 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
The script may just not be executable. Please try this and then try again: Zachary Miller
MK 03:09 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Thanks Zach
anevsky@fpga-sm:~/mitysom-a5e-ref/mitysom-a5e-ref-dma/scripts$ ./make_sd.sh -a -o sd_card.img -d Agilex5 -f $BUILD_PATH/software/bootloader/u-boot-socfpga/u-boot.itb -f boot.scr -f config_pll.s...
Maxim Kanevsky
ZM 03:05 PM MitySOM-A5 Software Development: RE: make_sd.sh doesn't take command line parameters
Hi Maxim,
The make_sd.sh script is intended to be run with bash, not POSIX @sh@. Could you please try running it as @./make_sd.sh@ instead of @sh make_sd.sh@ (keeping the rest of your arguments the same) and see if the errors are reso...
Zachary Miller
MK 02:24 PM MitySOM-A5 Software Development: make_sd.sh doesn't take command line parameters
We are trying to build the sd card image using documentation from https://support.criticallink.com/redmine/projects/mitysom_a5/wiki/Building_sd_2531pro
We are are using the git reference from https://support.criticallink.com/gitweb/?p...
Maxim Kanevsky

04/16/2026

MW 08:13 PM MitySOM-QC6490 Software Development: RE: SPI bringup
Hi Nathan,
I think you can remove the NFC pins and give it a shot.
-Mike
Michael Williamson
NO 07:49 PM MitySOM-QC6490 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:
Nathan Olson
NO 07:01 PM MitySOM-QC6490 Software Development: RE: SPI bringup
Edit: The boot crash in unrelated and I've resolved that. However, SPI configuration still fails: Nathan Olson

04/15/2026

NO 09:04 PM MitySOM-QC6490 Software Development: SPI bringup
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:
Nathan Olson

04/13/2026

WE 04:19 PM MitySOM-QC6490 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...
William Evans
NO 04:06 PM MitySOM-QC6490 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...
Nathan Olson
WE 01:07 PM MitySOM-QC6490 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...
William Evans

04/11/2026

NO 08:50 PM MitySOM-QC6490 PCB Development: 4V on 3V3-SOM!
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...
Nathan Olson

03/30/2026

SY 02:45 PM MitySOM-C10GX Firmware: RE: CLKUSR - Oscillator Specs?
Hi Mike,
Thanks for providing the oscillator part number, this is very helpful!
- Sean
Sean Youngblood

03/27/2026

MF 05:27 PM MitySOM-C10GX Firmware: RE: CLKUSR - Oscillator Specs?
Hi Sean,
The oscillator that is driving the CLKUSR pin is *KC2520Z100.000C15XXK*. Per the datasheet, this is a 30 ppm oscillator.
- Mike
Mike Fiorenza
SY 05:21 PM MitySOM-C10GX Firmware: CLKUSR - Oscillator Specs?
What is the frequency tolerance and stability (in PPM) of the 100 MHz oscillator used to drive the CLKUSR pin on the SOM? I cannot seem to find this information in the SOM datasheet.
For context, my design contains an elastic FIFO us...
Sean Youngblood

03/26/2026

JC 02:09 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Using WKUP_UART0 in Linux Space
If your able, please jump in and respond to them directly and I'll monitor and i'll jump in as needed. Jonathan Cormier
JC 01:56 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Using WKUP_UART0 in Linux Space
Holden, TI wants to know if you are using the "VPAC/ISP camera functionality on your AM62A7". Presumably to determine if you need the dm_edgeai firmware or if you can get away with just the normal "ipc_echo_testb_mcu1_0_release_strip.xe... Jonathan Cormier

03/25/2026

JC 08:41 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: RE: Using WKUP_UART0 in Linux Space
I just responded to your support email but will put my response here as well so others can benifit.
Holden Wozniak wrote:
> Hi,
> ...
As you noted in your email, the DM firmware is baked into the tispl.bin u-boot file. Linux doesn'...
Jonathan Cormier
HW 08:18 PM MitySOM-AM62, MitySOM-AM62A, & MitySOM-AM62P Software Development: Using WKUP_UART0 in Linux Space
Hi,
I am having some difficulty bringing up a serial port that utilizes WKUP_UART0 pins. From what I understand, it is typically reserved for DM logging and is unusuable in Linux until it is disabled. I have disabled the UART log for ...
Holden Wozniak
EH 05:53 PM MitySBC-Agilex5 FPGA Development: RE: Where can I find the schematic for MitySBC_Agilex5
Thank you Mike.
We currently have SBC and SOM Dev kit. We were told that they are equivalent from FPGA connections point of view, but I found out that's not completely correct.
I need the schematic to figure out which FPGA pins and how...
Eleonora Haralanova
 

Also available in: Atom