Browse Source

Update README.md

SelinaZ2 2 years ago
parent
commit
0369db3764
1 changed files with 34 additions and 7 deletions
  1. 34 7
      README.md

+ 34 - 7
README.md

@@ -1,17 +1,44 @@
 # VisionFive
-## VisionFive hardware design
+## VisionFive hardware and softward resources
+[VisionFive](https://rvspace.org/VisionFive) is a RISC-V single board computer based on the StarFive JH7100 SoC.
 
-### PCB design
-  * **Please open hardware issues in this repository**
+## How to get VisionFive?
+
+**需要补充:插入购买地址和说明**
+
+### Hardware
+  TBD, we will release hardware design soon.
+
+**正式发布之后补充**
 
 ### Software
+  * [U-Boot](https://github.com/starfive-tech/u-boot)
+  * [OpenSBI](https://github.com/starfive-tech/opensbi)
+  * [secondBoot](https://github.com/starfive-tech/JH7100_secondBoot)
+  * [ddrinit](https://github.com/starfive-tech/JH7100_ddrinit)
+  * [StarFive Freelight U SDK](https://github.com/starfive-tech/freelight-u-sdk)
+  * [Linux Kernel, current 5.15rc](https://github.com/starfive-tech/linux)
+  * [Fedora RISC-V image](https://github.com/starfive-tech/Fedora_on_StarFive)
+ 
+### Wiki and Tutorials
+  * [Getting Started with VisionFive]()
+  * [Update bootloader, ddr init boot, u-boot and Recover bootloader]()
 
-### Tutorials
+**需要补充:具体的文档链接**
 
-### Documentation
+### Technical Documentation
+ * [StarFive JH7100 SoC datasheet](https://github.com/starfive-tech/JH7100_Docs/blob/main/JH7100%20Data%20Sheet%20V01.01.04-EN%20(4-21-2021).pdf)
+ * [SiFive U74 core manual](https://github.com/starfive-tech/JH7100_Docs/blob/main/vic_u7_manual_with_creativecommons.pdf)
+ * [Memorandum - L2 Cache Coherence](https://github.com/starfive-tech/JH7100_Docs/blob/main/JH7100%20Cache%20Coherence%20V1.0.pdf)
+ * [SiFive E24 core manual](https://github.com/starfive-tech/JH7100_Docs/blob/main/SiFive%20VIC_E24%20Manual.pdf)
+ * [SiFive E24 user guide](https://github.com/starfive-tech/JH7100_Docs/blob/main/SiFive%20VIC_E24%20User%20Guide.pdf)
+ * [StarFive JH7100 SoC Boot User Guide](https://github.com/starfive-tech/JH7100_Docs/blob/main/JH7100%20SoC%20Boot%20User%20Guide-V01(2021-6-7).pdf)
 
-### Discussion forum
+### Community
+  * [RVSpace.org](https://rvspace.org), forum for discuss RISC-V and VisionFive.
 
 ### License
+  * [CERN-OHL-P (permissive)](https://ohwr.org/cern_ohl_p_v2.txt)
+  * More information on [CERN Open Hardware License (OHL) v2](https://ohwr.org/project/cernohl/wikis/home)
 
-### Guidance on naming conventions
+**需要补充,可能会更改协议。**