[README] Add extra info to README.md for the FPGA porting guide
authorDongju Chae <dongju.chae@samsung.com>
Tue, 9 Jun 2020 07:57:47 +0000 (16:57 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Wed, 10 Jun 2020 04:48:30 +0000 (13:48 +0900)
This patch adds extra info to README.md for the FPGA porting guide.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
README.md

index 9722d68..bff6c4e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,12 +30,14 @@ NPU_SystemService/    Root directory
 - How to build the NPU Engine library (FastModel or Ubuntu): press [here](/doc/how_to_build.md)
 - How to use the NPU Engine library in user apps: press [here](/doc/how_to_use.md)
 - Usage examples using the NPU Engine library: press [here](/doc/usage_examples.md)
+- NPU Engine-enabled bootable images for an FPGA board: press [here](https://github.sec.samsung.net/AIP/meta-trinity/blob/linux-xlnx-fpga-v4.19/README.md)
 
 ## Related Projects
-- [AIP/NPU_bootstrap](https://github.sec.samsung.net/AIP/NPU_bootstrap): Bootstrap packages for FastModel simulator
 - [AIP/NPU_Linux-kernel](https://github.sec.samsung.net/AIP/NPU_Linux-kernel): Linux kernel image and drivers (on FastModel simulator)
+- [AIP/NPU_bootstrap](https://github.sec.samsung.net/AIP/NPU_bootstrap): Bootstrap packages for FastModel simulator
 - [AIP/NPU_SystemService_Testdata](https://github.sec.samsung.net/AIP/NPU_SystemService_Testdata): Testdata for verification (NPU models and reference input/output)
 - [AIP/NPU_SystemService_Emulator](https://github.sec.samsung.net/AIP/NPU_SystemService_Emulator): Cpp-based emulator to precheck NPU inferences in Ubuntu env.
+- [AIP/meta-trinity](https://github.sec.samsung.net/AIP/meta-trinity): Bitbake recipes for an FPGA board (ZCU102-ZYNQMP)
 
 ## SPIN Repository (to download official packages)
 - How to create your SPIN account: press [here](https://code.sec.samsung.net/confluence/display/NEWCOMM/SPIN+Request+Process)