-
Device control in automation has moved towards digital bus systems, and away from legacy interfaces like 0-10 Volt or 4-20mA. This development is not reflected in Machinekit with a few exceptions.
Th…
-
root@c:/home/chang/fpga-zynq/zedboard# make rocket CONFIG=DualCoreConfig
mkdir -p /home/chang/fpga-zynq/common/build
cd /home/chang/fpga-zynq/common && java -Xmx2G -Xss8M -XX:MaxPermSize=256M -jar /…
-
Running programs on rocket-chip embedded in the zynq7000 must use ARM cortex A9?
For those rocket chip implemented by ASIC,how do the developer write and run the programs on the rocket chip?
-
My board is zedboard which contains Cypress CY7C64225 USB-to-UART Bridge device.But I came across a problem that I couldn't find the Linux version of usb-uart driver program.
It seemed that the off…
-
I've seen this example:
https://github.com/riscv/riscv-asm-manual/blob/master/riscv-asm.md#constants
Whether the function of "puts" here is displaying string "Hello World\n"?I tried to build the p…
-
Is there a minimum amount of data transferred via MM2S? I have axidma_malloc'ed a 216 byte (54 32-bit words) tx buffer and called axidma_twoway_transfer with the size set to 216. When I observe a tr…
-
I was trying to adapt the hx8kdemo for Zedboard, but when I try to construct the project in Vivado the module flash_io_buf doesn´t appears.
-
I followed the 3.1) Project Setup of the README.md.
After typing "make project" in the directory of /fpga-zynq/zedboard,I encountered one error.
The log information is here:
root@vm:/home/chang/f…
-
**_Reported by David Kinder:_**
the v1.7.0 release notes say we support six architectures now, but only four are documented on the supported boards page (https://www.zephyrproject.org/doc/boards/boar…
-
Hi there,
I would like to use the code from branch new-devices to program a ZC706 board, but as others have noticed, the icenet submodule is private. Would it be possible to make it public?
I ju…