-
As I've posted before, I'm working on a demo of a specialized crypto algorithm running under TZ. I've got code written, running fine under QEMU, and originally targeting a Xilinx Zedboard. Unfortunate…
-
Hi,
just for the sake of curiosity. Have you ever made to do a comparison between PULPino and MicroBlaze on ZedBoard in terms of execution time and power consumption?
Thank you in advance for th…
-
I follow the README and generate a default rocket-chip vivado project(zedboard) , but the frequency is only 25MHz. Would you please give me some advice to improve the frequency?
-
Hi @asuardi and @bulatkhusainov ,
I was able to generate the prototype project for the PL but the configuring zedboard [link](https://github.com/asuardi/protoip/wiki/Zedboard)
the first link abou…
-
Hi all,
I have implemented loading rocket to my zedboard , want add my compiled programs into RAM linux (ur amdisk.image.gz) to running,just like hello(./fesvr-zynq pk hello).But I don't know what …
-
Hello,
When I make fpga-images-zedboard/boot.bin for zed I get the following error.
Does anyone know where this is coming from ?
PS: I've checked my licence and it's working.
Thank you…
-
### Submission type
- Bug report
### systemd version the issue has been seen with
234 from upstream, 233 as packaged by Arch Linux
### Used distribution
@hewittc's report was on Arch L…
-
After:
```
$ make fetch-images
$ make fetch-riscv-linux
$ make load-sd SD=path_to_mounted_sdcard
```
and trying to boot from the SD card nothing happens. I suppose that the case is in the form…
-
Hello,
I have an error after running make all in fpga. the update-ips.y is set. Could you please tell me what I'm missing ?
Thank you
```
alpha@alpha-VirtualBox:~/zephyr/pulpino/fpga$ make …
-
Hello,
I want to run a program which targets zedboard LEDs on rocket-chip. Does that require to write it in Chisel, as provided in:
```
import chisel3._
class GCD extends Module {
val io…