Skip to content

Commit 4819c3e

Browse files
committed
docs: Record build and start instructions
1 parent 93ac807 commit 4819c3e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,37 @@ PoC parameters:
2222

2323
[Download](https://github.com/LampaLab/iota_fpga/releases/tag/v0.1) Linux sd-card image for IOTA hardware accelerator on DE10-nano board and [latest](https://github.com/LampaLab/iota_fpga/releases/tag/v0.3) rbf file
2424

25+
## Arrow SoCKit board
26+
Build instructions mentioned RBF file for Arrow SoCKit board. For the sake of consistency, we host FPGA related repository under DLTcollab umbrella.
27+
28+
### Generate the RBF file
29+
* Install Intel Quartus Prime Lite Edition 17.1 and run synthesizing
30+
* Transform SOF file to RBF file
31+
```
32+
~/intelFPGA_lite/17.1/quartus/bin/quartus_cpf -c curl_fpga.sof soc_system.rbf
33+
```
34+
35+
### Quickly start from scratch
36+
* [Download](https://github.com/LampaLab/iota_fpga/releases/tag/v0.1) Linux sd-card image for Cyclone V
37+
* The RBF file for Arrow SocKit board
38+
* Creating an SD Card using a Linux Host
39+
```
40+
$ sudo dd if=DE10_iota_fpga_Linux.img of=/dev/sdb bs=2048
41+
$ sudo sync
42+
```
43+
* Overwrite the RBF file in the SD card
44+
```
45+
$ sudo mkdir sdcard
46+
$ sudo mount /dev/sdb1 sdcard/
47+
$ sudo cp soc_system.rbf sdcard/
48+
$ sudo umount sdcard
49+
```
50+
51+
* Connect to remote shell (account/password: root/123456)
52+
```
53+
54+
```
55+
2556
If you like this work, please donate some MIOTA to support it further development:
2657

2758
[U9XOVBWJUBCE99ZIKIUGXZFSSGLUAPHUG9XZTVOVHZ99HVTQXET9CD9V9FMDNLSLPQDYXOHKBA9MVHI9ZOVCVHVJXA](https://thetangle.org/address/U9XOVBWJUBCE99ZIKIUGXZFSSGLUAPHUG9XZTVOVHZ99HVTQXET9CD9V9FMDNLSLPQDYXOHKBA9MVHI9Z)

0 commit comments

Comments
 (0)