Pascal Cotret
Pascal Cotret
Got everything compiled with GCC 9: ```bash git clone https://github.com/freechipsproject/rocket-tools cd rocket-tools git submodule update --init --recursive export RISCV=/path/to/install/riscv/toolchain export MAKEFLAGS="$MAKEFLAGS -jN" # Assuming you have N cores on your...
I have the same issue. However, installing the latest version of `dfu-util` as @jhaand suggested doesn't work in my case...
@dr-br. FYI, I found another way to use my Longan Nano : https://github.com/dwelch67/gigadevice_samples/tree/master/Sipeed.Longan.Nano `dfu-util -a 0 -D notmain.bin -s 0x08000000` Now, my LED blinks!
Hi @orzel, OK. Just need to find a proper way to override the new `dfu-util` in my platformIO setup ;)
> > After downloading via DFU my Longan Nano does not boot even a LED related demo project. > > Something is wrong. > CC @zsdonghao @junhuanchen @myuanz @QinYUN575 @btx000...
This issue is still open, I have the same behavior... During boot, I can see the GPT partitions: ``` gpt partition table header: signature: 5452415020494645 revision: 00010000 size: 0000005C crc_header:...
Issue solved for me (bad partitioning...)
These commands are basically done in this script: https://github.com/openhwgroup/cva6/blob/master/ci/install-riscvpk.sh It will `cd` in the `riscv-pk`repository. The `configure`file is available there: https://github.com/riscv-software-src/riscv-pk/blob/master/configure
Spent a few minutes, got the same behavior: ```bash litex_sim --cpu-type=cv32e41p ``` After a few seconds, got stuck with: ```bash make[1]: Leaving directory '/home/pascal/test/cv32e41p/build/sim/gateware/obj_dir' make: Leaving directory '/home/pascal/test/cv32e41p/build/sim/gateware' [ethernet] loaded...
(reading some issues related to OpenHW group cores) @panantoni01 Hum, strange... Does it mean there would be a bug with compressed instructions on the 41P? I haven't seen issues related...