Martin van der Werff
Martin van der Werff
Thanks for your quick reaction. Reassuring to hear that you experienced the same bios/boot hang. I was wondering whether it may be a problem with my board. Not a major...
I started with upgrading my config to the new instructions on step at a time: 1. opensbi 2. kernel 3. naxriscv bitstream with dma/non-spi sd/multi cpu 4. rootfs Upgrading the...
That solved it: ``` --============= Liftoff! ===============-- OpenSBI v0.9-614-g034d47a ____ _____ ____ _____ / __ \ / ____| _ \_ _| | | | |_ __ ___ _ __ |...
Now I am running into problems with the network. DHCP is not working and when statically configured I get: ``` root@sid-rv64:~# ip a 1: lo: mtu 65536 qdisc noqueue state...
For your information my setup is now as follows. I created the bitmap using the following command: ``` python3 -m litex_boards.targets.digilent_nexys_video --build --no-compile-gateware \ --cpu-type=naxriscv \ --bus-standard axi-lite \ --with-video-framebuffer...
Interrupts info: ``` root@sid-rv64:~# cat /proc/interrupts CPU0 CPU1 1: 154 0 SiFive PLIC 3 Edge eth0 2: 10813 0 SiFive PLIC 4 Edge litex-mmc 5: 51092 51065 RISC-V INTC 5...
Thanks for testing and finding the problem so quickly. I will try to revert to the mentioned commit.
Last week I was able to get networking running with reverting to the commit you mentioned and modifying the board file. Will try the "official fix" this week.
Working for me as well. But only tested at 75MHz. Will test for 100Mhz later and report back. Thanks again.
With 100Mhz, indeed the memory hangs seem to be resolved. However, the lite-x bios fails to recognize my SD-card in non-SPI mode or has read failures, so not usable for...