Athanasios Moschos

Results 13 comments of Athanasios Moschos

Hi, I am a new user of OpenRISC (or at least I am trying to be :-) ). I am as well trying to run a simple "Hello world" in...

Worked like a charm! Thank you very much for your help on this @Jbalkind ! I am trying to build an implementation of an OpenRISC on a DE0-CV board and...

Hi folks, sorry to interrupt in your discussion. Did you manage eventually to create a `qrcTechfile` with the capacitances or get one from the foundry? I would like to try...

Hi @shecairui , I am facing also issues with my SD card and CVA6 not being able to load the kernel image due to bad CRC checksum. What do you...

Hi @eyssartk , to create and write the image in the SD card, after I have inserted some test binaries inside **rootfs**, I use the following script: ``` make vmlinux...

@eyssartk Ok, something weird is happening. So to generate the image that is smaller than the accepted threshold, I deleted my custom binaries from the **./rootfs** folder and performed a...

@eyssartk Yes, this resolved my problem. I really appreciate it!

Hi @jim-wilson , I am facing the same issue as the OP. I would like to give it a try with the gnu-toolchain before going to a prebuilt toolchain. I...

My eye overpassed the last sentence in the https://github.com/riscv/riscv-gnu-toolchain#installation-newlib. I should have installed Newlib for the `riscv64-unknown-elf toolchain` and not the Linux one. I am reconfiguring and remaking the toolchain...

Hi, I confirm that @t-cheng-ou 's workaround worked like a charm and the installation was completed. Thank you very much! Nevertheless, I understand the valid points of @jim-wilson and I...