Xilinx Zynq 7010 fpga crypto windfall boards
- DMNZ
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 3
17 Jun 2025 00:09 #330369
by DMNZ
Xilinx Zynq 7010 fpga crypto windfall boards was created by DMNZ
Hi All,
i can see there are many different FPGA boards has been adopted for LinuxCNC but for some reason no one is using this one (or similar) - EBAZ4205
This is Xilinx Zynq 7010 fpga pcb mass produced for crypto mining which makes them very cheap (under 20usd) and readily available (even at amazon).
Looks like it has all that is needed - 2 cores, decent fpga fabric, accessible jtag, uart, sdcard, 100mb Ethernet, lots of IO pins and even schematics are available:
github.com/xjtuecho/EBAZ4205/blob/master...205/EBAZ4205-SCH.pdf
any ideas why it has not been adopted for CNC?
for a commercial work i would still most probably prefer MESA due to its quality and support, but for cheap home automation it looks like much better fit than LED control cards or STM32 boards.
i can see there are many different FPGA boards has been adopted for LinuxCNC but for some reason no one is using this one (or similar) - EBAZ4205
This is Xilinx Zynq 7010 fpga pcb mass produced for crypto mining which makes them very cheap (under 20usd) and readily available (even at amazon).
Looks like it has all that is needed - 2 cores, decent fpga fabric, accessible jtag, uart, sdcard, 100mb Ethernet, lots of IO pins and even schematics are available:
github.com/xjtuecho/EBAZ4205/blob/master...205/EBAZ4205-SCH.pdf
any ideas why it has not been adopted for CNC?
for a commercial work i would still most probably prefer MESA due to its quality and support, but for cheap home automation it looks like much better fit than LED control cards or STM32 boards.
Attachments:
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 419
- Thank you received: 150
17 Jun 2025 02:34 #330371
by unknown
Replied by unknown on topic Xilinx Zynq 7010 fpga crypto windfall boards
Any ideas ? No one has bothered.
Might be supported by the Litex infrastructure. The ethernet chip of that board is different to the one Mesa uses, so a driver would be at least one of the tasks.
Plenty of Spartan 6 Dev boards that are easier to use Hostmot2 (mesa fpga firmware sources) firmware with. I've had success with 7c81 setup, both SPI & SPP (parallel port) interfaces. Now experimenting with Ethernet.
Ok once you have the firmware going, the next step is designing & building the I\O, translation from 3.3v to 5v and then whatever your field voltage maybe.
At the end of the day it's just a little under what a Mesa board may cost, unless of course you're Down Under and shipping can almost double the cost of a 7i92.
Might be supported by the Litex infrastructure. The ethernet chip of that board is different to the one Mesa uses, so a driver would be at least one of the tasks.
Plenty of Spartan 6 Dev boards that are easier to use Hostmot2 (mesa fpga firmware sources) firmware with. I've had success with 7c81 setup, both SPI & SPP (parallel port) interfaces. Now experimenting with Ethernet.
Ok once you have the firmware going, the next step is designing & building the I\O, translation from 3.3v to 5v and then whatever your field voltage maybe.
At the end of the day it's just a little under what a Mesa board may cost, unless of course you're Down Under and shipping can almost double the cost of a 7i92.
Please Log in or Create an account to join the conversation.
- DMNZ
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 3
17 Jun 2025 04:12 #330374
by DMNZ
Replied by DMNZ on topic Xilinx Zynq 7010 fpga crypto windfall boards
all valid points. I have Mesa myself. I was just going through a number of threads here converting other boards like colorlight, nvem, even stm32 some of which require a lot of work and pcb mods and yet here is a board that you can get cheaper with more power, all peripherals, jtag ready, full xilinx support and no interest at all. btw this is just one of many, there are other boards from Ebang Ebits like ebaz4303, ebaz4332, ebaz4051 which are very similar.
i thought may be there is something wrong with it as i am not a fpga guru myself I am thinking about ordering one just to learn a bit more about fpga toolchain, looks like great learning platform.
I don't think you need Litex for Zynq as it has all those modules cpu cores, ethernet, ram, rom hard wired in the chip plus fairly large fpga part to build anything else like steppers or encoders.
PS. i am actually even further down under in New Zealand i use parcel forwarding companies from US so it is not too bad, just the shipping
i thought may be there is something wrong with it as i am not a fpga guru myself I am thinking about ordering one just to learn a bit more about fpga toolchain, looks like great learning platform.
I don't think you need Litex for Zynq as it has all those modules cpu cores, ethernet, ram, rom hard wired in the chip plus fairly large fpga part to build anything else like steppers or encoders.
PS. i am actually even further down under in New Zealand i use parcel forwarding companies from US so it is not too bad, just the shipping
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 419
- Thank you received: 150
17 Jun 2025 10:38 #330386
by unknown
Replied by unknown on topic Xilinx Zynq 7010 fpga crypto windfall boards
Here's some of the stuff I've been working on. Should be able to add an ethernet interface to replace the SPI\EPP board.
github.com/ozzyrob/Linuxcnc-FPGA
The same hardware can be used with Linuxcnc-RIO.
Omdazz board is currently about $45 AUD.
There are some cheaper ones around.
github.com/ozzyrob/Linuxcnc-FPGA
The same hardware can be used with Linuxcnc-RIO.
Omdazz board is currently about $45 AUD.
There are some cheaper ones around.
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 558
- Thank you received: 348
17 Jun 2025 11:18 #330389
by meister
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards
wow, nice board ! will think about it 
will be happy to help you if you want to try to get RIO running on it.

