jrrk
jrrk
You need to update XILINX_ROOT and XILINX_VER in fpga/Makefile. An explanation is given in https://www.cl.cam.ac.uk/~jrrk2/docs/xilinx
Dear hylee17, I assume you have studied the materials on our website lowrisc.org already. With the latest release ethernet-v0.5, there is a choice of boot methods. The new method is...
Dear HeeYeol, The boot procedure of the 0.3 version is as I described for the 0.5 version but etherboot is not an option, and the SD-card reads are replaced by...
You should not attempt to put into the boot image anything that is not necessary for booting, because all of this stuff has to be loaded into RAM disk. User...
Dear Koba, In previous lowRISC releases the Rocket behaviour was extensively customised, however it was soon found that it was difficult to keep any patches in sync with newer Rocket...
The Fence.rw instruction should do this but I don’t know if it was implemented on that old version. Sent from my iPhone > On 16 Nov 2018, at 16:24, Koba...
Dear Koba, May I ask, what is stopping you from upgrading to the latest version (v0.6) that has that instruction already? Regards, Jonathan On 18/11/2018 14:45, Koba wrote: > >...
Dear Koba, None of our releases support multicore correctly. The older releases use a version of TileLink which has bugs, the newer version lacks a coherent L2-cache. The v0.2 release...
make memstick is indeed for use with the USB bitstream config option. The RISCV itself cannot see this disk. It is not much used because it precludes the use of...
You should use the script make_root.sh to compile the kernel and root filing system, as described in the Wiki. If you want to compile manually, do not leave a space...