Notifications
Clear all

[Sticky] RVfpga-SoC v1.0 Released !

 

RCWO
 RCWO
(@rcwo)
Member Admin Registered
Joined: 5 years ago
Posts: 59
Topic starter  

Our next set of RVfpga Teaching Materials have been released. RVfpga-SoC are available in English now. Look on the Resources>Teaching page for the download links. Chinese (Simplified & Traditional) will follow soon, with Japanese and Korean before year-end.

Enjoy teaching with the world's most complete materials for RISC-V!


   
Quote
(@matthewlai)
New Member
Joined: 2 years ago
Posts: 3
 

In step 3 of the Lab5.pdf a file needs to be copied to the folder

[RVfpgaSoCPath]/RVfpgaSoC/Labs/LabProjects/SweRVolf/tensorflow/tensorflow/lite/micro/examples/hello_world/zephyr_riscv/

but the tensorflow repo that I cloned has no other folders under 

[RVfpgaSoCPath]/RVfpgaSoC/Labs/LabProjects/SweRVolf/tensorflow/tensorflow/lite/micro

already i.e. there is no 'examples/hello_world/zephyr_riscv'.

Any idea where I can locate the 'examples' folder?

I've also tried to clone the tensorflow/tflite-micro repo but again cannot locate any 'examples/hello_world/zephyr_riscv' there.

Any help to locate the missing folders is much appreciated here!


   
RCWO reacted
ReplyQuote
(@zubairlk)
Member Admin
Joined: 3 years ago
Posts: 6
 

Hi @matthewlai ,

 

You have to clone the main tensorflow repository ( https://github.com/tensorflow/tensorflow ) and not the lite one

Did you checkout v2.5.0 by running

git checkout -b v2.5.0

 

Step 2 has a few things that need to be done

- Clone repo

- cd into the directory

- Run git checkout and switch to v2.5.0

 

Screenshot below of the step you may have accidentally missed.

 

Thanks

ZubairLK

 

>>> 中文版翻译

 

你好 @matthewlai ,

你必须克隆主要的tensorflow仓库,而不是精简版的。

你是否通过运行以下命令来签出v2.5.0版本?

git checkout -b v2.5.0

第二步有几件事需要做

- 克隆版本库

- cd到该目录

- 运行git checkout并切换到v2.5.0

下面是你可能不小心错过的步骤的截图。

谢谢

ZubairLK

 

This post was modified 2 years ago by Anonymous

   
ReplyQuote
(@matthewlai)
New Member
Joined: 2 years ago
Posts: 3
 

@zubairlk I did git clone and then git checkout -b v2.5.0 but there was nothing under [RVfpgaSoCPath]/RVfpgaSoC/Labs/LabProjects/SweRVolf/tensorflow/tensorflow/lite/micro 


   
ReplyQuote