This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:development:edges-rockchip-linux-sdk [2024/12/31 04:05] gray [Get SDK] sync large files |
products:sbc:common:development:edges-rockchip-linux-sdk [2025/07/22 05:55] (current) nick |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| ===== Get SDK ===== | ===== Get SDK ===== | ||
| - | 1. Download the base SDK packages here: [[https:// | + | 1. Download the base SDK packages here: [[https:// |
| <WRAP important > | <WRAP important > | ||
| You need to download all 5 compressed files: | You need to download all 5 compressed files: | ||
| Line 33: | Line 33: | ||
| </ | </ | ||
| + | <WRAP tip > | ||
| + | You can also download the [[dl> | ||
| + | |||
| + | ```shell | ||
| + | $ md5sum -c md5sum/* | ||
| + | khadas_edges_yocto_sdk_base.tar.gz00: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz01: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz02: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz03: | ||
| + | khadas_edges_yocto_sdk_base.tar.gz04: | ||
| + | ``` | ||
| + | </ | ||
| 2. Create and enter the working directory: | 2. Create and enter the working directory: | ||
| Line 58: | Line 70: | ||
| ```shell | ```shell | ||
| + | $ cd .repo/repo | ||
| + | $ git pull | ||
| + | $ cd - | ||
| $ .repo/ | $ .repo/ | ||
| $ .repo/ | $ .repo/ | ||
| Line 64: | Line 79: | ||
| ``` | ``` | ||
| - | 6. Create a work branch for each repository: | + | /* |
| - | ```shell | + | 6. Sync large files: |
| - | $ .repo/repo/repo start khadas --all | + | |
| - | ``` | + | |
| - | 7. sync large files | + | |
| ```shell | ```shell | ||
| $ .repo/ | $ .repo/ | ||
| ``` | ``` | ||
| + | */ | ||
| - | 8. If you need to build Yocto, please disable the auto-detaching feature of git gc: | + | 6. If you need to build Yocto, please disable the auto-detaching feature of git gc: |
| ```shell | ```shell | ||
| $ git config --global gc.autoDetach false | $ git config --global gc.autoDetach false | ||
| + | ``` | ||
| + | |||
| + | 7. Create a work branch for each repository: | ||
| + | ```shell | ||
| + | $ .repo/ | ||
| ``` | ``` | ||
| Line 238: | Line 257: | ||
| khadas_rk3588s_edge2_debian_defconfig | khadas_rk3588s_edge2_debian_defconfig | ||
| khadas_rk3588s_edge2_yocto_defconfig | khadas_rk3588s_edge2_yocto_defconfig | ||
| - | rockchip_defconfig | ||
| - | rockchip_rk3588_evb1_lp4_v10_defconfig | ||
| - | rockchip_rk3588_evb7_v11_defconfig | ||
| - | rockchip_rk3588s_evb1_lp4x_v10_defconfig | ||
| | | ||
| | | ||