will be happy to help you if you want to try to get RIO running on it.
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 558
- Thank you received: 348
17 Jun 2025 11:44 #330393
by meister
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards
but first, check if the free version of Xilinx toolchain can create bitfiles for it
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 558
- Thank you received: 348
17 Jun 2025 12:29 #330394
by meister
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards
so I can at least create a bitfile for flashing LEDs, but I don't know if it works:
bin/rio-generator -b riocore/configs/XC7Z010/config.json
bin/rio-generator -b riocore/configs/XC7Z010/config.json
loading: riocore/configs/XC7Z010/config.json
loading board setup: XC7Z010
loading toolchain vivado
writing gateware to: Output/XC7Z010/Gateware
!!! gateware changed: needs to flash |||
writing linuxcnc files to: Output/XC7Z010/LinuxCNC
running:
(cd Output/XC7Z010/Gateware && make clean all)
rm -rf build rio.tcl *.jou *.log .Xil
vivado -mode batch -source rio.tcl
****** Vivado v2023.1 (64-bit)
**** SW Build 3865809 on Sun May 7 15:04:56 MDT 2023
**** IP Build 3864474 on Sun May 7 20:36:21 MDT 2023
**** SharedData Build 3865790 on Sun May 07 13:33:03 MDT 2023
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
** Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
....
INFO: [Designutils 20-2272] Running write_bitstream with 8 threads.
Loading data files...
Loading site data...
Loading route data...
Processing options...
Creating bitmap...
Creating bitstream...
Writing bitstream ./build/rio.bit...
INFO: [Vivado 12-1842] Bitgen Completed Successfully.
INFO: [Project 1-1876] WebTalk data collection is mandatory when using a ULT device. To see the specific WebTalk data collected for your design, open the usage_statistics_webtalk.html or usage_statistics_webtalk.xml file in the implementation directory.
INFO: [Common 17-83] Releasing license: Implementation
9 Infos, 1 Warnings, 0 Critical Warnings and 0 Errors encountered.
write_bitstream completed successfully
write_bitstream: Time (s): cpu = 00:00:05 ; elapsed = 00:00:14 . Memory (MB): peak = 2987.496 ; gain = 232.207 ; free physical = 2245 ; free virtual = 14339
# exit
INFO: [Common 17-206] Exiting Vivado at Tue Jun 17 14:27:34 2025...
cp -v hash_new.txt hash_compiled.txt
'hash_new.txt' -> 'hash_compiled.txt'
The following user(s) said Thank You: unknown
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 419
- Thank you received: 150
17 Jun 2025 13:23 #330396
by unknown
Replied by unknown on topic Xilinx Zynq 7010 fpga crypto windfall boards
So does that I'll have to buy one to play with the cool kids ?
Please Log in or Create an account to join the conversation.
- meister
- Offline
- Platinum Member
-
Less
More
- Posts: 558
- Thank you received: 348
17 Jun 2025 13:27 #330397
by meister
Replied by meister on topic Xilinx Zynq 7010 fpga crypto windfall boards
;P
the part is very tricky, at the moment i can't tell if it works and the ARM cores on it want extra love but i don't know how to configure them.
Ethernet won't work for now either, so if it does then only SPI and maybe later a bridge via the ARM cores.
the part is very tricky, at the moment i can't tell if it works and the ARM cores on it want extra love but i don't know how to configure them.
Ethernet won't work for now either, so if it does then only SPI and maybe later a bridge via the ARM cores.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.099 seconds