Activity
From 09/17/2023 to 10/16/2023
10/06/2023
- DV 04:54 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- Yes, I would say that's ignorable. We don't plan on removing the driver from our 2019.10 branch. Though I'm not sure if it's still in any of the newer u-boot branches that Intel is hosting.
Dan - SA 04:17 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- Is that ignorable?
Best,
Shahad - SA 04:13 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- Great thanks Dan,
Worked with this warning!
===================== WARNING ======================
This board does not use CONFIG_WDT (DM watchdog support).
Please update the board to use CONFIG_WDT before the
v2019.10 relea... - DV 04:00 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- I've seen this error in the linux kernel, it's due to using a newer version of GCC (I think GCC 10 was were this broke). I beleive this patch should resolve the issue: https://github.com/altera-opensource/u-boot-socfpga/commit/018921ee79...
- SA 03:24 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- Hello Dan,
Thank you so much!
I tried to compile the criticalLink repo of U-Boot (socfpga_v2019.10) as in the instruction: https://support.criticallink.com/redmine/projects/mityarm-5cs/wiki/Building_U-Boot_and_Pre-loader_2019
I c...
10/05/2023
- VJ 07:05 AM Software Development: RE: MMC/SD card: Bus width is 1 and not 4
- Thank you Dan for your fast reply. That did the trick:
10/04/2023
- DV 04:27 PM Software Development: RE: MMC/SD card: Bus width is 1 and not 4
- Hello,
Running in 1 bit mode was a bug in our reference dts, which was fixed in the following patch: https://support.criticallink.com/gitweb/?p=linux-socfpga.git;a=blobdiff;f=arch/arm/boot/dts/socfpga_mitysom5csx_devkit.dts;h=f7ce4754... - Hi
We have an SD card connected to the MitySOM-5CSX the same way as on the evaluation platform with 4 data lines.
When running SD card read tests we have discovered that the read speed is only 6 MBytes/s, and that is not fast enough i...
10/02/2023
- DV 07:08 PM Software Development: RE: Moving Forward with U-Boot and Quartus 22.1std
- Hello,
We do have a reference for building using the newer flow for the preloader/bootloader but it's for the socfpga_v2019.10 branch and Quartus 20.1, which can be found here: https://support.criticallink.com/redmine/projects/mityarm... - We are currently using 5CSX-H6-42A-RC with our own base board.
I have recently upgraded Quartus 18.1 to the more recent version Quartus Prime 22.1std. Additionally I made changes to the Platform designer in the HPS system.
So in order ...