David Mallasén Quintana
David Mallasén Quintana
Hello @theo-lemurian To recreate the RISC-V environment on a Ubuntu 22.04 machine: In home directory of user `user`: ~~~ git clone https://github.com/riscv/riscv-gnu-toolchain cd riscv-gnu-toolchain sudo apt-get install autoconf automake autotools-dev...
Hello @Ravenwater , I don't use qemu so I don't know about that, but great hearing that you could get the risc-v environment working. I've never used that flag, so...
Perfect, sounds like a good solution @Ravenwater
I'm also facing the same problem, with the exact same error message than @0ena . I'm following the make images -> make flash-sdcard workflow of the cva6-sdk repo. I've found...
Hello @eyssartk , In my case I have used the `flash_sdcard` command and the output of both commands is the same: ~~~ 00000000: 2705 1956 78fd 6b8a 637f a43a 00a5...
In my case, everything in the `install64` folder is under 20mb, the uImage in particular is 10.8mb. The FPGA output (in case it serves to compare with the one from...
Hello @eyssartk , This generated a new error: ~~~ Hello World! init SPI status: 0x0000000000000025 status: 0x0000000000000025 SPI initialized! initializing SD... SD command cmd0 response : 01 SD command cmd55...
Yes! This last correction solved the issue. That is: ~~~ mmc read 90000000 100000 6000 setenv fdt_high 0xFFFFFFFFFFFFFFFF bootm 90000000 - $(fdtcontroladdr) ~~~ Thanks for your help!
The workaround of #800 works for me as well. However, without optimizations the simulation time is ~5x longer for a simple hello world. Thanks for sharing @christian-lanius ! I can't...
@christian-lanius What do you mean by "replacing the name in the sim command in the Makefile with the unoptimized version"? I am trying to follow your steps.