From ab88075764f0a251636422f0c5014b16076bd72e Mon Sep 17 00:00:00 2001 From: "yang.wang" Date: Mon, 23 Dec 2024 11:49:30 +0800 Subject: [PATCH] Update README.md: Update repository download URLs. Signed-off-by: yang.wang --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 663fe45..a3e266f 100755 --- a/README.md +++ b/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