mrbilandi

Results 15 comments of mrbilandi

Hi @AD738560581 I recommend using the latest version of Vivado. I also had some issues with synthesis, but after switching to Vivado 2024.1, it synthesized successfully.

Hi [dassheladiya](https://github.com/dassheladiya), I actually took a different approach. I built the FPGA code of CVA6 for the Genesys2 board and then modified it in Vivado (GUI) for the VCU118 instead...

In the bootloader, there are some "nop" instructions after SPI transmit. If we increase the frequency ratio, we need to increase these delays implemented using "nop" instructions. After increasing these...

I added some printf statements in U-Boot to see what is going on, and it turns out that when it wants to read data with a length of more than...

Okay, I got it. Since I decreased the SPI frequency, it is necessary to add a delay in the SPI driver for U-Boot to be able to read data properly...

Hi @Moschn, Thanks a lot for your explanation, I understand the issue now, especially with the RAM limitations when using initramfs. Just to clarify, what would be the maximum allowed...

Is it possible to add a new partition with, for example, an ext4 file system, and then use that partition to store large files? I'm not too familiar with the...

I have created a partition in the remaining part of the SD card using Disks in Ubuntu. The new partition is 1GB in size, formatted as FAT, and named data....

I have enabled the "MMC block device driver" (CONFIG_MMC_BLOCK), the "Secure Digital Host Controller Interface" (SDHCI) (CONFIG_MMC_SDHCI), and "MMC/SD/SDIO over SPI" (which was already enabled). However, when I run the...

Just to mention, whenever Linux boots, I don't see the welcoming message "Welcome to Buildroot," and it eventually logs in without any user input. The Linux boot-up process is as...