Update README.md: Update repository download URLs.
Signed-off-by: yang.wang <yang.wang@deepcomputing.io>
This commit is contained in:
17
README.md
17
README.md
@@ -26,23 +26,18 @@ $ sudo apt-get install git-lfs
|
||||
|
||||
## Fetch Code Instructions ##
|
||||
|
||||
Checkout this repository (e.g.: branch `JH7110_VisionFive2_6.6.y_devel`). Then checkout all of the linked submodules using:
|
||||
Checkout this repository (e.g.: branch `fm7110-6.6`). Then checkout all of the linked submodules using:
|
||||
|
||||
$ git clone https://github.com/starfive-tech/VisionFive2.git
|
||||
$ cd VisionFive2
|
||||
$ git checkout --track origin/JH7110_VisionFive2_6.6.y_devel
|
||||
$ git clone https://github.com/DC-DeepComputing/fml13v01.git VisionFive2-fml13v01
|
||||
$ cd VisionFive2-fml13v01
|
||||
$ git submodule update --init --recursive
|
||||
|
||||
This will take some time and require around 9GB of disk space. Some modules may fail because certain dependencies don't have the best git hosting. The only solution is to wait and try again later (or ask someone for a copy of that source repository).
|
||||
This will take some time and require around 12GB of disk space. Some modules may fail because certain dependencies don't have the best git hosting. The only solution is to wait and try again later (or ask someone for a copy of that source repository).
|
||||
|
||||
For user who build the release tag version, the above command is enough. For developer, need to switch the 5 submodules `buildroot`, `u-boot`, `linux`, `opensbi`, `soft_3rdpart` to correct branch manually, or refer to `.gitmodule`
|
||||
For developer, need to switch the 5 submodules `buildroot`, `u-boot`, `linux`, `opensbi`, `soft_3rdpart` to correct branch manually, or refer to `.gitmodule`
|
||||
|
||||
```
|
||||
$ cd buildroot && git checkout --track origin/JH7110_VisionFive2_devel && cd ..
|
||||
$ cd u-boot && git checkout --track origin/JH7110_VisionFive2_devel && cd ..
|
||||
$ cd linux && git checkout --track origin/JH7110_VisionFive2_6.6.y_devel && cd ..
|
||||
$ cd opensbi && git checkout master && cd ..
|
||||
$ cd soft_3rdpart && git checkout JH7110_VisionFive2_devel && cd ..
|
||||
$ git submodule foreach --recursive "git checkout origin/fm7110-6.6 -B fm7110-6.6"
|
||||
```
|
||||
|
||||
## Quick Build Instructions
|
||||
|
||||
Reference in New Issue
Block a user