Activity
From 03/30/2026 to 04/28/2026
04/28/2026
- ZM 10:31 PM Software Development: RE: make_sd.sh doesn't take command line parameters
- Hi Max,
Sorry, this was an issue with our documentation; you'll need to add an additional location to your @PATH@ environment variable. I've added this to our [[Prerequisites_2531pro#Building-the-bootloader-filesystem-and-SD-card|Prer... - MK 07:31 PM Software Development: RE: make_sd.sh doesn't take command line parameters
- Hello Zach,
I'm following the instructions in the A5E-DMA-Example and trying to run: make generate_headers and getting following:
kanevsky@fpga-sm:~/mitysom-a5e-ref/mitysom-a5e-ref-dma$ make generate_headers
Design config:
AG...
04/27/2026
- ZM 10:53 PM Software Development: RE: make_sd.sh doesn't take command line parameters
- Hi Max,
Glad to hear the base design is working now! And no problem asking questions, most likely they'll help someone else too. :)
When you're compiling the DMA project, did you re-flash the JIC from the same build where you comp... - MK 08:02 PM Software Development: RE: make_sd.sh doesn't take command line parameters
- Hello Zach,
Thanks again for your help.
So, I’m not sure what’s was wrong, but now we are able to create our own SD-Card image by compiling and building mitysom-a5e-ref-base.
But we’ve tried to do the same process with mitysom-a5e-r... - TC 09:38 PM FPGA Development: RE: Ethernet Interface for MitySOM-A5E
- Maxim: On availability, I'll reach out to work with you on this. We have some configurations available today and are working on building others.
- MF 05:41 PM FPGA Development: RE: Ethernet Interface for MitySOM-A5E
- Max,
That USB dongle should be fine. Our reference design SD card should have the drivers pre-installed for that to work.
In terms of production silicon, we are hoping to have them available sometime this summer for customers.
-... - MK 04:09 PM FPGA Development: RE: Ethernet Interface for MitySOM-A5E
- Forgot to aks also:
Do you have any idea, when the MitySOM-A5E with production device will be availabe?? - MK 03:57 PM FPGA Development: RE: Ethernet Interface for MitySOM-A5E
- Hello Mike,
Thank you so much for clarification and explanation.
For us the most convenient way will be to use USB-C to Ethernet Adapter. Can you please take a look and confirm that something like this will work:
amazon.ca/UGREEN-Et...
04/23/2026
- MF 07:01 PM 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 ... - 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... - ZM 06:51 PM 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 ... - MK 05:21 PM 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... - ZM 04:15 PM 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... - MK 03:44 PM 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...
04/21/2026
- ZM 07:53 PM 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...
- MK 06:30 PM 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!!! - ZM 06:11 PM 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... - MK 04:35 PM 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... - MK 04:01 PM 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... - ZM 03:56 PM 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... - MK 03:38 PM 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.... - ZM 03:31 PM 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:
- MK 03:09 PM 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... - ZM 03:05 PM 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... - 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...