NVDLA Demo release
This release supports HiFive Unleashed board with VCU118 FPGA for NVDLA yolov3 demo.
Required packages:
$ apt install git make build-essential file wget cpio python unzip bc \
libssl-dev bison flex linux-firmware device-tree-compiler dosfstools
Build instructions:
$ git clone --recursive -b nvdla-demo-0.1 https://github.com/sifive/freedom-u-sdk.git
$ cd freedom-u-sdk
$ make -j$(nproc)
$ sudo make DISK=/dev/xxx format-nvdla-root
The filesystem image provides yolov3 darknet & nvdla runtime library source codes and build environment.
MD5 checksum of filesystem image is:
c1d0bb0004f09c20fba4740c4bde0652 debian_nvdla_20190506.tar.xz