├── README.md ├── SCH_VisionFive v1_V1.0_20220126.pdf ├── VisionFive v1_V1.0_bot.dxf ├── VisionFive v1_V1.0_bot.pdf ├── VisionFive v1_V1.0_top.dxf └── VisionFive v1_V1.0_top.pdf /README.md: -------------------------------------------------------------------------------- 1 | # VisionFive 2 | ## VisionFive hardware and software resources 3 | [VisionFive](https://rvspace.org/en/Product/VisionFive/Technical_Documents/VisionFive_Single_Board_Computer_Quick_Start_Guide) is a RISC-V single board computer based on the StarFive JH7100 SoC. 4 | 5 | ## How to get VisionFive? 6 | Please follow the [Sales Registration Page](https://forum.rvspace.org/t/how-to-purchase-visionfive/37/4) 7 | 8 | ### Hardware 9 | * [VisionFive schematic design](https://github.com/starfive-tech/VisionFive/blob/main/SCH_VisionFive%20v1_V1.0_20220126.pdf) 10 | * [VisionFive top silkscreen file](https://github.com/starfive-tech/VisionFive/blob/main/VisionFive%20v1_V1.0_top.pdf) 11 | * [VisionFive bottom silkscreen file](https://github.com/starfive-tech/VisionFive/blob/main/VisionFive%20v1_V1.0_bot.pdf) 12 | * [VisionFive top .dxf file](https://github.com/starfive-tech/VisionFive/blob/main/VisionFive%20v1_V1.0_top.dxf) 13 | * [VisionFive bottom .dxf file](https://github.com/starfive-tech/VisionFive/blob/main/VisionFive%20v1_V1.0_bot.dxf) 14 | 15 | 16 | ### Software 17 | * [secondBoot](https://github.com/starfive-tech/JH7100_secondBoot) first stage bootloader 18 | * [ddrinit](https://github.com/starfive-tech/JH7100_ddrinit) ddr initialization and carry opensbi+uboot 19 | * [OpenSBI](https://github.com/starfive-tech/opensbi) version 1.0 20 | * [U-Boot 2022.04-rc2](https://github.com/starfive-tech/u-boot/tree/JH7100_VisionFive_devel) 21 | * [StarFive Freelight U SDK](https://github.com/starfive-tech/freelight-u-sdk) 22 | * [Linux Kernel, visionfive](https://github.com/starfive-tech/linux/tree/visionfive) by [Emil Renner Berthing](https://github.com/esmil) 23 | * [Linux Kernel, visionfive-5.15.y-devel](https://github.com/starfive-tech/linux/tree/visionfive-5.15.y-devel) 24 | * [Fedora RISC-V image](https://github.com/starfive-tech/Fedora_on_StarFive) by [Wei Fu](https://github.com/tekkamanninja) 25 | * [recovery binary](https://github.com/starfive-tech/bootloader_recovery) used for bootloader recovery 26 | * [bootloader recovery utility](https://github.com/xypron/JH71xx-tools/) by [Heinrich Schuchardt](https://github.com/xypron) 27 | 28 | ### Wiki and Tutorials 29 | * Please refer to [RVspace Wiki Page](https://rvspace.org/) 30 | * [VisionFive Quick Start Guide](https://rvspace.org/en/Product/VisionFive/Technical_Documents/VisionFive_Single_Board_Computer_Quick_Start_Guide) 31 | * [VisionFive Software Technical Reference Manual](https://rvspace.org/en/Product/VisionFive/Technical_Documents/VisionFive_Software_Technical_Reference_Manual) 32 | * [StarFive 40-Pin GPIO Header User Guide](https://rvspace.org/en/Product/General/StarFive_40-Pin_GPIO_Header_User_Guide) 33 | * [VisionFive vs StarLight](https://rvspace.org/en/Product/General/StarFive_Board_Guide_StarLight_vs_VisionFive) 34 | 35 | ### Technical Documentation 36 | * [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) 37 | * [SiFive U74 core manual](https://github.com/starfive-tech/JH7100_Docs/blob/main/vic_u7_manual_with_creativecommons.pdf) 38 | * [Memorandum - L2 Cache Coherence](https://github.com/starfive-tech/JH7100_Docs/blob/main/JH7100%20Cache%20Coherence%20V1.0.pdf) 39 | * [SiFive E24 core manual](https://github.com/starfive-tech/JH7100_Docs/blob/main/SiFive%20VIC_E24%20Manual.pdf) 40 | * [SiFive E24 user guide](https://github.com/starfive-tech/JH7100_Docs/blob/main/SiFive%20VIC_E24%20User%20Guide.pdf) 41 | * [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) 42 | 43 | ### Community 44 | * [RVSpace.org](https://rvspace.org), forum for discuss RISC-V and VisionFive. 45 | 46 | ### License 47 | * [CERN-OHL-P (permissive)](https://ohwr.org/cern_ohl_p_v2.txt) 48 | * More information on [CERN Open Hardware License (OHL) v2](https://ohwr.org/project/cernohl/wikis/home) 49 | -------------------------------------------------------------------------------- /SCH_VisionFive v1_V1.0_20220126.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starfive-tech/VisionFive/13f5c961b500594df648d4d83665b2b06f72ea26/SCH_VisionFive v1_V1.0_20220126.pdf -------------------------------------------------------------------------------- /VisionFive v1_V1.0_bot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starfive-tech/VisionFive/13f5c961b500594df648d4d83665b2b06f72ea26/VisionFive v1_V1.0_bot.pdf -------------------------------------------------------------------------------- /VisionFive v1_V1.0_top.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/starfive-tech/VisionFive/13f5c961b500594df648d4d83665b2b06f72ea26/VisionFive v1_V1.0_top.pdf --------------------------------------------------------------------------------