From 13c7ef75999d0d5089497d13f16d2045883484eb Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Mon, 24 Jul 2023 17:22:23 -0700 Subject: [PATCH] Use https url for vendor toolchain Currently, gitee.com doesn't allow anonymous ssh access to this repo. Update the readme to suggest https instead to pull the toolchain binaries. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 355ab29..513ad99 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For Bouffallo based boards: ``` git clone https://github.com/openbouffalo/OBLFR.git git clone https://github.com/bouffalolab/bl_mcu_sdk.git -git clone git@gitee.com:bouffalolab/toolchain_gcc_t-head_linux.git +git clone https://gitee.com/bouffalolab/toolchain_gcc_t-head_linux.git PATH=$PATH:/bin/ cd OBLFR/apps/helloworld make